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