Bug 1967293 - Update mochitest manifest annotations to support Ubuntu 24.04. r=aryx,webcompat-reviewers,pip-reviewers,credential-management-reviewers,devtools-reviewers,sessionstore-reviewers,profiler-reviewers,dom-storage-reviewers,twisniewski,asuth,accessibility-frontend-reviewers,julienw,dimi,morgan,mconley,ochameau,nsharpley

Differential Revision: https://phabricator.services.mozilla.com/D250070
This commit is contained in:
Joel Maher
2025-05-23 19:41:54 +00:00
committed by jmaher@mozilla.com
parent 3d0a207aee
commit 7e69b821f2
73 changed files with 575 additions and 144 deletions

View File

@@ -1,5 +1,8 @@
[DEFAULT]
skip-if = ["os == 'android'"] # bug 1730213
skip-if = [
"os == 'android'", # bug 1730213
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && ccov",
]
tags = "resistfingerprinting"
support-files = [

View File

@@ -183,6 +183,10 @@ support-files = [
"telemetrySearchSuggestions.sjs",
"telemetrySearchSuggestions.xml",
]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1873335
]
["browser_search_telemetry_searchform.js"]

View File

@@ -135,7 +135,10 @@ skip-if = ["true"]
["browser_467409-backslashplosion.js"]
["browser_477657.js"]
skip-if = ["os == 'linux' && os_version == '18.04'"] # bug 1610668 for ubuntu 18.04
skip-if = [
"os == 'linux' && os_version == '18.04'", # bug 1610668 for ubuntu 18.04
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1610668
]
["browser_480893.js"]

View File

@@ -10,6 +10,7 @@ support-files = [
["browser_UITour.js"]
skip-if = [
"os == 'linux' && os_version == '18.04'", # Intermittent failures, bug 951965
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 951965
"verify",
]

View File

@@ -24,9 +24,11 @@ support-files = [
["browser_address_doorhanger_confirmation_popup.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1890182
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1890182
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1890182
"os == 'mac' && os_version == '10.15' && processor == 'x86_64' && debug", # Bug 1890182
"os == 'win' && os_version == '11.2009' && processor == 'x86_64' && opt", # Bug 1890182
"os == 'win' && os_version == '11.2009' && processor == 'x86_64' && asan", # Bug 1890182
"os == 'win' && os_version == '11.2009' && processor == 'x86_64' && opt", # Bug 1890182
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1890182
]

View File

@@ -98,6 +98,7 @@ skip-if = [
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1916287
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1916287
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan && swgl", # Bug 1916287
]
["browser_iframe_capture.js"]

View File

@@ -82,15 +82,21 @@ skip-if = ["true"]
["browser_creditCard_fill_cancel_login.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan",
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan",
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt",
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan && swgl",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan && swgl",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt",
]
["browser_creditCard_heuristics.js"]
skip-if = ["os == 'mac' && os_version == '11.20' && arch == 'aarch64' && !debug"] # Bug 1714221
["browser_creditCard_osAuth.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64'"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'",
]
["browser_creditCard_submission_autodetect_type.js"]
skip-if = ["os == 'mac' && os_version == '11.20' && arch == 'aarch64' && !debug"]
@@ -104,8 +110,10 @@ support-files = ["browser_telemetry_utils.js"]
["browser_creditCard_telemetry_manage.js"]
support-files = ["browser_telemetry_utils.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt", # Bug 1960313
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1960313
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt", # Bug 1960313
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan && swgl", # Bug 1960313
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt", # Bug 1960313
]
["browser_creditCard_telemetry_popup.js"]

View File

@@ -20,6 +20,10 @@ scheme = "https"
["test_clear_form.html"]
scheme = "https"
skip-if = [
"os == 'linux' && os_version == '22.04' && processor == 'x86_64' && display == 'wayland'", # Bug 1827944
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1827944
]
["test_clear_form_expiry_select_elements.html"]
scheme = "https"

View File

@@ -32,6 +32,9 @@ skip-if = ["verify"]
["browser_smartblockembeds.js"]
["browser_smartblockembeds_mutation.js"]
skip-if = ["os == 'linux' && asan"] # Bug 1858919
skip-if = [
"os == 'linux' && asan", # Bug 1858919
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1858919
]
["browser_ua_helpers.js"]

View File

@@ -189,6 +189,9 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_aboutdebugging_serviceworker_runtime-page.js"]
["browser_aboutdebugging_serviceworker_start.js"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1947358
]
["browser_aboutdebugging_serviceworker_status.js"]

View File

@@ -31,6 +31,7 @@ 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
]
@@ -50,6 +51,7 @@ skip-if = [
["browser_accessibility_simulation.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
]

View File

@@ -33,7 +33,10 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_application_panel_list-domain-workers.js"]
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 1559591
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1559591
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1559591
]
["browser_application_panel_list-multiple-workers-same-registration.js"]
https_first_disabled = true
@@ -46,7 +49,10 @@ skip-if = [
["browser_application_panel_list-several-workers.js"]
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 1559591
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1559591
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1559591
]
["browser_application_panel_list-single-worker.js"]
https_first_disabled = true
@@ -54,7 +60,10 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_application_panel_list-unicode.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 && http3"] # Bug 1559591
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1559591
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1559591
]
["browser_application_panel_list-workers-empty.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
@@ -76,6 +85,7 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_application_panel_open-links.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1467256, 1559591
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1467256, 1559591
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1467256, 1559591
"os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug T1467256, 1559591BD
]
@@ -85,19 +95,26 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_application_panel_start-service-worker.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' && tsan"] # Bug 1608640
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1608640
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1608640
]
["browser_application_panel_target-switching.js"]
https_first_disabled = true
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1640234
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1640234
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1640234
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1640234
]
["browser_application_panel_telemetry-debug-worker.js"]
https_first_disabled = true
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1654354
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1654354
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan",
]
["browser_application_panel_telemetry-select-page.js"]
@@ -107,6 +124,7 @@ 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
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1654468
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1654468
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug", # Bug 1559591
]
@@ -119,7 +137,10 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_application_panel_viewsource-service-worker.js"]
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 1559591
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1559591
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1559591
]
["browser_application_panel_worker-states.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

View File

@@ -30,6 +30,7 @@ prefs = [
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1591064
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1591064
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1591064
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1937229
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1591064
]
@@ -41,6 +42,9 @@ skip-if = [
["browser_dbg-blackbox-original.js"]
["browser_dbg-blackbox.js"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan",
]
["browser_dbg-breaking-from-console.js"]
@@ -95,6 +99,7 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_dbg-browser-toolbox-unselected-pause.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1591064
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1591064
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1937315
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1591064
]
@@ -102,6 +107,7 @@ skip-if = [
["browser_dbg-browser-toolbox-workers.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1591064, parent intercept mode is needed
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1591064
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1767721
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1591064, parent intercept mode is needed
]
@@ -204,6 +210,7 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_dbg-features-browser-toolbox-source-tree.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1591064
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1591064
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1781499
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1591064
]
@@ -251,6 +258,7 @@ 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
]
["browser_dbg-inline-script-offset.js"]
@@ -272,11 +280,13 @@ 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
]
["browser_dbg-javascript-tracer-values.js"]

