Files
sousa-gecko/devtools/shared/test-helpers/browser.toml
T
Julian Descottes 8613c00083 Bug 2002183 - [devtools] Simplify test manifests for allocations tests r=devtools-reviewers,jmaher,nchevobbe
Quick follow up to revert some manifest changes to only specify linux & opt, as the allocations tests don't need specific platform requirements.

Differential Revision: https://phabricator.services.mozilla.com/D273953
2025-11-25 20:50:54 +00:00

19 lines
460 B
TOML

[DEFAULT]
tags = "devtools"
subsuite = "devtools"
support-files = [
"allocation-tracker.js",
"cc-analyzer.sys.mjs",
"trace-objects.sys.mjs",
]
["browser_allocation_tracker.js"]
run-if = [
"os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt
]
skip-if = [
"verify", # Bug 1730507 - objects without stacks get allocated during the GC of the first test when running multiple times.
]
["browser_dump_scope.js"]