1
0
Fork 0
firefox/toolkit/modules/subprocess/test/xpcshell/xpcshell.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

26 lines
635 B
TOML

[DEFAULT]
head = "head.js"
firefox-appdir = "browser"
skip-if = ["os == 'android'"]
subprocess = true
support-files = [
"data_text_file.txt",
"data_test_script.py",
]
["test_subprocess.js"]
skip-if = [
"verify",
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # bug 1729546
]
run-sequentially = "very high failure rate in parallel"
["test_subprocess_connectRunning.js"]
skip-if = [
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Bug 1936343
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1936343
]
["test_subprocess_getEnvironment.js"]
["test_subprocess_pathSearch.js"]