summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/xpcshell-serviceworker.toml
blob: b3009599703e9d5d2d06e8f7d3b6b3fc267cd369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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"]