commit 4775083d6587de3f5780850f2a5628f0debcb2bd parent 0c9992521b1f82785bf7c9d5136d152b483302d7 Author: Julian Descottes <jdescottes@mozilla.com> Date: Wed, 5 Nov 2025 08:23:02 +0000 Bug 1998335 - [devtools] Remove and migrate linux 1804 annotations from DevTools browser.toml manifests r=profiler-reviewers,devtools-reviewers,florian,nchevobbe In most cases, the manifest contained already the same annotation for 2404, so I simply removed the 1804 one, since we no longer run tests on this platform. In a few cases, the 1804 annotation did not have a 2404 match. In that case I just checked if we had recorded intermittent failures. If yes, I migrated the annotation, if not, I just removed it. Differential Revision: https://phabricator.services.mozilla.com/D271355 Diffstat:
30 files changed, 2 insertions(+), 112 deletions(-)
diff --git a/devtools/client/aboutdebugging/test/browser/browser.toml b/devtools/client/aboutdebugging/test/browser/browser.toml @@ -191,7 +191,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_aboutdebugging_serviceworker_start.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1947358 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1947358 "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1980084 ] diff --git a/devtools/client/accessibility/test/browser/browser.toml b/devtools/client/accessibility/test/browser/browser.toml @@ -31,7 +31,6 @@ https_first_disabled = true ["browser_accessibility_panel_toolbar_pref_scroll.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1674060 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1674060 "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1674060 "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1674060 diff --git a/devtools/client/debugger/test/mochitest/browser_aj.toml b/devtools/client/debugger/test/mochitest/browser_aj.toml @@ -220,7 +220,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_dbg-inline-preview.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1607636 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1607636 ] diff --git a/devtools/client/debugger/test/mochitest/browser_kz.toml b/devtools/client/debugger/test/mochitest/browser_kz.toml @@ -111,7 +111,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_dbg-pretty-print-sourcemap.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1817966 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1817966 "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && ccov", # Bug 1817966 ] @@ -144,7 +143,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 .threads-pane .thread is not accessible ["browser_dbg-preview-switch.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1849028 .theme-twisty is inconsistently not accessible "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1849028 .theme-twisty is inconsistently not accessible ] @@ -161,7 +159,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled ["browser_dbg-quick-open.js"] -skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan"] # Bug 1721999 ["browser_dbg-react-app.js"] @@ -171,7 +168,6 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && t ["browser_dbg-reloading.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", @@ -247,7 +243,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_dbg-watchpoints.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1814093 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1814093 "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1814093 "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1814093 diff --git a/devtools/client/debugger/test/mochitest/sourcemaps/browser.toml b/devtools/client/debugger/test/mochitest/sourcemaps/browser.toml @@ -22,9 +22,7 @@ prefs = [ ["browser_dbg-sourcemapped-preview.js"] ["browser_dbg-sourcemapped-scopes.js"] -# Bug 1441545, 1536253 - very slow on debug skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bugs 1858041 and 1849028 intermittent results (fails on Try, passes on Autoland) "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent results (fails on Try, passes on Autoland) ] diff --git a/devtools/client/debugger/test/mochitest/tracer/browser.toml b/devtools/client/debugger/test/mochitest/tracer/browser.toml @@ -26,7 +26,6 @@ prefs = [ ["browser_dbg-javascript-tracer-sidebar-panel.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug The tracer tree isn't yet accessible "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug The tracer tree isn't yet accessible ] @@ -36,13 +35,11 @@ skip-if = [ ["browser_dbg-javascript-tracer-sidebar.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1924435 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1924435 ] ["browser_dbg-javascript-tracer-values-preview.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug The tracer tree isn't yet accessible "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug The tracer tree isn't yet accessible ] diff --git a/devtools/client/framework/test/browser.toml b/devtools/client/framework/test/browser.toml @@ -103,13 +103,11 @@ skip-if = [ ["browser_source_map-no-race.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] ["browser_source_map-pub-sub.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -119,7 +117,6 @@ skip-if = [ ["browser_tab_descriptor_fission.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1966872 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1966872 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1966872 "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1966872 @@ -137,7 +134,6 @@ skip-if = [ ["browser_target_parents.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1897912 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1897912 ] @@ -155,7 +151,6 @@ skip-if = [ ["browser_toolbox_connecting_with_frozen_process.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", ] @@ -190,7 +185,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_toolbox_keyboard_navigation_notification_box.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -209,7 +203,6 @@ run-if = ["os != 'win'"] # Content process killing throws on Window ["browser_toolbox_options_disable_cache-03.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -217,8 +210,6 @@ skip-if = [ ["browser_toolbox_options_enable_serviceworkers_testing.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1986611 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -310,7 +301,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_toolbox_window_global_debugging.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1950845 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1950845 ] diff --git a/devtools/client/inspector/animation/test/browser.toml b/devtools/client/inspector/animation/test/browser.toml @@ -60,7 +60,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_animation_animation-target_highlight.js"] fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1665011 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1665011 ] @@ -92,7 +91,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_animation_indication-bar.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bugs 1858041 and 1849028 for causing intermittent a11y_checks results "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 for causing intermittent a11y_checks results ] @@ -148,10 +146,9 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_animation_logic_mutations_fast.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1567800 - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1980142 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1980142 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1567800 + "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1980142 "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && debug", # Bug 1980142 ] @@ -159,7 +156,6 @@ skip-if = [ ["browser_animation_logic_overflowed_delay_end-delay.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1480027 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1480027 "os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug", # Bug 1480027 "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && debug", # Bug 1480027 diff --git a/devtools/client/inspector/boxmodel/test/browser.toml b/devtools/client/inspector/boxmodel/test/browser.toml @@ -62,7 +62,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_boxmodel_tooltips.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1336198 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1336198 "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1336198 "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1336198 diff --git a/devtools/client/inspector/computed/test/browser.toml b/devtools/client/inspector/computed/test/browser.toml @@ -35,7 +35,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_computed_getNodeInfo.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bugs 1849028 and 1858041 to investigate intermittent a11y_checks results "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1849028 and 1858041 to investigate intermittent a11y_checks results ] @@ -62,7 +61,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_computed_original-source-link.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1858037 to investigate intermittent a11y_checks results (fails on Autoland, passes on Try) "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858037 ] diff --git a/devtools/client/inspector/grids/test/browser.toml b/devtools/client/inspector/grids/test/browser.toml @@ -35,7 +35,6 @@ support-files = [ ["browser_grids_grid-list-on-mutation-element-added.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1557326 "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1557326 "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1557326 ] diff --git a/devtools/client/inspector/markup/test/browser.toml b/devtools/client/inspector/markup/test/browser.toml @@ -162,7 +162,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_markup_load_01.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1706833, times out waiting for context menu to open "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1706833, times out waiting for context menu to open "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1706833, times out waiting for context menu to open "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1706833, times out waiting for context menu to open diff --git a/devtools/client/inspector/rules/test/browser_part1.toml b/devtools/client/inspector/rules/test/browser_part1.toml @@ -78,7 +78,6 @@ support-files = [ ["browser_rules_authored_color.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt", # Bug 1781471 "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt", # Bug 1781471 ] diff --git a/devtools/client/inspector/test/browser.toml b/devtools/client/inspector/test/browser.toml @@ -131,7 +131,6 @@ run-if = ["os != 'mac'"] # Full keyboard navigation on OSX only works if Full Ke ["browser_inspector_navigate_to_errors.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] diff --git a/devtools/client/jsonview/test/browser.toml b/devtools/client/jsonview/test/browser.toml @@ -34,7 +34,6 @@ support-files = [ ["browser_jsonview_chunked_json.js"] support-files = ["chunked_json.sjs"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -88,7 +87,6 @@ support-files = ["json_multipart.sjs"] ["browser_jsonview_save_json.js"] support-files = ["!/toolkit/content/tests/browser/common/mockTransfer.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1829298 ] diff --git a/devtools/client/netmonitor/src/har/test/browser.toml b/devtools/client/netmonitor/src/har/test/browser.toml @@ -17,13 +17,11 @@ support-files = [ ["browser_net_har_copy_all_as_har.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] ["browser_net_har_import.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1767273 "os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug", # Bug 1767273 ] diff --git a/devtools/client/netmonitor/test/browser.toml b/devtools/client/netmonitor/test/browser.toml @@ -3,7 +3,6 @@ https_first_disabled = true tags = "devtools" subsuite = "devtools" skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] support-files = [ @@ -132,7 +131,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_net_block-extensions.js"] ["browser_net_block-pattern.js"] -skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug"] # almost perma leaks ["browser_net_block-serviceworker.js"] skip-if = ["os == 'mac' && os_version == '14.70' && processor == 'x86_64'"] # Bug 1980084 @@ -253,7 +251,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_net_frame.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1479782 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1479782 "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1479782 "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1479782 @@ -418,7 +415,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_net_simple-request-data.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1667115 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1667115 "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1667115 "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1667115 @@ -471,7 +467,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_net_telemetry_persist_toggle_changed.js"] ["browser_net_telemetry_select_ws_frame.js"] -skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug"] # Bug 1842200 - Frequent intermittent leaks. ["browser_net_telemetry_sidepanel_changed.js"] @@ -495,7 +490,6 @@ skip-if = ["true"] # TODO: fix the test ["browser_net_truncate-post-data.js"] https_first_disabled = true # Intermittent crashes on macos when using HTTPS, Bug 1732865 skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && socketprocess_networking", # Bug 1772211 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && socketprocess_networking", # Bug 1772211 ] diff --git a/devtools/client/netmonitor/test/new-resend-request/browser.toml b/devtools/client/netmonitor/test/new-resend-request/browser.toml @@ -23,7 +23,6 @@ support-files = [ ["browser_net_new_request_panel_context_menu.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1858037 to investigate intermittent a11y_checks results "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858037 ] diff --git a/devtools/client/performance-new/test/browser/browser.toml b/devtools/client/performance-new/test/browser/browser.toml @@ -12,8 +12,7 @@ support-files = [ "webchannel-js-sources.html", ] 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 + "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1804081, timeouts and data races in various tests ] ["browser_aboutprofiling-entries.js"] diff --git a/devtools/client/responsive/test/browser/browser.toml b/devtools/client/responsive/test/browser/browser.toml @@ -51,7 +51,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_device_custom.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) ] @@ -60,7 +59,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_device_custom_remove.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1849028, 1858041 to investigate intermittent a11y_checks results (fails on Try, passes on Autoland) "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) ] @@ -70,7 +68,6 @@ skip-if = [ ["browser_device_modal_submit.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Autoland, passes on Try) "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Autoland, passes on Try) ] @@ -93,7 +90,6 @@ tags = "devtools webextensions" ["browser_eyedropper_update.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && tsan", ] @@ -129,7 +125,6 @@ https_first_disabled = true ["browser_permission_doorhanger.js"] tags = "devtools geolocation" skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -176,7 +171,6 @@ https_first_disabled = true skip-if = [ "a11y_checks", "os == 'win'", # Bug 1977557 and Bug 1977558 - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1980013 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1980013 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1980013 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1980013 @@ -192,7 +186,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_touch_event_iframes.js"] fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1767692 "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1767692 "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt", # Bug 1767692 ] diff --git a/devtools/client/shared/source-map-loader/test/browser/browser.toml b/devtools/client/shared/source-map-loader/test/browser/browser.toml @@ -16,6 +16,5 @@ support-files = [ ["browser_wasm-source-map.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] diff --git a/devtools/client/shared/test/browser.toml b/devtools/client/shared/test/browser.toml @@ -112,7 +112,6 @@ skip-if = ["verify"] # Bug 1975963 ["browser_filter-editor-06.js"] ["browser_filter-editor-07.js"] -fail-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled ["browser_filter-editor-08.js"] @@ -131,7 +130,6 @@ skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && d ["browser_html_tooltip-02.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1721159 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1721159 ] @@ -165,7 +163,6 @@ skip-if = [ ["browser_html_tooltip_variable-height.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1721159 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1721159 ] @@ -257,9 +254,7 @@ skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && d ["browser_treeWidget_basic.js"] ["browser_treeWidget_keyboard_interaction.js"] -fail-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled ["browser_treeWidget_mouse_interaction.js"] -fail-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled diff --git a/devtools/client/storage/test/browser.toml b/devtools/client/storage/test/browser.toml @@ -2,7 +2,6 @@ tags = "devtools" subsuite = "devtools" skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Many tests relying on test1/test2.example.org "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Many tests relying on test1/test2.example.org ] support-files = [ @@ -90,7 +89,6 @@ https_first_disabled = true ["browser_storage_cookies_sort.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1858037 to investigate intermittent a11y_checks results (fails on Autoland, passes on Try) "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858037 to investigate intermittent a11y_checks results (fails on Autoland, passes on Try) ] @@ -145,8 +143,6 @@ skip-if = [ ["browser_storage_indexeddb_navigation.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1781497 - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1781497 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", ] diff --git a/devtools/client/styleeditor/test/browser.toml b/devtools/client/styleeditor/test/browser.toml @@ -111,7 +111,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_styleeditor_filesave.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -140,7 +139,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_styleeditor_media_sidebar_sourcemaps.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) ] @@ -177,14 +175,11 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_styleeditor_sourcemap_large.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) ] ["browser_styleeditor_sourcemap_watching.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) ] diff --git a/devtools/client/webconsole/test/browser/_browser_console.toml b/devtools/client/webconsole/test/browser/_browser_console.toml @@ -21,7 +21,6 @@ support-files = [ ["browser_console.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -33,7 +32,6 @@ skip-if = [ ["browser_console_clear_method.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1437843 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1437843 "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1437843 "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1437843 @@ -67,7 +65,6 @@ skip-if = ["verify"] ["browser_console_enable_network_monitoring.js"] skip-if = [ "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "verify", ] diff --git a/devtools/client/webconsole/test/browser/_webconsole.toml b/devtools/client/webconsole/test/browser/_webconsole.toml @@ -198,7 +198,6 @@ prefs = [ ["browser_webconsole_allow_mixedcontent_securityerrors.js"] tags = "mcb" skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -212,7 +211,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_webconsole_block_mixedcontent_securityerrors.js"] tags = "mcb" skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -227,7 +225,6 @@ https_first_disabled = true ["browser_webconsole_certificate_messages.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -239,7 +236,6 @@ skip-if = [ https_first_disabled = true fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -247,7 +243,6 @@ skip-if = [ https_first_disabled = true fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -255,14 +250,12 @@ skip-if = [ https_first_disabled = true fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] ["browser_webconsole_clickable_urls.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -291,7 +284,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_webconsole_console_logging_workers_api.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1767724 "release_or_beta", # requires dom.postMessage.sharedArrayBuffer.bypassCOOP_COEP.insecure.enabled ] @@ -301,7 +293,6 @@ skip-if = [ https_first_disabled = true fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -316,7 +307,6 @@ skip-if = [ ["browser_webconsole_console_trace_duplicates.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -325,8 +315,6 @@ skip-if = [ ["browser_webconsole_context_menu_copy_link_location.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1473120 - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1473120 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -344,7 +332,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_webconsole_context_menu_open_url.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -355,14 +342,12 @@ skip-if = [ ["browser_webconsole_cors_errors.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] ["browser_webconsole_csp_ignore_reflected_xss_message.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -373,7 +358,6 @@ skip-if = [ ["browser_webconsole_cspro.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -420,7 +404,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_webconsole_execution_scope.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -437,7 +420,6 @@ skip-if = [ ["browser_webconsole_filter_navigation_marker.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -466,13 +448,11 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_webconsole_insecure_passwords_about_blank_web_console_warning.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] ["browser_webconsole_insecure_passwords_web_console_warning.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -510,7 +490,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_webconsole_longstring_getter.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bugs 1849028 and 1858041 clicked BUTTON.arrow is inconsistently not focusable "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bugs 1849028 and 1858041 clicked BUTTON.arrow is inconsistently not focusable ] @@ -545,7 +524,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_webconsole_persist.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -609,7 +587,6 @@ skip-if = ["verify"] ["browser_webconsole_sourcemap_css.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -619,7 +596,6 @@ skip-if = [ ["browser_webconsole_sourcemap_nosource.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 "verify", ] @@ -650,7 +626,6 @@ skip-if = [ ["browser_webconsole_stubs_network_event.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] diff --git a/devtools/client/webconsole/test/browser/_webconsole_network.toml b/devtools/client/webconsole/test/browser/_webconsole_network.toml @@ -48,7 +48,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and ["browser_webconsole_network_requests_from_chrome.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] diff --git a/devtools/server/tests/browser/browser.toml b/devtools/server/tests/browser/browser.toml @@ -114,7 +114,6 @@ skip-if = ["os == 'win' && os_version == '11.26100' && processor == 'x86_64' && ["browser_application_manifest.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] @@ -126,7 +125,6 @@ skip-if = [ ["browser_canvasframe_helper_04.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1183605 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1183605 "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1183605 "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1183605 @@ -189,16 +187,13 @@ skip-if = [ ["browser_storage_cookies-duplicate-names.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] ["browser_storage_dynamic_windows.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1715916 - test is having race conditions on slow hardware "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1715916 - test is having race conditions on slow hardware - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # high frequency intermittent "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # high frequency intermittent "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1767758 ] @@ -206,14 +201,12 @@ skip-if = [ ["browser_storage_listings.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] ["browser_storage_updates.js"] https_first_disabled = true skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] diff --git a/devtools/shared/commands/resource/tests/browser.toml b/devtools/shared/commands/resource/tests/browser.toml @@ -82,7 +82,6 @@ support-files = [ ["browser_resources_reflows.js"] skip-if = [ "os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug", # Bug 1767771 - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1767771 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1767771 "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && debug", # Bug 1767771 ] @@ -121,6 +120,5 @@ skip-if = [ ["browser_resources_websocket.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] diff --git a/devtools/shared/commands/target-configuration/tests/browser.toml b/devtools/shared/commands/target-configuration/tests/browser.toml @@ -11,24 +11,20 @@ support-files = [ ["browser_target_configuration_command_color_scheme.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] ["browser_target_configuration_command_custom_user_agent.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] ["browser_target_configuration_command_dppx.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ] ["browser_target_configuration_command_touch_events.js"] skip-if = [ - "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298 "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 ]