View File

@@ -111,6 +111,7 @@ 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' && opt", # Bug 1817966
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && ccov", # Bug 1817966
]
@@ -143,6 +144,7 @@ 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
]
["browser_dbg-preview-wrapped-lines.js"]
@@ -170,6 +172,7 @@ skip-if = [
["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'",
]
@@ -220,6 +223,7 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
# 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)
]
["browser_dbg-sourcemapped-stepping.js"]
@@ -287,6 +291,7 @@ 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
]

View File

@@ -14,4 +14,6 @@ run-if = ["os == 'linux'"] # Results should be platform agnostic - only run on l
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan",
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug",
]

View File

@@ -52,10 +52,8 @@ prefs = ["security.allow_unsafe_parent_loads=true"] # This is far from ideal. Bu
["../../../../browser/base/content/test/static/browser_all_files_referenced.js"]
# We want this test to run for mochitest-dt as well, so we include it here
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # no point in running on both opt and debug, and will likely intermittently timeout on debug, Bug 1598726
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && debug",
"debug", # no point in running on both opt and debug, and will likely intermittently timeout on debug, Bug 1598726
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && ccov",
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug",
]
["../../../../browser/base/content/test/static/browser_parsable_css.js"]
@@ -98,10 +96,16 @@ skip-if = [
["browser_source_map-late-script.js"]
["browser_source_map-no-race.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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
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-reload.js"]
@@ -120,6 +124,7 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && d
["browser_target_loading.js"]
["browser_target_parents.js"]
skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan"] # Bug 1897912
["browser_target_remote.js"]
@@ -134,7 +139,10 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && d
["browser_toolbox_browsertoolbox_host.js"]
["browser_toolbox_connecting_with_frozen_process.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan",
]
["browser_toolbox_contentpage_contextmenu.js"]
@@ -166,7 +174,10 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_toolbox_keyboard_navigation.js"]
["browser_toolbox_keyboard_navigation_notification_box.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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_toolbox_many_toggles.js"]
run-if = ["os != 'win'"] # Content process killing throws on Window
@@ -182,12 +193,18 @@ run-if = ["os != 'win'"] # Content process killing throws on Window
["browser_toolbox_options_disable_cache-02.js"]
["browser_toolbox_options_disable_cache-03.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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_toolbox_options_disable_js.js"]
["browser_toolbox_options_enable_serviceworkers_testing.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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_toolbox_options_frames_button.js"]
@@ -235,6 +252,7 @@ disabled = "Bug 962258"
["browser_toolbox_theme_registration.js"]
["browser_toolbox_toggle.js"]
skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'"] # Bug 1767761
["browser_toolbox_tool_ready.js"]

View File

@@ -62,6 +62,7 @@ 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
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
]
["browser_animation_animation-target_select.js"]
@@ -93,6 +94,7 @@ 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
]
["browser_animation_infinity-duration_current-time-scrubber.js"]
@@ -149,6 +151,7 @@ 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 == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1567800
]
["browser_animation_logic_mutations_properties.js"]
@@ -156,6 +159,7 @@ 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
]

View File

@@ -62,6 +62,7 @@ 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
]

View File

@@ -36,6 +36,7 @@ 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
]
["browser_computed_inherited-element-backed-pseudo-elements.js"]
@@ -62,6 +63,7 @@ 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
]
["browser_computed_pseudo-element_01.js"]
@@ -90,6 +92,7 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_computed_style-editor-link.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1307846
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1307846
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1307846
"os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1307846
]

View File

