23 lines
468 B
TOML
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"]
|