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
19 lines
460 B
TOML
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"]
|