summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/xpcshell-serviceworker.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /toolkit/components/extensions/test/xpcshell/xpcshell-serviceworker.toml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/components/extensions/test/xpcshell/xpcshell-serviceworker.toml')
-rw-r--r--toolkit/components/extensions/test/xpcshell/xpcshell-serviceworker.toml51
1 files changed, 51 insertions, 0 deletions
diff --git a/toolkit/components/extensions/test/xpcshell/xpcshell-serviceworker.toml b/toolkit/components/extensions/test/xpcshell/xpcshell-serviceworker.toml
new file mode 100644
index 0000000000..b300959970
--- /dev/null
+++ b/toolkit/components/extensions/test/xpcshell/xpcshell-serviceworker.toml
@@ -0,0 +1,51 @@
+["DEFAULT"]
+head = "head.js head_remote.js head_telemetry.js head_sync.js head_storage.js head_service_worker.js"
+firefox-appdir = "browser"
+skip-if = ["os == 'android'"]
+dupe-manifest = true
+support-files = "data/**"
+tags = "webextensions sw-webextensions"
+run-sequentially = "Bug 1760041 pass logged after tests when running multiple ini files"
+
+prefs = [
+ "extensions.backgroundServiceWorker.enabled=true",
+ "extensions.backgroundServiceWorker.forceInTestExtension=true",
+ "extensions.webextensions.remote=true",
+]
+
+["test_ext_alarms.js"]
+
+["test_ext_alarms_does_not_fire.js"]
+
+["test_ext_alarms_periodic.js"]
+
+["test_ext_alarms_replaces.js"]
+
+["test_ext_background_service_worker.js"]
+
+["test_ext_browserSettings.js"]
+
+["test_ext_browserSettings_homepage.js"]
+skip-if = [
+ "appname == 'thunderbird'",
+ "os == 'android'",
+]
+
+["test_ext_contentscript_dynamic_registration.js"]
+
+["test_ext_dns.js"]
+
+["test_ext_runtime_getBackgroundPage.js"]
+
+["test_ext_scripting_contentScripts.js"]
+
+["test_ext_scripting_contentScripts_css.js"]
+skip-if = [
+ "os == 'linux' && debug && fission", # Bug 1762638
+ "os == 'mac' && debug && fission", # Bug 1762638
+]
+run-sequentially = "very high failure rate in parallel"
+
+["test_ext_scripting_contentScripts_file.js"]
+
+["test_ext_scripting_updateContentScripts.js"]