14 lines
237 B
TOML
14 lines
237 B
TOML
[DEFAULT]
|
|
head = ""
|
|
skip-if = ["os == 'android'"]
|
|
support-files = [
|
|
"crash.dmp",
|
|
"crash.extra",
|
|
]
|
|
|
|
["test_crash_manager.js"]
|
|
|
|
["test_crash_service.js"]
|
|
run-sequentially = "very high failure rate in parallel"
|
|
|
|
["test_crash_store.js"]
|