1
0
Fork 0
firefox/devtools/shared/test-helpers/browser.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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"]