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

23 lines
468 B
TOML

[DEFAULT]
head = ""
support-files = [
"crash.dmp",
"crash.extra",
]
["test_crash_manager.js"]
skip-if = ["os == 'android'"]
["test_crash_service.js"]
run-sequentially = "very high failure rate in parallel"
skip-if = [
"os == 'android'",
]
["test_crash_store.js"]
skip-if = ["os == 'android'"]
["test_remote_settings_crash_pull.js"]
support-files = ["../../../../../toolkit/crashreporter/test/browser/head.js"]
["test_remote_settings_crash_pull_nightly.js"]