63 lines
1.1 KiB
TOML
63 lines
1.1 KiB
TOML
[DEFAULT]
|
|
tags = "condprof"
|
|
support-files = [
|
|
"worker.js",
|
|
"frame.html",
|
|
"lifetime_worker.js",
|
|
"test_utils.js",
|
|
"mockpushserviceparent.js",
|
|
"error_worker.js",
|
|
]
|
|
|
|
|
|
["test_data.html"]
|
|
skip-if = [
|
|
"os == 'android'",
|
|
]
|
|
scheme = "https"
|
|
|
|
["test_error_reporting.html"]
|
|
skip-if = ["true"]
|
|
|
|
["test_has_permissions.html"]
|
|
skip-if = ["os == 'android'"]
|
|
|
|
["test_multiple_register.html"]
|
|
skip-if = ["os == 'android'"]
|
|
|
|
["test_multiple_register_different_scope.html"]
|
|
skip-if = ["os == 'android'"]
|
|
|
|
["test_multiple_register_during_service_activation.html"]
|
|
skip-if = ["true"]
|
|
|
|
["test_permission_granted.html"]
|
|
scheme = "https"
|
|
|
|
["test_permissions.html"]
|
|
skip-if = ["os == 'android'"]
|
|
|
|
["test_register.html"]
|
|
skip-if = [
|
|
"os == 'android'",
|
|
]
|
|
|
|
["test_register_key.html"]
|
|
skip-if = ["os == 'android'"]
|
|
scheme = "https"
|
|
|
|
["test_serviceworker_lifetime.html"]
|
|
skip-if = ["true"]
|
|
|
|
["test_subscription_change.html"]
|
|
skip-if = [
|
|
"os == 'android'",
|
|
]
|
|
|
|
["test_try_registering_offline_disabled.html"]
|
|
skip-if = [
|
|
"os == 'android'",
|
|
]
|
|
|
|
["test_unregister.html"]
|
|
skip-if = ["os == 'android'"]
|