Source code
Revision control
Copy as Markdown
Other Tools
[DEFAULT]
tags = "devtools"
subsuite = "devtools"
support-files = [
"!/devtools/shared/test-helpers/allocation-tracker.js",
"head.js",
]
# Each metrics tests is loaded in a separate .ini file. This way the test is executed
# individually, without any other test being executed before or after.
["browser_allocations_browser_console.js"]
run-if = ["os == 'linux'"] # Results should be platform agnostic - only run on linux64-opt
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan",
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug",
]