1
0
Fork 0
firefox/toolkit/components/extensions/test/xpcshell/native_messaging.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

23 lines
613 B
TOML

[DEFAULT]
head = "head.js head_native_messaging.js head_telemetry.js"
firefox-appdir = "browser"
skip-if = [
"appname == 'thunderbird'",
"os == 'android'",
]
subprocess = true
support-files = ["data/**"]
tags = "webextensions"
["test_ext_native_messaging.js"]
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_portal.js"]
environment = ["XPCSHELL_TEST=1"]
run-if = ["os == 'linux' && toolkit == 'gtk' && dbus_enabled"]
tags = "portal"
["test_ext_native_messaging_unresponsive.js"]