tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

browser_profiler.toml (755B)


      1 [DEFAULT]
      2 skip-if = [
      3  "!gecko_profiler",
      4  "ccov",
      5  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # bug 1784517 for sandbox, bug 1885381 for profiler
      6  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # bug 1784517 for sandbox, bug 1885381 for profiler
      7 ]
      8 tags = "contentsandbox"
      9 
     10 # This is here to make sure we will not have prelaunched processes, which will
     11 # mess with sandbox profiling interaction: we will miss launch-related markers
     12 # and this makes the test intermittently fail on TV jobs
     13 prefs = [
     14  "dom.ipc.processPrelaunch.fission.number=0"
     15 ]
     16 
     17 environment = "MOZ_SANDBOX_LOGGING_FOR_TESTS=1"
     18 
     19 ["browser_sandbox_profiler.js"]
     20 run-if = [
     21  "os == 'linux'",
     22 ]