1
0
Fork 0
firefox/devtools/client/performance-new/test/browser/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

75 lines
2.2 KiB
TOML

[DEFAULT]
prefs = ["devtools.performance.recording.ui-base-url='https://example.com'"] # This sets up the WebChannel so that it can be used for our tests.
tags = "devtools devtools-performance"
subsuite = "devtools"
support-files = [
"head.js",
"helpers.js",
"fake-frontend.html",
"webchannel.html",
"webchannel-favicons.html",
"webchannel-open-script-in-debugger_assets/*",
]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1804081, timeouts and data races in various tests
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1804081
]
["browser_aboutprofiling-entries.js"]
["browser_aboutprofiling-env-restart-button.js"]
["browser_aboutprofiling-features-disabled.js"]
["browser_aboutprofiling-features.js"]
["browser_aboutprofiling-interval.js"]
["browser_aboutprofiling-more-actions-menu.js"]
["browser_aboutprofiling-presets-custom.js"]
["browser_aboutprofiling-presets.js"]
["browser_aboutprofiling-rtl.js"]
["browser_aboutprofiling-threads-behavior.js"]
["browser_aboutprofiling-threads.js"]
["browser_devtools-interrupted.js"]
["browser_devtools-onboarding.js"]
["browser_devtools-presets.js"]
["browser_devtools-previously-started.js"]
["browser_devtools-record-capture.js"]
["browser_devtools-record-discard.js"]
["browser_interaction-between-interfaces.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
["browser_popup-profiler-states.js"]
["browser_popup-record-capture-view.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
["browser_popup-record-capture.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
["browser_popup-record-discard.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
["browser_split-toolbar-button.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
["browser_webchannel-enable-menu-button-preset.js"]
["browser_webchannel-enable-menu-button.js"]
["browser_webchannel-open-script-in-debugger.js"]
["browser_webchannel-page-favicon-data.js"]