29 lines
540 B
TOML
29 lines
540 B
TOML
[DEFAULT]
|
|
support-files = [
|
|
"fwd_messages_upward.html",
|
|
"intercepted.txt",
|
|
"perfutils.js",
|
|
"sw_cacher.js",
|
|
"sw_empty.js",
|
|
"sw_intercept_target.js",
|
|
"sw_serverupdate.sjs",
|
|
"target.txt",
|
|
"time_fetch.html",
|
|
]
|
|
|
|
["test_caching.html"]
|
|
|
|
["test_fetch.html"]
|
|
|
|
["test_registration.html"]
|
|
skip-if = [
|
|
"os == 'android'", # 1910127
|
|
"tsan", # 1885378
|
|
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1911093
|
|
]
|
|
|
|
["test_update.html"]
|
|
skip-if = [
|
|
"os == 'android'", # 1910127
|
|
"tsan", # 1885378
|
|
]
|