browser.toml (1762B)
1 [DEFAULT] 2 prefs = ["devtools.performance.recording.ui-base-url='https://example.com'"] # This sets up the WebChannel so that it can be used for our tests. 3 tags = "devtools devtools-performance" 4 subsuite = "devtools" 5 support-files = [ 6 "head.js", 7 "helpers.js", 8 "fake-frontend.html", 9 "webchannel.html", 10 "webchannel-favicons.html", 11 "webchannel-open-script-in-debugger_assets/*", 12 "webchannel-js-sources.html", 13 ] 14 skip-if = [ 15 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # Bug 1804081, timeouts and data races in various tests 16 ] 17 18 ["browser_aboutprofiling-entries.js"] 19 20 ["browser_aboutprofiling-env-restart-button.js"] 21 22 ["browser_aboutprofiling-features-disabled.js"] 23 24 ["browser_aboutprofiling-features.js"] 25 26 ["browser_aboutprofiling-interval.js"] 27 28 ["browser_aboutprofiling-more-actions-menu.js"] 29 30 ["browser_aboutprofiling-presets-custom.js"] 31 32 ["browser_aboutprofiling-presets.js"] 33 34 ["browser_aboutprofiling-rtl.js"] 35 36 ["browser_aboutprofiling-threads-behavior.js"] 37 38 ["browser_aboutprofiling-threads.js"] 39 40 ["browser_devtools-interrupted.js"] 41 42 ["browser_devtools-onboarding.js"] 43 44 ["browser_devtools-presets.js"] 45 46 ["browser_devtools-previously-started.js"] 47 48 ["browser_devtools-record-capture.js"] 49 50 ["browser_devtools-record-discard.js"] 51 52 ["browser_interaction-between-interfaces.js"] 53 54 ["browser_popup-profiler-states.js"] 55 56 ["browser_popup-record-capture-view.js"] 57 58 ["browser_popup-record-capture.js"] 59 60 ["browser_popup-record-discard.js"] 61 62 ["browser_split-toolbar-button.js"] 63 64 ["browser_webchannel-enable-menu-button-preset.js"] 65 66 ["browser_webchannel-enable-menu-button.js"] 67 68 ["browser_webchannel-get-js-sources.js"] 69 70 ["browser_webchannel-open-script-in-debugger.js"] 71 72 ["browser_webchannel-page-favicon-data.js"]