@@ -19,6 +19,9 @@ support-files = [
["browser_fontinspector.js"]
["browser_fontinspector_all-fonts.js"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt", # Bug 1963212
]
["browser_fontinspector_copy-URL.js"]

View File

@@ -297,6 +297,9 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_rules_editable-field-focus_02.js"]
["browser_rules_eyedropper.js"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1781473
]
["browser_rules_variables-in-pseudo-element_01.js"]

View File

@@ -29,7 +29,10 @@ 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
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_jsonview_content_type.js"]
@@ -77,7 +80,10 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && d
["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
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
]
["browser_jsonview_serviceworker.js"]

View File

@@ -16,7 +16,10 @@ 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
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 = [

View File

@@ -4,6 +4,7 @@ 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 = [
"dropmarker.svg",
@@ -286,6 +287,7 @@ 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
]
@@ -361,6 +363,7 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["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
]
["browser_net_new_request_panel_persisted_content.js"]
@@ -379,6 +382,9 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_net_open_request_in_tab.js"]
["browser_net_overrides.js"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1949050
]
["browser_net_overrides_with_debugger.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
@@ -479,6 +485,7 @@ 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
]
@@ -501,7 +508,10 @@ skip-if = [
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug"] # Bug 1373558
["browser_net_statistics-02.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks"] # Bug 1767655
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1767655
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1767655
]
["browser_net_statistics-edge-case.js"]
@@ -542,11 +552,7 @@ skip-if = [
["browser_net_throttling_profiles.js"]
["browser_net_timeline_ticks.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # TODO: fix the test
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # TODO: fix the test
"os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # TODO: fix the test
]
skip-if = ["true"] # TODO: fix the test
["browser_net_timing-division.js"]
@@ -554,7 +560,10 @@ skip-if = [
["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
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
]
["browser_net_truncate.js"]

View File

@@ -10,7 +10,10 @@ support-files = [
"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
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"]

View File

@@ -15,4 +15,7 @@ support-files = [
["browser_source-map.js"]
["browser_wasm-source-map.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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
]

View File

@@ -86,11 +86,7 @@ tags = "addons"
["browser_dbg_listtabs-01.js"]
["browser_dbg_listtabs-02.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Never worked for remote frames, needs a mock DevToolsServerConnection
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Never worked for remote frames, needs a mock DevToolsServerConnection
"os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Never worked for remote frames, needs a mock DevToolsServerConnection
]
skip-if = ["true"] # Never worked for remote frames, needs a mock DevToolsServerConnection
["browser_dbg_listworkers.js"]
@@ -117,6 +113,9 @@ skip-if = ["verify"]
["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"]
@@ -135,6 +134,7 @@ fail-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && a
["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
]
["browser_html_tooltip-03.js"]
@@ -168,6 +168,7 @@ 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
]
["browser_html_tooltip_width-auto.js"]
@@ -259,6 +260,12 @@ skip-if = ["verify"]
["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
]

View File

@@ -3,6 +3,7 @@ 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 = [
"storage-blank.html",
@@ -87,6 +88,7 @@ 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)
]
["browser_storage_cookies_tab_navigation.js"]
@@ -136,6 +138,7 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_storage_indexeddb_hide_internal_dbs.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1591064
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1591064
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929421
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1591064
]
@@ -145,6 +148,7 @@ skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1781497
"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' && opt && a11y_checks",
]
["browser_storage_indexeddb_overflow.js"]

View File

@@ -112,6 +112,7 @@ 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
]
["browser_styleeditor_filter.js"]
@@ -140,6 +141,7 @@ 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)
]
["browser_styleeditor_missing_stylesheet.js"]
@@ -176,12 +178,15 @@ 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)
]
["browser_styleeditor_sourcemaps.js"]
@@ -215,6 +220,7 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_toolbox_styleeditor.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1591064
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1591064
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929428
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1591064
]

View File

