summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/test/browser/browser.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/crashreporter/test/browser/browser.toml')
-rw-r--r--toolkit/crashreporter/test/browser/browser.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/toolkit/crashreporter/test/browser/browser.toml b/toolkit/crashreporter/test/browser/browser.toml
new file mode 100644
index 0000000000..017cf7c60c
--- /dev/null
+++ b/toolkit/crashreporter/test/browser/browser.toml
@@ -0,0 +1,21 @@
+[DEFAULT]
+support-files = ["head.js"]
+
+["browser_aboutCrashes.js"]
+
+["browser_aboutCrashesResubmit.js"]
+https_first_disabled = true
+
+["browser_bug471404.js"]
+
+["browser_clearReports.js"]
+
+["browser_cpu_microcode.js"]
+skip-if = ["os != 'win'"]
+reason = "Windows-specific crash annotation"
+
+["browser_sandbox_crash.js"]
+skip-if = [
+ "os != 'linux'", # Linux-specific crash type
+ "release_or_beta", # release/beta builds do not crash on sandbox violations
+]