diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /dom/push/test/mochitest.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/push/test/mochitest.ini')
-rw-r--r-- | dom/push/test/mochitest.ini | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/dom/push/test/mochitest.ini b/dom/push/test/mochitest.ini new file mode 100644 index 0000000000..2014d2afbb --- /dev/null +++ b/dom/push/test/mochitest.ini @@ -0,0 +1,38 @@ +[DEFAULT] +skip-if = os == "android" +tags = condprof +support-files = + worker.js + frame.html + webpush.js + lifetime_worker.js + test_utils.js + mockpushserviceparent.js + error_worker.js + + +[test_has_permissions.html] +[test_permissions.html] +[test_register.html] +skip-if = os == "win" # Bug 1373346 +[test_register_key.html] +scheme = https +[test_multiple_register.html] +[test_multiple_register_during_service_activation.html] +skip-if = (os == "win") || (os == "linux") || (os == "mac") #Bug 1274773 +[test_unregister.html] +[test_multiple_register_different_scope.html] +[test_subscription_change.html] +skip-if = os == "win" # Bug 1373346 +[test_data.html] +skip-if = os == "win" # Bug 1373346 +scheme = https +[test_try_registering_offline_disabled.html] +skip-if = os == "win" # Bug 1373346 +[test_serviceworker_lifetime.html] +skip-if = serviceworker_e10s + os == "win" + os =="linux" && bits == 64 + os =="mac" # Windows: Bug 1373346, Bug 1578333, Bug 1578374 +[test_error_reporting.html] +skip-if = serviceworker_e10s |