summaryrefslogtreecommitdiffstats
path: root/security/sandbox/test/browser.toml
blob: 9e8a9ad094c25f469c24d25710faf8436fe35f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[DEFAULT]
skip-if = [
  "ccov",
  "os == 'linux' && (asan || tsan)" # bug 1784517
]
tags = "contentsandbox"
support-files = [
  "browser_content_sandbox_utils.js",
  "browser_content_sandbox_fs_tests.js",
  "mac_register_font.py",
  "../../../layout/reftests/fonts/fira/FiraSans-Regular.otf"
]

["browser_bug1393259.js"]
support-files = ["bug1393259.html"]
skip-if = ["os != 'mac'"] # This is a Mac-specific test

["browser_content_sandbox_fs.js"]
skip-if = ["debug && os == 'win'"] # bug 1379635

["browser_content_sandbox_syscalls.js"]

["browser_sandbox_test.js"]
skip-if = ["!debug"]