summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/test/browser/browser.toml
blob: 017cf7c60c5d2db2002ae47afc95acc8041eb7b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
]