12 lines
358 B
TOML
12 lines
358 B
TOML
[DEFAULT]
|
|
tags = "devtools"
|
|
subsuite = "devtools"
|
|
support-files = ["allocation-tracker.js"]
|
|
|
|
["browser_allocation_tracker.js"]
|
|
skip-if = [
|
|
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && ccov", # And ccov as this doesn't aim to cover any production code, we are only testing test helpers here.
|
|
"verify",
|
|
]
|
|
|
|
["browser_dump_scope.js"]
|