19 lines
500 B
TOML
19 lines
500 B
TOML
[DEFAULT]
|
|
head = "head.js head_native_messaging.js head_telemetry.js"
|
|
icecat-appdir = "browser"
|
|
skip-if = [
|
|
"appname == 'thunderbird'",
|
|
"os == 'android'",
|
|
]
|
|
subprocess = true
|
|
support-files = ["data/**"]
|
|
tags = "webextensions"
|
|
|
|
["test_ext_native_messaging.js"]
|
|
skip-if = ["apple_silicon"] # bug 1729540
|
|
run-sequentially = "very high failure rate in parallel"
|
|
|
|
["test_ext_native_messaging_perf.js"]
|
|
skip-if = ["tsan"] # Unreasonably slow, bug 1612707
|
|
|
|
["test_ext_native_messaging_unresponsive.js"]
|