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

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