tor-browser

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

browser_allocations_target.toml (437B)


      1 [DEFAULT]
      2 tags = "devtools"
      3 subsuite = "devtools"
      4 support-files = [
      5  "!/devtools/shared/test-helpers/allocation-tracker.js",
      6  "head.js",
      7 ]
      8 
      9 # Each metrics tests is loaded in a separate .ini file. This way the test is executed
     10 # individually, without any other test being executed before or after.
     11 
     12 ["browser_allocations_target.js"]
     13 run-if = [
     14  "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt
     15 ]