@@ -20,7 +20,10 @@ support-files = [
]
["browser_console.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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_console_and_breakpoints.js"]
@@ -31,6 +34,7 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && d
["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
]
@@ -62,6 +66,7 @@ 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",
]
@@ -77,7 +82,10 @@ skip-if = [
["browser_console_jsterm_await.js"]
["browser_console_many_toggles.js"]
skip-if = ["verify"]
skip-if = [
"verify",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt", # Bug 1812593
]
["browser_console_microtask.js"]
@@ -105,6 +113,7 @@ skip-if = ["verify"]
["browser_toolbox_console_new_process.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1591590
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1591590
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929454
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1591590
]

View File

@@ -196,7 +196,10 @@ prefs = [
["browser_webconsole_allow_mixedcontent_securityerrors.js"]
tags = "mcb"
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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_async_stack.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
@@ -207,7 +210,10 @@ 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
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_cached_messages.js"]
@@ -219,7 +225,10 @@ https_first_disabled = true
["browser_webconsole_cached_messages_no_duplicate.js"]
["browser_webconsole_certificate_messages.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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_checkloaduri_errors.js"]
@@ -228,21 +237,33 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && d
["browser_webconsole_click_function_to_mapped_source.js"]
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
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_click_function_to_prettyprinted_source.js"]
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
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_click_function_to_source.js"]
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
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
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_close_groups_after_navigation.js"]
@@ -278,7 +299,10 @@ skip-if = [
["browser_webconsole_console_table.js"]
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
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_console_table_fallback.js"]
@@ -290,7 +314,10 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && d
["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
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_context_menu_copy_entire_message.js"]
@@ -300,6 +327,7 @@ skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1473120
"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
]
["browser_webconsole_context_menu_copy_message_with_async_stacktrace.js"]
@@ -315,7 +343,10 @@ 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
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_context_menu_reveal_in_inspector.js"]
@@ -323,11 +354,17 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && d
["browser_webconsole_cors_errors.js"]
https_first_disabled = true
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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
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_too_many_reports.js"]
@@ -335,7 +372,10 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && d
["browser_webconsole_cspro.js"]
https_first_disabled = true
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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_css_error_impacted_elements.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
@@ -379,7 +419,10 @@ 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
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_external_script_errors.js"]
@@ -395,7 +438,10 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && d
["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
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_filter_scroll.js"]
@@ -421,10 +467,16 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && d
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
["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
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
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_inspect_cross_domain_object.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
@@ -460,6 +512,7 @@ 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
]
["browser_webconsole_message_categories.js"]
@@ -494,7 +547,10 @@ skip-if = [
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
["browser_webconsole_network_requests_from_chrome.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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_network_reset_filter.js"]
@@ -529,7 +585,10 @@ 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
support-files = ["browser_webconsole_object_inspector_entries.snapshot.mjs"]
https_first_disabled = true # JS HttpServer doesn't support https
skip-if = ["http3"] # JS HttpServer doesn't support http3
skip-if = [
"http3", # JS HttpServer doesn't support http3
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt", # Bug 1965340
]
["browser_webconsole_object_inspector_getters.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
@@ -586,7 +645,10 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_webconsole_output_trimmed.js"]
["browser_webconsole_persist.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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_previewers.js"]
support-files = ["browser_webconsole_previewers.snapshot.mjs"]
@@ -643,7 +705,10 @@ skip-if = ["verify"]
["browser_webconsole_sidebar_scroll.js"]
["browser_webconsole_sourcemap_css.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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_sourcemap_error.js"]
@@ -652,6 +717,7 @@ skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && d
["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",
]
@@ -680,7 +746,10 @@ skip-if = [
["browser_webconsole_stubs_evaluation_result.js"]
["browser_webconsole_stubs_network_event.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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_stubs_page_error.js"]
@@ -732,6 +801,7 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_webconsole_warning_group_storage_isolation.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1765369
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1765369
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1765369
"os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1765369
]

View File

@@ -117,6 +117,7 @@ skip-if = [
["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
]
["browser_canvasframe_helper_01.js"]
@@ -128,6 +129,7 @@ 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
]
@@ -190,23 +192,32 @@ skip-if = [
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
]
["browser_storage_listings.js"]
https_first_disabled = true
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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
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_style_utils_getFontPreviewData.js"]

View File

@@ -82,6 +82,7 @@ support-files = [
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
]
@@ -96,6 +97,7 @@ skip-if = [
["browser_resources_sources.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1744565
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1744565
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug", # Bug 1932913
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1767772
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && ccov", # Bug 1767772
@@ -125,4 +127,7 @@ skip-if = [
["browser_resources_watch_unwatch_multiple.js"]
["browser_resources_websocket.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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
]

View File

@@ -10,13 +10,25 @@ support-files = [
["browser_target_configuration_command.js"]
["browser_target_configuration_command_color_scheme.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3"] # Bug 1829298
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
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
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
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
]

View File

@@ -20,7 +20,10 @@ support-files = [
["browser_target_command_bfcache.js"]
["browser_target_command_browser_workers.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan"] # Bug 1767778
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1767778
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1767778
]
["browser_target_command_content_scripts.js"]
@@ -54,6 +57,7 @@ skip-if = [
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && !a11y_checks", # Bug 1767781
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1767781
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt", # Bug 1767781
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929449
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && ccov", # Bug 1767781
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt", # Bug 1767781
@@ -66,6 +70,7 @@ skip-if = [
["browser_target_command_tab_workers_bfcache_navigation.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1721859
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1721859
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug", # Bug 1721859
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && debug", # Bug 1721859
]

View File

@@ -95,6 +95,7 @@ skip-if = ["os == 'linux' && bits == 64 && !debug"] # Bug 1607713
["browser_bfcache_copycommand.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1730593
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks && swgl", # Bug 1730593
"win11_2009", # Bug 1775931
]
@@ -336,7 +337,8 @@ support-files = ["file_replace_state_during_navigation.html"]
["browser_tab_replace_while_loading.js"]
skip-if = [
"os == 'linux' && bits == 64 && os_version == '18.04'", # Bug 1604237
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1604237
"os == 'linux'&& os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1604237
"os == 'win'", # Bug 1671794
]

View File

@@ -1038,8 +1038,14 @@ skip-if = [
["test_bug1100912.html"]
support-files = ["file_bug1100912.html"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && xorigin",
]
["test_bug1101364.html"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && xorigin",
]
["test_bug1118689.html"]
@@ -1705,6 +1711,7 @@ support-files = [
skip-if = [
"debug",
"asan",
"tsan",
"verify",
"os == 'android'", # The test needs to run reasonably fast.
]

View File

@@ -10,6 +10,7 @@ support-files = [
]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1693807, Bug 1705410
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1693807, Bug 1705410
]
["test_webgl_debug_renderer_info.html"]

View File

@@ -219,6 +219,9 @@ subsuite = "gpu"
subsuite = "gpu"
["test_canvas_focusring.html"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http2",
]
["test_canvas_font_setter.html"]

View File

@@ -5302,7 +5302,8 @@ subsuite = "webgl2-core"
subsuite = "webgl2-core"
fail-if = [
"os == 'android'",
"os == 'linux'",
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__context__context-mode.html"]
@@ -5617,7 +5618,7 @@ subsuite = "webgl2-ext"
["generated/test_2_conformance2__glsl3__valid-invariant.html"]
subsuite = "webgl2-ext"
fail-if = ["os == 'linux' && display != 'wayland'"]
fail-if = ["os == 'linux' && os_version == '18.04' && display != 'wayland'"]
["generated/test_2_conformance2__glsl3__varying-struct-inline-definition.html"]
subsuite = "webgl2-ext"
@@ -5719,6 +5720,7 @@ subsuite = "webgl2-core"
["generated/test_2_conformance2__query__occlusion-query-scissor.html"]
subsuite = "webgl2-core"
skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'"]
["generated/test_2_conformance2__query__occlusion-query.html"]
subsuite = "webgl2-core"
@@ -5758,7 +5760,10 @@ subsuite = "webgl2-core"
["generated/test_2_conformance2__renderbuffers__multisample-draws-between-blits.html"]
subsuite = "webgl2-core"
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__renderbuffers__multisample-with-full-sample-counts.html"]
subsuite = "webgl2-core"
@@ -5785,7 +5790,8 @@ subsuite = "webgl2-core"
["generated/test_2_conformance2__rendering__blitframebuffer-filter-srgb.html"]
subsuite = "webgl2-core"
fail-if = [
"os == 'linux'",
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'",
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
@@ -5794,7 +5800,10 @@ fail-if = [
["generated/test_2_conformance2__rendering__blitframebuffer-multisampled-readbuffer.html"]
subsuite = "webgl2-core"
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__rendering__blitframebuffer-outside-readbuffer.html"]
subsuite = "webgl2-core"
@@ -5902,7 +5911,10 @@ skip-if = ["os == 'linux'"]
["generated/test_2_conformance2__rendering__framebuffer-to-texture.html"]
subsuite = "webgl2-core"
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__rendering__framebuffer-unsupported.html"]
subsuite = "webgl2-core"
@@ -5921,11 +5933,17 @@ subsuite = "webgl2-core"
["generated/test_2_conformance2__rendering__line-rendering-quality.html"]
subsuite = "webgl2-core"
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__rendering__multisampling-depth-resolve.html"]
subsuite = "webgl2-core"
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__rendering__multisampling-fragment-evaluation.html"]
subsuite = "webgl2-core"
@@ -5970,7 +5988,10 @@ subsuite = "webgl2-core"
["generated/test_2_conformance2__state__gl-get-calls.html"]
subsuite = "webgl2-core"
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__state__gl-getstring.html"]
subsuite = "webgl2-core"
@@ -9500,7 +9521,10 @@ subsuite = "webgl2-core"
["generated/test_2_conformance__context__context-attributes-alpha-depth-stencil-antialias.html"]
subsuite = "webgl2-core"
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance__context__context-creation-and-destruction.html"]
subsuite = "webgl2-core"
@@ -9733,7 +9757,7 @@ subsuite = "webgl2-ext"
["generated/test_2_conformance__glsl__bugs__sampler-array-using-loop-index.html"]
subsuite = "webgl2-ext"
fail-if = ["os == 'linux' && display != 'wayland'"]
fail-if = ["os == 'linux' && os_version == '18.04' && display != 'wayland'"]
["generated/test_2_conformance__glsl__bugs__sampler-struct-function-arg.html"]
subsuite = "webgl2-ext"
@@ -11397,6 +11421,7 @@ subsuite = "webgl2-core"
["generated/test_2_conformance__rendering__gl-scissor-test.html"]
subsuite = "webgl2-core"
fail-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'"]
["generated/test_2_conformance__rendering__gl-viewport-test.html"]
subsuite = "webgl2-core"
@@ -11406,7 +11431,10 @@ subsuite = "webgl2-core"
["generated/test_2_conformance__rendering__line-rendering-quality.html"]
subsuite = "webgl2-core"
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance__rendering__many-draw-calls.html"]
subsuite = "webgl2-core"
@@ -14989,7 +15017,7 @@ subsuite = "webgl1-ext"
["generated/test_conformance__glsl__bugs__sampler-array-using-loop-index.html"]
subsuite = "webgl1-ext"
fail-if = ["os == 'linux' && display != 'wayland'"]
fail-if = ["os == 'linux' && os_version == '18.04' && display != 'wayland'"]
["generated/test_conformance__glsl__bugs__sampler-struct-function-arg.html"]
subsuite = "webgl1-ext"
@@ -16740,6 +16768,9 @@ subsuite = "webgl1-core"
["generated/test_conformance__rendering__gl-scissor-test.html"]
subsuite = "webgl1-core"
fail-if = ["display == 'wayland'"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug TBD
]
["generated/test_conformance__rendering__gl-viewport-test.html"]
subsuite = "webgl1-core"
@@ -16749,7 +16780,7 @@ subsuite = "webgl1-core"
["generated/test_conformance__rendering__line-rendering-quality.html"]
subsuite = "webgl1-core"
fail-if = ["os == 'linux' && display != 'wayland'"]
fail-if = ["os == 'linux' && os_version == '18.04' && display != 'wayland'"]
["generated/test_conformance__rendering__many-draw-calls.html"]
subsuite = "webgl1-core"

View File

@@ -96,15 +96,24 @@ fail-if = ["os == 'linux'"]
["generated/test_2_conformance2__renderbuffers__multisample-draws-between-blits.html"]
# "whole thing" and more
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__rendering__framebuffer-to-texture.html"]
# checkFramebufferStatus expected: FRAMEBUFFER_COMPLETE. Was FRAMEBUFFER_INCOMPLETE_ATTACHMENT
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__rendering__multisampling-depth-resolve.html"]
# multisampling-depth-resolve: outer pixels should be red
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__transform_feedback__transform_feedback.html"]
# Linux: Assertion failure: [GFX1]: void mozilla::gl::GLContext::fTransformFeedbackVaryings(GLuint, GLsizei, const GLchar *const *, GLenum): Generated unexpected GL_INVALID_OPERATION error
@@ -116,7 +125,10 @@ skip-if = [
["generated/test_2_conformance__context__context-attributes-alpha-depth-stencil-antialias.html"]
# contextAttribs.antialias should be true. Was false
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__extensions__webgl-multi-draw-instanced-base-vertex-base-instance.html"]
# instid_prog: Expected [0,0,0,0], was [0,1,1,1]. desc: {"name":"drawArraysInstanced","base_vert":0,"vert_count":1,"base_inst":0,"inst_count":1,"first_vert":1}
@@ -209,6 +221,9 @@ fail-if = ["os == 'win'"]
["generated/test_conformance__rendering__gl-scissor-test.html"]
fail-if = ["display == 'wayland'"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug TBD
]
####################
@@ -600,7 +615,7 @@ skip-if = ["os == 'linux' && asan"]
["generated/test_conformance__glsl__bugs__sampler-array-using-loop-index.html"]
# Testfail on Linux after removing SH_UNROLL_FOR_LOOP_WITH_SAMPLER_ARRAY_INDEX.
# Only happen on tryserver
fail-if = ["os == 'linux' && display != 'wayland'"]
fail-if = ["os == 'linux' && os_version == '18.04' && display != 'wayland'"]
["generated/test_conformance__misc__type-conversion-test.html"]
fail-if = ["os == 'linux'"]
@@ -1396,24 +1411,37 @@ fail-if = ["os == 'linux'"]
["generated/test_2_conformance2__context__context-attributes-depth-stencil-antialias-obeyed.html"]
fail-if = [
"os == 'android'",
"os == 'linux'",
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__rendering__blitframebuffer-multisampled-readbuffer.html"]
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance2__rendering__clipping-wide-points.html"]
fail-if = ["os == 'linux'"]
["generated/test_2_conformance2__state__gl-get-calls.html"]
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
["generated/test_2_conformance__glsl__bugs__sampler-array-using-loop-index.html"]
fail-if = ["os == 'linux' && display != 'wayland'"]
fail-if = ["os == 'linux' && os_version == '18.04' && display != 'wayland'"]
["generated/test_conformance__rendering__line-rendering-quality.html"]
# Found 0 lines, looking in the vertical direction, expected 2
fail-if = ["os == 'linux' && display != 'wayland'"]
fail-if = ["os == 'linux' && os_version == '18.04' && display != 'wayland'"]
["generated/test_2_conformance2__query__occlusion-query-scissor.html"]
skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'"]
["generated/test_2_conformance__rendering__gl-scissor-test.html"]
fail-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'"]
["generated/test_conformance__rendering__blending.html"]
# Android 13.0 Pixel5 AArch64
@@ -1424,17 +1452,23 @@ fail-if = ["os == 'android'"]
fail-if = ["os == 'android'"]
["generated/test_2_conformance2__glsl3__valid-invariant.html"]
fail-if = ["os == 'linux' && display != 'wayland'"]
fail-if = ["os == 'linux' && os_version == '18.04' && display != 'wayland'"]
# [unexpected link status] vertex shader with invariant varying and fragment shader with variant varying must succeed
# [unexpected link status] vertex shader with invariant (global setting) varying and fragment shader with variant varying must succeed
# [unexpected link status] vertex shader with invariant (separately set) varying and fragment shader with variant varying must succeed
["generated/test_2_conformance__rendering__line-rendering-quality.html"]
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
# Found 0 lines, looking in the vertical direction, expected 2
["generated/test_2_conformance2__rendering__line-rendering-quality.html"]
fail-if = ["os == 'linux'"]
fail-if = [
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
]
# Found 0 lines, looking in the vertical direction, expected 2
["generated/test_2_conformance2__textures__misc__copy-texture-cube-map-bug.html"]
@@ -1511,7 +1545,8 @@ fail-if = [
["generated/test_2_conformance2__rendering__blitframebuffer-filter-srgb.html"]
fail-if = [
"os == 'linux'",
"os == 'linux' && os_version == '18.04'",
"os == 'linux' && os_version == '22.04'",
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'",
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'",

View File

@@ -60,6 +60,7 @@ fail-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64'"]
["ensure-exts/test_OVR_multiview2.html"]
fail-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'",
"os == 'linux' && os_version == '22.04' && processor == 'x86_64'",
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'",
@@ -97,6 +98,7 @@ fail-if = [
fail-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '22.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'",
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'",
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
@@ -112,6 +114,7 @@ fail-if = [
"os == 'android'",
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '22.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'",
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'",
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
@@ -135,6 +138,7 @@ fail-if = [
"os == 'android'",
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '22.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'",
]
["ensure-exts/test_common.html"]
@@ -178,6 +182,7 @@ support-files = ["../captureStream_common.js"]
fail-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '22.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'",
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'",
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'",

View File

@@ -58,22 +58,30 @@ skip-if = [
support-files = ["test_geolocation_is_undefined_when_pref_is_off_iframe.html"]
["test_hidden.html"]
skip-if = [
"os == 'android'", # test uses popup windows
"condprof",
] #: timed out
support-files = ["popup.html"]
skip-if = [
"condprof",
"os == 'android'", # test uses popup windows
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1823283
]
["test_manyCurrentConcurrent.html"]
skip-if = ["condprof"] #: timed out
skip-if = [
"condprof", # : timed out
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1823283
]
["test_manyCurrentSerial.html"]
skip-if = [
"condprof", #: timed out
"condprof", # : timed out
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1823283
]
["test_manyWatchConcurrent.html"]
skip-if = ["condprof"] #: timed out
skip-if = [
"condprof", # : timed out
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1823283
]
["test_manyWatchSerial.html"]

View File

@@ -759,6 +759,7 @@ skip-if = [
"os == 'win' && os_version == '10.2009' && opt", # Bug 1912735
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1912735
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt && xorigin", # Bug 1912735
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && ccov", # Bug 1912735
]
["test_bug1203668.html"]

View File

@@ -408,10 +408,11 @@ skip-if = [
scheme = "https"
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt",
"os == 'mac' && os_version == '10.15' && processor == 'x86_64' && opt",
"os == 'mac' && os_version == '11.20' && arch == 'aarch64' && opt",
"os == 'win'", # Bug 1637715
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && opt", # Bug 1930730 (secondary)
"os == 'win'", # Bug 1637715
]
["test_view_put_get_values.html"]

View File

@@ -855,12 +855,13 @@ tags = "hls"
["test_played.html"]
skip-if = [
"os == 'android' && is_emulator", # Times out on android-em, Bug 1613946
"os == 'android' && processor == 'aarch64'", # Bug 1110922
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1110922
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # Bug 1110922
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Bug 1110922
"os == 'win'", # Bug 1110922
"os == 'android' && processor == 'aarch64'", # Bug 1110922
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && mda_gpu", # Bug 1929426
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && socketprocess_e10s", # Bug 1929426
"os == 'win'", # Bug 1110922
]
["test_replay_metadata.html"]
@@ -899,7 +900,10 @@ skip-if = ["os == 'android'"] # Android has black frames issue.
["test_setSinkId_after_loop.html"]
scheme = "https"
skip-if = ["os == 'mac' && os_version == '15.30' && arch == 'aarch64' && debug"] # Bug 1961557
skip-if = [
"os == 'mac' && os_version == '15.30' && arch == 'aarch64' && debug", # Bug 1961557
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan && !fission",
]
["test_temporary_file_blob_video_plays.html"]
skip-if = ["os == 'android'"] # bug 1533534 # android(bug 1232305)

View File

@@ -37,6 +37,7 @@ prefs = [
"network.proxy.allow_hijacking_localhost=true",
"media.devices.enumerate.legacy.enabled=false",
]
skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan"] # high frequency leaks on shutdown
["test_1488832.html"]
skip-if = ["os == 'linux'"] # Bug 1714410

View File

@@ -407,6 +407,7 @@ skip-if = [
["test_peerConnection_stats_jitter.html"]
["test_peerConnection_stats_oneway.html"]
skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && socketprocess_e10s"] # Bug 1798188
["test_peerConnection_stats_relayProtocol.html"]
skip-if = [

View File

@@ -11,4 +11,5 @@ run-if = ["android"] # Haptic feedback is only supported on Android
skip-if = [
"os == 'android'",
"condprof", #: "Only focused window should get the sensor events"
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && !fission",
]

View File

@@ -35,7 +35,10 @@ https_first_disabled = true
["browser_bug1004814.js"]
["browser_bug1236512.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64'"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'",
]
["browser_bug1316330.js"]

View File

@@ -111,6 +111,7 @@ support-files = [
]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug # disabled on linux for timeouts--bug-834716
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 834716
]
["test_sandbox_bindings.xhtml"]

View File

@@ -23,6 +23,9 @@ support-files = ["test_gamepad_extensions_iframe.html"]
["test_gamepad_frame_state_sync.html"]
support-files = ["test_gamepad_frame_state_sync_iframe.html"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1879751
]
["test_gamepad_hidden_frame.html"]
# Android doesn't switch tabs on window.focus()

View File

@@ -189,9 +189,10 @@ skip-if = [
["test_resizeby.html"]
skip-if = [
"os == 'android'", # Window sizes cannot be controled on android; Windows
"display == 'wayland'", # Decorations arrive async and mess up the resize intermittently on automation.
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'",# Bug 1604152
"os == 'android'", # Window sizes cannot be controled on android; Windows
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1604152
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt", # Bug 1604152
]
["test_resource_timing.html"]

View File

@@ -50,10 +50,11 @@ skip-if = ["display == 'wayland' && os_version == '22.04'"] # Bug 1857057
["test_pointerlock_xorigin_iframe_movementXY.html"]
skip-if = [
"display == 'wayland' && os_version == '22.04'", # Bug 1857057
"os == 'android'", # bug 1897103
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt", # Bug 1897207
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && xorigin", # Bug 1897207
"os == 'mac' && os_version == '10.15' && processor == 'x86_64' && opt", # Bug 1897207
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && opt", # Bug 1897207
"os == 'win' && os_version == '11.2009' && opt", # Bug 1897207
"os == 'android'", # bug 1897103
"display == 'wayland' && os_version == '22.04'", # Bug 1857057
]

View File

@@ -68,8 +68,14 @@ support-files = [
["test_shadowdom_active_pseudo_class.html"]
support-files = ["!/gfx/layers/apz/test/mochitest/apz_test_utils.js"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && ccov && xorigin",
]
["test_shadowdom_ime.html"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && ccov && xorigin",
]
["test_shadowroot.html"]

View File

@@ -31,6 +31,7 @@ run-if = ["os != 'win'"] # Test not relevant on 1903+
run-if = ["os != 'win'"] # Test not relevant on 1903+
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # bug 1855383
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1855383
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && opt", # Bug 1929455
"os == 'mac' && os_version == '15.30' && arch == 'aarch64' && opt", # Bug 1929455
]

View File

@@ -52,6 +52,9 @@ support-files = [
"bug1769155.sjs",
"file_bug1769155.html",
]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http2", # Bug 1900716
]
["test_exslt.html"]

View File

@@ -27,4 +27,5 @@ support-files = ["green.png"]
["test_texteditor_keyevent_handling.html"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Fails delete key on linux
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Fails delete key on linux
]

View File

@@ -480,7 +480,11 @@ skip-if = ["display == 'wayland'"] # Bug 1935188
skip-if = ["xorigin"] # Testing internal API for comm-central
["test_middle_click_paste.html"]
skip-if = ["headless"]
skip-if = [
"headless",
"os == 'linux' && os_version == '22.04' && processor == 'x86_64' && display == 'wayland' && opt", # Bug 1870753
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt", # Bug 1870753
]
["test_native_key_bindings_in_shadow.html"]
skip-if = ["os != 'linux' && os != 'mac'"] # Depends on NativeKeyBindings used only on Linux and macOS

View File

@@ -26,15 +26,11 @@ support-files = ["helper_background_tab_scroll.html"]
support-files = ["helper_content_response_timeout.html"]
["browser_test_contextmenu_in_popup.js"]
skip-if = [
"os == 'mac'", # On Mac popup windows having no remote content doesn't have the compositor
]
run-if = ["os != 'mac'"] # On Mac popup windows having no remote content doesn't have the compositor
["browser_test_displayport_in_popup.js"]
support-files = ["helper_popup_menu_in_parent_process-1.html"]
skip-if = [
"os == 'mac'", # On Mac popup windows having no remote content doesn't have the compositor
]
run-if = ["os != 'mac'"] # On Mac popup windows having no remote content doesn't have the compositor
["browser_test_key_press_in_popup.js"]
support-files = [
@@ -46,9 +42,7 @@ skip-if = ["display == 'wayland' && os_version == '22.04'"] # Bug 1857059
["browser_test_paint_skip_in_popup.js"]
support-files = ["helper_paint_skip_in_popup.html"]
skip-if = [
"os == 'mac'", # On Mac popup windows having no remote content doesn't have the compositor
]
run-if = ["os != 'mac'"] # On Mac popup windows having no remote content doesn't have the compositor
["browser_test_popup_menu_in_parent_process.js"]
support-files = [
@@ -58,12 +52,13 @@ support-files = [
["browser_test_popup_menu_in_position_fixed.js"]
support-files = ["helper_popup_menu_in_parent_process-1.html"]
skip-if = [
"os == 'mac'", # On Mac popup windows having no remote content doesn't have the compositor
]
run-if = ["os != 'mac'"] # On Mac popup windows having no remote content doesn't have the compositor
["browser_test_position_sticky.js"]
support-files = ["helper_position_sticky_flicker.html"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && a11y_checks", # bug 1924676
]
["browser_test_reset_scaling_zoom.js"]
support-files = ["helper_test_reset_scaling_zoom.html"]
@@ -96,10 +91,10 @@ skip-if = [
]
["browser_test_tab_drag_event_counts.js"]
skip-if = ["os == 'linux' && os_version == '18.04'"] # No native key event support on Linux at this time (bug 1770143)
support-files = [
"helper_test_tab_drag_event_counts.html"
]
run-if = ["os != 'linux'"] # No native key event support on Linux at this time (bug 1770143)
["browser_test_tab_drag_zoom.js"]
run-if = ["os != 'win'"] # Our Windows touch injection test code doesn't support pinch gestures (bug 1495580)
@@ -109,6 +104,4 @@ support-files = ["helper_test_tab_drag_zoom.html"]
support-files = [
"!/testing/mochitest/tests/SimpleTest/paint_listener.js",
]
skip-if = [
"os == 'mac'", # On Mac popup windows having no remote content doesn't have the compositor
]
run-if = ["os != 'mac'"] # On Mac popup windows having no remote content doesn't have the compositor

View File

@@ -111,6 +111,9 @@ support-files = [
support-files = [
"../animated_image_test_list.js"
]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && ccov && xorigin",
]
["test_animated_gif.html"]
support-files = ["child.html"]

View File

@@ -425,7 +425,10 @@ skip-if = [
support-files = ["flexbox_layout_testcases.js"]
["test_flexbox_order.html"]
skip-if = ["os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug && xorigin"] # Bug 1932914
skip-if = [
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug && xorigin", # Bug 1932914
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && xorigin", # Bug 1784708
]
["test_flexbox_order_abspos.html"]
skip-if = ["os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug && xorigin"] # Bug 1932914 (secondary)
@@ -710,6 +713,7 @@ skip-if = [
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug && xorigin", # Bug 1932914 (secondary)
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1905949
"os == 'linux' && os_version == '22.04' && processor == 'x86_64' && display == 'wayland'", # Bug 1905949
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1905949
"os == 'android' && processor == 'x86_64' && debug", # Bug 1905949
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug", # Bug 1905949
]

View File

@@ -8,12 +8,18 @@ support-files = ["head.js"]
["browser_clipboard.js"]
["browser_edit.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan"] # Bug 1613515
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1613515
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1613515
]
["browser_locked.js"]
["browser_observe.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan"] # Bug 1613515
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1613515
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1613515
]
["browser_search.js"]

View File

@@ -191,6 +191,8 @@ skip-if = [
"os == 'android' && debug", # bug 1348241
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http2", # Bug 1927732
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1927732
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http2", # Bug 1927732
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1927732
]
["test_ext_contentscript_canvas.html"]

View File

@@ -4,6 +4,7 @@ support-files = ["head.js"]
["browser_errorpage.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1775881
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1775881
"os == 'win' && os_version == '11.2009' && debug", # Bug 1775881
"os == 'win' && os_version == '11.2009' && asan", # Bug 1775881
"os == 'win' && os_version == '11.26100' && debug", # Bug 1775881

View File

@@ -74,6 +74,9 @@ prefs = [
["browser_contextMenu.js"]
["browser_controlsHover.js"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && socketprocess_networking", # bug 1784652
]
["browser_cornerSnapping.js"]
run-if = ["os == 'mac'"]
@@ -99,6 +102,9 @@ skip-if = [
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && socketprocess_networking", # Bug 1775867
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && swgl", # Bug 1775867
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan && swgl", # Bug 1775867
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan && swgl", # Bug 1775867
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt", # Bug 1775867
]
["browser_fullscreen.js"]
@@ -147,12 +153,18 @@ support-files = ["test-page-with-nan-video-duration.html"]
["browser_removeVideoElement.js"]
["browser_resizeVideo.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64'"] # Bug 1594223
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1594223
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1594223
]
["browser_reversePiP.js"]
["browser_saveLastPiPLoc.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64'"] # Bug 1673465
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1673465
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1594223
]
["browser_shortcutsAfterFocus.js"]

View File

@@ -57,7 +57,8 @@ skip-if = ["verify && os == 'mac'"] # bug 1675609
["browser_print_in_container.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && swgl && tsan", # Bug 1683730
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan && swgl", # Bug 1683730
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan && swgl", # Bug 1683730
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && ccov",
]

View File

@@ -13,3 +13,6 @@ support-files = [
"file_first_portrait.html",
"file_first_landscape.html",
]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && socketprocess_networking", # Bug 1775883
]

View File

@@ -24,6 +24,7 @@ support-files = [
["browser_about_logging.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1804081 # Bug 1869961
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1804081 # Bug 1869961
]
support-files = ["browser_about_logging_server.sjs"]
@@ -42,6 +43,7 @@ fail-if = ["a11y_checks"] # Bug 1854538 clicked browser may not be focusable
["browser_bug295977_autoscroll_overflow.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks && swgl", # Bug 1710788 # Bug 1869961
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks && swgl", # Bug 1710788 # Bug 1869961
"os == 'win' && os_version == '11.2009' && processor == 'x86_64'",
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan",
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && debug",

View File

@@ -1,9 +1,15 @@
[DEFAULT]
["test_autocomplete_change_after_focus.html"]
skip-if = ["os == 'android'"]
skip-if = [
"os == 'android'",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && ccov && xorigin",
]
["test_bug1407085.html"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && ccov && xorigin",
]
["test_mousecapture.xhtml"]
allow_xul_xbl = true

View File

@@ -91,9 +91,15 @@ support-files = ["head_disco.js"]
["browser_html_discover_view_prefs.js"]
["browser_html_list_view.js"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks && swgl", # Bug 1781893
]
["browser_html_list_view_recommendations.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks && swgl"] # Bug 1858037 to investigate intermittent a11y_checks results for .popup-notification-primary-button.primary.footer-button
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks && swgl", # Bug 1858037 to investigate intermittent a11y_checks results for .popup-notification-primary-button.primary.footer-button
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks && swgl", # Bug 1858037 to investigate intermittent a11y_checks results for .popup-notification-primary-button.primary.footer-button
]
["browser_html_mlmodel_addons.js"]
@@ -123,6 +129,7 @@ https_first_disabled = true
["browser_installssl.js"]
["browser_installtrigger_install.js"]
skip-if = ["os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks && swgl"] # Bug 1861339
["browser_local_install.js"]
@@ -141,6 +148,9 @@ https_first_disabled = true
["browser_page_options_updates.js"]
["browser_permission_prompt.js"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt && a11y_checks && swgl", # Bug 1964764
]
["browser_permission_prompt_userScripts.js"]

View File

@@ -85,12 +85,13 @@ support-files = [
support-files = ["helper_scrollbar_colors.html"]
["browser_test_swipe_gesture.js"]
skip-if = [
"verify", # Bug 1800022
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1784772
]
support-files = [
"helper_swipe_gesture.html",
"!/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js",
"!/gfx/layers/apz/test/mochitest/apz_test_utils.js",
]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1784772
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1784772
"verify", # Bug 1800022
]

View File

@@ -12,6 +12,9 @@ tags = "os_integration"
# Privacy relevant
["test_bug343416.xhtml"]
skip-if = [
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt", # Bug 1962438
]
["test_bug428405.xhtml"]
run-if = ["os == 'mac'"] # Cocoa widget test
@@ -161,6 +164,7 @@ skip-if = ["true"] # Bug 1207190
["test_position_on_resize.xhtml"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1616760
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1616760
]
["test_secure_input.html"]
@@ -186,6 +190,7 @@ run-if = ["os == 'mac'"] # Cocoa widget test
["test_taskbar_progress.xhtml"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'",
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'",
]
["test_transferable_overflow.xhtml"]