mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
4c29c24344
Differential Revision: https://phabricator.services.mozilla.com/D189896
25 lines
588 B
TOML
25 lines
588 B
TOML
[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"]
|