1
0
Fork 0
firefox/toolkit/components/backgroundhangmonitor/tests/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

16 lines
627 B
TOML

[DEFAULT]
["test_BHRObserver.js"]
# BHR is disabled outside of nightly
support-files = ["child_cause_hang.js"]
run-sequentially = "very high failure rate in parallel"
skip-if = [
"debug",
"os == 'mac' && os_version == '10.15' && processor == 'x86_64' && opt", # Bug 1417723
"os == 'mac' && os_version == '11.20' && arch == 'aarch64' && opt", # Bug 1417723
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && opt", # Bug 1417723
"os == 'mac' && os_version == '15.30' && arch == 'aarch64' && opt", # Bug 1417723
"os == 'win' && msix",
"release_or_beta",
"win11_2009 && bits == 32", # Bug 1760134
]