tor-browser

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

browser.toml (460B)


      1 [DEFAULT]
      2 tags = "devtools"
      3 subsuite = "devtools"
      4 support-files = [
      5    "allocation-tracker.js",
      6    "cc-analyzer.sys.mjs",
      7    "trace-objects.sys.mjs",
      8 ]
      9 
     10 ["browser_allocation_tracker.js"]
     11 run-if = [
     12  "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt
     13 ]
     14 skip-if = [
     15  "verify", # Bug 1730507 - objects without stacks get allocated during the GC of the first test when running multiple times.
     16 ]
     17 
     18 ["browser_dump_scope.js"]