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