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