summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/test/unit_ipc/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/crashreporter/test/unit_ipc/xpcshell.toml')
-rw-r--r--toolkit/crashreporter/test/unit_ipc/xpcshell.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/toolkit/crashreporter/test/unit_ipc/xpcshell.toml b/toolkit/crashreporter/test/unit_ipc/xpcshell.toml
new file mode 100644
index 0000000000..b7cdb7bc08
--- /dev/null
+++ b/toolkit/crashreporter/test/unit_ipc/xpcshell.toml
@@ -0,0 +1,24 @@
+[DEFAULT]
+run-sequentially = "very high failure rate in parallel"
+head = ""
+skip-if = ["os == 'android'"]
+support-files = [
+ "!/toolkit/crashreporter/test/unit/crasher_subprocess_head.js",
+ "!/toolkit/crashreporter/test/unit/crasher_subprocess_tail.js",
+ "!/toolkit/crashreporter/test/unit/head_crashreporter.js",
+]
+
+["test_content_annotation.js"]
+
+["test_content_exception_time_annotation.js"]
+
+["test_content_large_annotation.js"]
+
+["test_content_memory_list.js"]
+skip-if = ["os != 'win'"]
+
+["test_content_oom_annotation.js"]
+
+["test_content_rust_panic.js"]
+
+["test_content_rust_panic_multiline.js"]