19 lines
550 B
TOML
19 lines
550 B
TOML
[DEFAULT]
|
|
skip-if = [
|
|
"ccov",
|
|
"!gecko_profiler",
|
|
"os == 'linux' && (asan || tsan)" # bug 1784517 for sandbox, bug 1885381 for profiler
|
|
]
|
|
tags = "contentsandbox"
|
|
|
|
# This is here to make sure we will not have prelaunched processes, which will
|
|
# mess with sandbox profiling interaction: we will miss launch-related markers
|
|
# and this makes the test intermittently fail on TV jobs
|
|
prefs = [
|
|
"dom.ipc.processPrelaunch.fission.number=0"
|
|
]
|
|
|
|
environment = "MOZ_SANDBOX_LOGGING_FOR_TESTS=1"
|
|
|
|
["browser_sandbox_profiler.js"]
|
|
run-if = ["os == 'linux'"]
|