Bug 1873732 - remove outdated manifest conditions and use consistent conditions. r=aryx,necko-reviewers,jgilbert,settings-reviewers,credential-management-reviewers,devtools-reviewers,sessionstore-reviewers,dom-storage-reviewers,sgalich,kershaw,nchevobbe,janv,dao

Differential Revision: https://phabricator.services.mozilla.com/D198082
This commit is contained in:
Joel Maher 2024-01-25 00:27:05 +00:00
parent 075ed4b3aa
commit 3ad5072cf1
114 changed files with 206 additions and 264 deletions

View file

@ -355,7 +355,6 @@ skip-if = ["os == 'linux' && fission && tsan"] # high frequency intermittent
["browser_newWindowDrop.js"] ["browser_newWindowDrop.js"]
https_first_disabled = true https_first_disabled = true
skip-if = ["os == 'win' && os_version == '6.1'"] # bug 1715862
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD. # DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
["browser_new_http_window_opened_from_file_tab.js"] ["browser_new_http_window_opened_from_file_tab.js"]
@ -388,7 +387,7 @@ https_first_disabled = true
skip-if = [ skip-if = [
"os == 'mac'", "os == 'mac'",
"os == 'linux' && !debug", "os == 'linux' && !debug",
"os == 'win' && bits == 32", "win11_2009 && bits == 32",
] # Bug 1559410 for all instances ] # Bug 1559410 for all instances
support-files = [ support-files = [
"refresh_header.sjs", "refresh_header.sjs",
@ -463,7 +462,6 @@ https_first_disabled = true
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD. # DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
["browser_tab_drag_drop_perwindow.js"] ["browser_tab_drag_drop_perwindow.js"]
skip-if = ["os == 'win' && os_version == '6.1' && bits == 32"] # bug 1717587
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD. # DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
["browser_tab_dragdrop.js"] ["browser_tab_dragdrop.js"]
@ -471,7 +469,7 @@ skip-if = ["true"] # Bug 1312436, Bug 1388973
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD. # DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
["browser_tab_dragdrop2.js"] ["browser_tab_dragdrop2.js"]
skip-if = ["os == 'win' && bits == 32 && !debug"] # high frequency win7 intermittent: crash skip-if = ["win11_2009 && bits == 32 && !debug"] # high frequency win7 intermittent: crash
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD. # DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
["browser_tabfocus.js"] ["browser_tabfocus.js"]

View file

@ -88,7 +88,7 @@ skip-if = [
["browser_tabstrip_overflow_underflow.js"] ["browser_tabstrip_overflow_underflow.js"]
skip-if = [ skip-if = [
"os == 'win' && verify && !debug", "os == 'win' && verify && !debug",
"os == 'win' && bits == 32", "win11_2009 && bits == 32",
] ]
["browser_tabswitch.js"] ["browser_tabswitch.js"]
@ -97,13 +97,13 @@ skip-if = ["os == 'win'"] #Bug 1455054
["browser_toolbariconcolor_restyles.js"] ["browser_toolbariconcolor_restyles.js"]
["browser_urlbar_keyed_search.js"] ["browser_urlbar_keyed_search.js"]
skip-if = ["os == 'win' && bits == 32"] # # Disabled on Win32 because of intermittent OOM failures (bug 1448241) skip-if = ["win11_2009 && bits == 32"] # # Disabled on Win32 because of intermittent OOM failures (bug 1448241)
["browser_urlbar_search.js"] ["browser_urlbar_search.js"]
skip-if = [ skip-if = [
"os == 'linux' && (debug || ccov)", # Disabled on Linux debug and ccov due to intermittent timeouts. Bug 1414126. "os == 'linux' && (debug || ccov)", # Disabled on Linux debug and ccov due to intermittent timeouts. Bug 1414126.
"os == 'win' && (debug || ccov)", # Disabled on Windows debug and ccov due to intermittent timeouts. bug 1426611. "os == 'win' && (debug || ccov)", # Disabled on Windows debug and ccov due to intermittent timeouts. bug 1426611.
"os == 'win' && bits == 32", "win11_2009 && bits == 32",
] ]
["browser_vsync_accessibility.js"] ["browser_vsync_accessibility.js"]

View file

@ -31,7 +31,7 @@ environment = [
skip-if = [ skip-if = [
"apple_silicon", # bug 1707724 "apple_silicon", # bug 1707724
"socketprocess_networking", "socketprocess_networking",
"os == 'win' && bits == 32", "win11_2009 && bits == 32",
"os == 'win' && msix", # Bug 1833639 "os == 'win' && msix", # Bug 1833639
] ]

View file

@ -8,9 +8,8 @@ support-files = [
["browser_bug797677.js"] ["browser_bug797677.js"]
["browser_enable_DRM_prompt.js"] ["browser_enable_DRM_prompt.js"]
skip-if = ["(os == 'win' && processor == 'aarch64')"] # bug 1533164
["browser_globalplugin_crashinfobar.js"] ["browser_globalplugin_crashinfobar.js"]
skip-if = ["!crashreporter"] run-if = ["crashreporter"]
["browser_private_browsing_eme_persistent_state.js"] ["browser_private_browsing_eme_persistent_state.js"]

View file

@ -2,63 +2,97 @@
support-files = ["head.js"] support-files = ["head.js"]
["browser_displayURI.js"] ["browser_displayURI.js"]
skip-if = ["(os == 'linux' && (debug || asan))"] skip-if = [
"os == 'linux' && debug",
"os == 'linux' && asan",
]
["browser_popupNotification.js"] ["browser_popupNotification.js"]
skip-if = ["(os == 'linux' && (debug || asan))"] skip-if = [
"os == 'linux' && debug",
"os == 'linux' && asan",
]
["browser_popupNotification_2.js"] ["browser_popupNotification_2.js"]
https_first_disabled = true https_first_disabled = true
skip-if = [ skip-if = [
"os == 'linux' && (debug || asan)", # bug 1251135 "os == 'linux' && debug", # bug 1251135
"os == 'linux' && asan", # bug 1251135
"os == 'linux' && bits == 64 && os_version == '18.04'", # bug 1251135 "os == 'linux' && bits == 64 && os_version == '18.04'", # bug 1251135
] ]
["browser_popupNotification_3.js"] ["browser_popupNotification_3.js"]
https_first_disabled = true https_first_disabled = true
skip-if = [ skip-if = [
"os == 'linux' && (debug || asan)", "os == 'linux' && debug",
"os == 'linux' && asan",
"verify", "verify",
] ]
["browser_popupNotification_4.js"] ["browser_popupNotification_4.js"]
skip-if = ["(os == 'linux' && (debug || asan))"] skip-if = [
"os == 'linux' && debug",
"os == 'linux' && asan",
]
["browser_popupNotification_5.js"] ["browser_popupNotification_5.js"]
skip-if = ["true"] # bug 1332646 skip-if = ["true"] # bug 1332646
["browser_popupNotification_accesskey.js"] ["browser_popupNotification_accesskey.js"]
skip-if = [ skip-if = [
"(os == 'linux' && (debug || asan))", "os == 'linux' && debug",
"os == 'linux' && asan",
"os == 'mac'", "os == 'mac'",
] ]
["browser_popupNotification_checkbox.js"] ["browser_popupNotification_checkbox.js"]
skip-if = [ skip-if = [
"(os == 'linux' && (debug || asan))", "os == 'linux' && debug",
"os == 'linux' && asan",
"a11y_checks", # Bug 1858037 to investigate intermittent a11y_checks results (fails on Try, passes on Autoland) "a11y_checks", # Bug 1858037 to investigate intermittent a11y_checks results (fails on Try, passes on Autoland)
] ]
["browser_popupNotification_hide_after_identity_panel.js"] ["browser_popupNotification_hide_after_identity_panel.js"]
skip-if = ["(os == 'linux' && (debug || asan))"] skip-if = [
"os == 'linux' && debug",
"os == 'linux' && asan",
]
["browser_popupNotification_hide_after_protections_panel.js"] ["browser_popupNotification_hide_after_protections_panel.js"]
skip-if = ["(os == 'linux' && (debug || asan))"] skip-if = [
"os == 'linux' && debug",
"os == 'linux' && asan",
]
["browser_popupNotification_keyboard.js"] ["browser_popupNotification_keyboard.js"]
skip-if = ["(os == 'linux' && (debug || asan))"] skip-if = [
"os == 'linux' && debug",
"os == 'linux' && asan",
]
["browser_popupNotification_learnmore.js"] ["browser_popupNotification_learnmore.js"]
skip-if = ["(os == 'linux' && (debug || asan))"] skip-if = [
"os == 'linux' && debug",
"os == 'linux' && asan",
]
["browser_popupNotification_no_anchors.js"] ["browser_popupNotification_no_anchors.js"]
https_first_disabled = true https_first_disabled = true
skip-if = ["(os == 'linux' && (debug || asan))"] skip-if = [
"os == 'linux' && debug",
"os == 'linux' && asan",
]
["browser_popupNotification_security_delay.js"] ["browser_popupNotification_security_delay.js"]
["browser_popupNotification_selection_required.js"] ["browser_popupNotification_selection_required.js"]
skip-if = ["(os == 'linux' && (debug || asan))"] skip-if = [
"os == 'linux' && debug",
"os == 'linux' && asan",
]
["browser_reshow_in_background.js"] ["browser_reshow_in_background.js"]
skip-if = ["(os == 'linux' && (debug || asan))"] skip-if = [
"os == 'linux' && debug",
"os == 'linux' && asan",
]

View file

@ -14,7 +14,7 @@ support-files = [
"popup_blocker_10_popups.html", "popup_blocker_10_popups.html",
] ]
skip-if = [ skip-if = [
"(os == 'linux')", # Frequent bug 1081925 and bug 1125520 failures "os == 'linux'", # Frequent bug 1081925 and bug 1125520 failures
"debug", "debug",
] ]

View file

@ -10,7 +10,6 @@ support-files = ["loadDelayedReply.sjs"]
skip-if = [ skip-if = [
"apple_silicon && !debug", # Bug 1786514 "apple_silicon && !debug", # Bug 1786514
"apple_catalina && !debug", # Bug 1786514 "apple_catalina && !debug", # Bug 1786514
"win10_2004 && !debug", # Bug 1786514
] ]
support-files = ["test_page.html"] support-files = ["test_page.html"]

View file

@ -238,7 +238,6 @@ support-files = [
["browser_overflowScroll.js"] ["browser_overflowScroll.js"]
fail-if = ["a11y_checks"] # Bug 1854233 scrollbutton-down/up may not be focusable and/or labeled fail-if = ["a11y_checks"] # Bug 1854233 scrollbutton-down/up may not be focusable and/or labeled
skip-if = [ skip-if = [
"win10_2004", # Bug 1775648
"win11_2009", # Bug 1797751 "win11_2009", # Bug 1797751
] ]

View file

@ -1,6 +1,6 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
head = '' # no value from INI head = ''
# make the firefox services (eg newtab-service) available to xpcshell # make the firefox services (eg newtab-service) available to xpcshell
firefox-appdir = "browser" firefox-appdir = "browser"

View file

@ -19,14 +19,13 @@ skip-if = [
] ]
["browser_alertDismissedAfterChangingPassword.js"] ["browser_alertDismissedAfterChangingPassword.js"]
skip-if = ["os == 'mac' && os_version == '10.15' && !debug"] # Bug 1684513 skip-if = ["apple_catalina && !debug"] # Bug 1684513
["browser_breachAlertShowingForAddedLogin.js"] ["browser_breachAlertShowingForAddedLogin.js"]
["browser_confirmDeleteDialog.js"] ["browser_confirmDeleteDialog.js"]
["browser_contextmenuFillLogins.js"] ["browser_contextmenuFillLogins.js"]
skip-if = ["win10_2004 && debug"] # Bug 1723573
["browser_copyToClipboardButton.js"] ["browser_copyToClipboardButton.js"]

View file

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
head = "head.js" head = "head.js"
firefox-appdir = "browser" firefox-appdir = "browser"

View file

@ -2,9 +2,9 @@
support-files = ["head.js"] support-files = ["head.js"]
["browser_AttributionCode_Mac_telemetry.js"] ["browser_AttributionCode_Mac_telemetry.js"]
skip-if = ["toolkit != 'cocoa'"] # macOS only telemetry. run-if = ["os == 'mac'"] # macOS only telemetry.
["browser_AttributionCode_telemetry.js"] ["browser_AttributionCode_telemetry.js"]
# These tests only cover the attribution cache file - which only exists on # These tests only cover the attribution cache file - which only exists on
# Windows. # Windows.
skip-if = ["os != 'win'"] run-if = ["os == 'win'"]

View file

@ -24,7 +24,6 @@ skip-if = ["os == 'linux' && bits == 64 && !debug"] # Bug 1731442
["browser_favicon.js"] ["browser_favicon.js"]
["browser_forgetAPI_EME_forgetThisSite.js"] ["browser_forgetAPI_EME_forgetThisSite.js"]
skip-if = ["os == 'win' && processor == 'aarch64'"] # bug 1531927
["browser_forgetAPI_cookie_getCookiesWithOriginAttributes.js"] ["browser_forgetAPI_cookie_getCookiesWithOriginAttributes.js"]
@ -45,7 +44,6 @@ skip-if = [
"verify && debug && os == 'linux'", "verify && debug && os == 'linux'",
"apple_silicon", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs "apple_silicon", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
"os == 'linux' && socketprocess_networking", "os == 'linux' && socketprocess_networking",
"win10_2004 && !debug",
] ]
["browser_newtabButton.js"] ["browser_newtabButton.js"]

View file

@ -1,6 +1,6 @@
[DEFAULT] [DEFAULT]
head = '' # no value from INI head = ''
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
firefox-appdir = "browser" firefox-appdir = "browser"
["test_unified_extensions_migration.js"] ["test_unified_extensions_migration.js"]

View file

@ -15,10 +15,10 @@ skip-if = ["socketprocess_networking"]
["browser_providerSteering.js"] ["browser_providerSteering.js"]
["browser_remoteSettings_newProfile.js"] ["browser_remoteSettings_newProfile.js"]
skip-if = ["os == 'win' && bits == 32"] # Bug 1713464 skip-if = ["win11_2009 && bits == 32"] # Bug 1713464
["browser_remoteSettings_rollout.js"] ["browser_remoteSettings_rollout.js"]
skip-if = ["os == 'win' && bits == 32"] # Bug 1713464 skip-if = ["win11_2009 && bits == 32"] # Bug 1713464
["browser_rollback.js"] ["browser_rollback.js"]

View file

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
head = "head.js" head = "head.js"
firefox-appdir = "browser" firefox-appdir = "browser"
support-files = ["../../../../../netwerk/test/unit/http2-ca.pem"] support-files = ["../../../../../netwerk/test/unit/http2-ca.pem"]

View file

@ -43,8 +43,7 @@ support-files = ["test_spammy_page.html"]
["browser_downloads_panel_context_menu.js"] ["browser_downloads_panel_context_menu.js"]
skip-if = [ skip-if = [
"os == 'win' && os_version == '10.0' && bits == 64 && !debug", # Bug 1719949 "win10_2009 && bits == 64 && !debug", # Bug 1719949
"win10_2004 && bits == 32 && debug", # Bug 1727925
] ]
["browser_downloads_panel_ctrl_click.js"] ["browser_downloads_panel_ctrl_click.js"]

View file

@ -1,7 +1,7 @@
[DEFAULT] [DEFAULT]
head = "head.js" head = "head.js"
firefox-appdir = "browser" firefox-appdir = "browser"
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
["test_DownloadLastDir_basics.js"] ["test_DownloadLastDir_basics.js"]

View file

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
firefox-appdir = "browser" firefox-appdir = "browser"
head = "head.js" head = "head.js"
support-files = ["policytest_v0.1.xpi"] support-files = ["policytest_v0.1.xpi"]

View file

@ -245,7 +245,6 @@ skip-if = [
["browser_ext_incognito_views.js"] ["browser_ext_incognito_views.js"]
skip-if = [ skip-if = [
"apple_silicon && !fission", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs "apple_silicon && !fission", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
"win10_2004 && bits == 32 && debug", # Bug 1727925
] ]
["browser_ext_lastError.js"] ["browser_ext_lastError.js"]
@ -374,7 +373,7 @@ skip-if = ["os == 'linux' && swgl && fission && tsan"] # high frequency intermit
["browser_ext_port_disconnect_on_crash.js"] ["browser_ext_port_disconnect_on_crash.js"]
https_first_disabled = true https_first_disabled = true
skip-if = ["!crashreporter"] run-if = ["crashreporter"]
["browser_ext_port_disconnect_on_window_close.js"] ["browser_ext_port_disconnect_on_window_close.js"]
@ -484,7 +483,6 @@ https_first_disabled = true
https_first_disabled = true https_first_disabled = true
skip-if = [ skip-if = [
"os == 'mac'", # Bug 1722607 "os == 'mac'", # Bug 1722607
"win10_2004 && debug", # high frequency intermittent Bug 1722607
"os == 'linux' && debug", #Bug 1722607 "os == 'linux' && debug", #Bug 1722607
] ]
@ -607,8 +605,6 @@ https_first_disabled = true
["browser_ext_url_overrides_newtab.js"] ["browser_ext_url_overrides_newtab.js"]
skip-if = [ skip-if = [
"os == 'linux' && os_version == '18.04'", # Bug 1651261 "os == 'linux' && os_version == '18.04'", # Bug 1651261
"win10_2004 && asan", # Bug 1723573
"win10_2004 && debug", # Bug 1723573
"win11_2009 && asan", # Bug 1797751 "win11_2009 && asan", # Bug 1797751
"win11_2009 && debug", # Bug 1797751 "win11_2009 && debug", # Bug 1797751
] ]

View file

@ -2,7 +2,7 @@
head = "head_migration.js" head = "head_migration.js"
tags = "condprof" tags = "condprof"
firefox-appdir = "browser" firefox-appdir = "browser"
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
prefs = ["browser.migrate.showBookmarksToolbarAfterMigration=true"] prefs = ["browser.migrate.showBookmarksToolbarAfterMigration=true"]
support-files = [ support-files = [
"Library/**", "Library/**",
@ -33,7 +33,8 @@ run-if = ["os == 'linux'"]
["test_Chrome_credit_cards.js"] ["test_Chrome_credit_cards.js"]
skip-if = [ skip-if = [
"os != 'win' && os != 'mac'", "os == 'linux'",
"os == 'android'",
"condprof", # bug 1769154 - not realistic for condprof "condprof", # bug 1769154 - not realistic for condprof
] ]
@ -46,13 +47,15 @@ skip-if = ["os != 'mac'"] # Relies on ULibDir
["test_Chrome_passwords.js"] ["test_Chrome_passwords.js"]
skip-if = [ skip-if = [
"os != 'win' && os != 'mac'", "os == 'linux'",
"os == 'android'",
"condprof", # bug 1769154 - not realistic for condprof "condprof", # bug 1769154 - not realistic for condprof
] ]
["test_Chrome_passwords_emptySource.js"] ["test_Chrome_passwords_emptySource.js"]
skip-if = [ skip-if = [
"os != 'win' && os != 'mac'", "os == 'linux'",
"os == 'android'",
"condprof", # bug 1769154 - not realistic for condprof "condprof", # bug 1769154 - not realistic for condprof
] ]
support-files = ["LibraryWithNoData/**"] support-files = ["LibraryWithNoData/**"]

View file

@ -1,7 +1,7 @@
[DEFAULT] [DEFAULT]
head = "head.js" head = "head.js"
firefox-appdir = "browser" firefox-appdir = "browser"
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
prefs = [ prefs = [
"browser.startup.homepage.abouthome_cache.enabled=true", "browser.startup.homepage.abouthome_cache.enabled=true",
"browser.startup.homepage.abouthome_cache.testing=true", "browser.startup.homepage.abouthome_cache.testing=true",

View file

@ -1,6 +1,6 @@
[DEFAULT] [DEFAULT]
firefox-appdir = "browser" firefox-appdir = "browser"
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
support-files = ["head.js"] support-files = ["head.js"]
head = "head.js" head = "head.js"

View file

@ -4,9 +4,6 @@ support-files = ["head.js"]
["test_0_bug510634.xhtml"] ["test_0_bug510634.xhtml"]
["test_bug1163447_selectItems_through_shortcut.xhtml"] ["test_bug1163447_selectItems_through_shortcut.xhtml"]
skip-if = [
"(os == 'win' && processor == 'aarch64')", # bug 1532775
]
["test_bug549192.xhtml"] ["test_bug549192.xhtml"]

View file

@ -1,7 +1,7 @@
[DEFAULT] [DEFAULT]
head = "head_bookmarks.js" head = "head_bookmarks.js"
firefox-appdir = "browser" firefox-appdir = "browser"
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
support-files = [ support-files = [
"bookmarks.glue.html", "bookmarks.glue.html",
"bookmarks.glue.json", "bookmarks.glue.json",

View file

@ -49,7 +49,7 @@ support-files = ["browser_bug1184989_prevent_scrolling_when_preferences_flipped.
["browser_cert_export.js"] ["browser_cert_export.js"]
["browser_change_app_handler.js"] ["browser_change_app_handler.js"]
skip-if = ["os != 'win'"] # Windows-specific handler application selection dialog run-if = ["os == 'win'"] # Windows-specific handler application selection dialog
["browser_checkspelling.js"] ["browser_checkspelling.js"]
@ -58,7 +58,10 @@ skip-if = ["os != 'win'"] # Windows-specific handler application selection dialo
["browser_connection_bug1445991.js"] ["browser_connection_bug1445991.js"]
["browser_connection_bug1505330.js"] ["browser_connection_bug1505330.js"]
skip-if = ["verify && debug && (os == 'linux' || os == 'mac')"] skip-if = [
"verify && debug && os == 'linux'",
"verify && debug && os == 'mac'",
]
["browser_connection_bug388287.js"] ["browser_connection_bug388287.js"]
@ -101,7 +104,8 @@ skip-if = [
["browser_extension_controlled.js"] ["browser_extension_controlled.js"]
skip-if = [ skip-if = [
"tsan", "tsan",
"ccov && (os == 'linux' || os == 'win')", # Linux: bug 1613530, Windows: bug 1437051 "ccov && os == 'linux'", # Linux: bug 1613530
"ccov && os == 'win'", # Windows: bug 1437051
] ]
["browser_filetype_dialog.js"] ["browser_filetype_dialog.js"]
@ -240,7 +244,6 @@ skip-if = ["tsan"] # Bug 1678829
["browser_search_subdialogs_within_preferences_site_data.js"] ["browser_search_subdialogs_within_preferences_site_data.js"]
["browser_search_within_preferences_1.js"] ["browser_search_within_preferences_1.js"]
skip-if = ["os == 'win' && processor == 'aarch64'"] # Bug 1536560
["browser_search_within_preferences_2.js"] ["browser_search_within_preferences_2.js"]

View file

@ -14,7 +14,6 @@ support-files = [
["browser_siteData2.js"] ["browser_siteData2.js"]
skip-if = [ skip-if = [
"win10_2004 && (!debug && !asan)", # Bug 1669937
"win11_2009 && (!debug && !asan)", # Bug 1797751 "win11_2009 && (!debug && !asan)", # Bug 1797751
"apple_catalina && debug", # Bug 1775910 "apple_catalina && debug", # Bug 1775910
] ]

View file

@ -3,7 +3,7 @@ support-files = [
"../../../../../services/settings/dumps/main/search-config-v2.json", "../../../../../services/settings/dumps/main/search-config-v2.json",
] ]
prefs = ["browser.search.log=true"] prefs = ["browser.search.log=true"]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
firefox-appdir = "browser" firefox-appdir = "browser"
["test_search_telemetry_categorization_logic.js"] ["test_search_telemetry_categorization_logic.js"]

View file

@ -327,7 +327,6 @@ skip-if = true # Bug 1775616
["browser_background_tab_crash.js"] ["browser_background_tab_crash.js"]
https_first_disabled = true https_first_disabled = true
run-if = ["crashreporter"] run-if = ["crashreporter"]
# Disabled on debug for frequent intermittent failures:
["browser_backup_recovery.js"] ["browser_backup_recovery.js"]
https_first_disabled = true https_first_disabled = true
@ -362,10 +361,9 @@ https_first_disabled = true
["browser_crashedTabs.js"] ["browser_crashedTabs.js"]
https_first_disabled = true https_first_disabled = true
run-if = ["crashreporter"]
skip-if = [ skip-if = [
"!crashreporter",
"verify", "verify",
"win10_2004", # high frequency intermittent, Bug 1684120 - timed out
"os == 'mac'", # high frequency intermittent "os == 'mac'", # high frequency intermittent
] ]
@ -399,7 +397,7 @@ skip-if = ["verify && debug"]
["browser_formdata_face.js"] ["browser_formdata_face.js"]
["browser_formdata_format.js"] ["browser_formdata_format.js"]
skip-if = ["!debug && (os == 'linux')"] # Bug 1535645 skip-if = ["!debug && os == 'linux'"] # Bug 1535645
["browser_formdata_max_size.js"] ["browser_formdata_max_size.js"]
@ -431,7 +429,6 @@ https_first_disabled = true
skip-if = [ skip-if = [
"apple_silicon", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs "apple_silicon", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
"apple_catalina && !debug", # Bug 1638958 "apple_catalina && !debug", # Bug 1638958
"win10_2004 && bits == 64 && !debug", # Bug 1638958
"os == 'linux' && !debug", # Bug 1638958 "os == 'linux' && !debug", # Bug 1638958
"win11_2009 && !debug", # Bug 1775605 "win11_2009 && !debug", # Bug 1775605
] ]

View file

@ -2,7 +2,7 @@
head = "head.js" head = "head.js"
tags = "condprof" tags = "condprof"
firefox-appdir = "browser" firefox-appdir = "browser"
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
support-files = [ support-files = [
"data/sessionCheckpoints_all.json", "data/sessionCheckpoints_all.json",
"data/sessionstore_invalid.js", "data/sessionstore_invalid.js",

View file

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
firefox-appdir = "browser" firefox-appdir = "browser"
["test_macOS_showSecurityPreferences.js"] ["test_macOS_showSecurityPreferences.js"]

View file

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
head = "head.js" head = "head.js"
firefox-appdir = "browser" firefox-appdir = "browser"

View file

@ -1,7 +1,7 @@
[DEFAULT] [DEFAULT]
head = "head.js" head = "head.js"
firefox-appdir = "browser" firefox-appdir = "browser"
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
support-files = ["distribution.ini"] support-files = ["distribution.ini"]
["test_browserGlue_migration_ctrltab_recently_used_order.js"] ["test_browserGlue_migration_ctrltab_recently_used_order.js"]

View file

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
head = "../../unit/head.js head.js" head = "../../unit/head.js head.js"
firefox-appdir = "browser" firefox-appdir = "browser"

View file

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
head = "head.js" head = "head.js"
firefox-appdir = "browser" firefox-appdir = "browser"
support-files = ["data/engine.xml"] support-files = ["data/engine.xml"]

View file

@ -30,7 +30,6 @@ skip-if = [
["browser_editAddressDialog.js"] ["browser_editAddressDialog.js"]
skip-if = [ skip-if = [
"verify", "verify",
"win10_2004", # Bug 1723573
"win11_2009", # Bug 1797751 "win11_2009", # Bug 1797751
] ]

View file

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
support-files = [ support-files = [
"../head.js", "../head.js",
"../../fixtures/**", "../../fixtures/**",

View file

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
support-files = [ support-files = [
"../../head.js", "../../head.js",
"../../../fixtures/**", "../../../fixtures/**",

View file

@ -1,7 +1,7 @@
[DEFAULT] [DEFAULT]
skip-if = [ skip-if = [
"os == 'linux' && ccov", # bug 1821945 "os == 'linux' && ccov", # bug 1821945
"toolkit == 'android'", # bug 1730213 "os == 'android'", # bug 1730213
] ]
firefox-appdir = "browser" firefox-appdir = "browser"
head = "head.js" head = "head.js"

View file

@ -83,5 +83,5 @@ skip-if = [
"os == 'mac'", # Bug 1528429 "os == 'mac'", # Bug 1528429
"os == 'linux' && bits == 64 && os_version == '18.04'", # Bug 1619835 "os == 'linux' && bits == 64 && os_version == '18.04'", # Bug 1619835
"win10_2009 && bits == 64", # Bug 1619835 "win10_2009 && bits == 64", # Bug 1619835
"os == 'win' && bits == 32 && debug", # Bug 1619835 "win11_2009 && bits == 32 && debug", # Bug 1619835
] ]

View file

@ -1,7 +1,7 @@
[DEFAULT] [DEFAULT]
head = '' # no value from INI head = ''
firefox-appdir = "browser" firefox-appdir = "browser"
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
["test_E10SUtils_nested_URIs.js"] ["test_E10SUtils_nested_URIs.js"]

View file

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] # bug 1730213 skip-if = ["os == 'android'"] # bug 1730213
support-files = ["../../mozscreenshots/extension/TestRunner.sys.mjs"] support-files = ["../../mozscreenshots/extension/TestRunner.sys.mjs"]
["test_testConfigurations.js"] ["test_testConfigurations.js"]

View file

@ -43,7 +43,6 @@ tags = "webextensions"
skip-if = [ skip-if = [
"verify && debug", # verify: crashes on shutdown, timeouts "verify && debug", # verify: crashes on shutdown, timeouts
"os == 'linux' && debug", # linux debug Bug 1299001 "os == 'linux' && debug", # linux debug Bug 1299001
"win10_2004 && !debug", # Bug 1744778
] ]
tags = "webextensions" tags = "webextensions"

View file

@ -13,7 +13,6 @@ support-files = [
["browser_accessibility_context_menu_inspector.js"] ["browser_accessibility_context_menu_inspector.js"]
skip-if = [ skip-if = [
"win10_2004", # Bug 1723573
"apple_catalina", # Bug 1713392 "apple_catalina", # Bug 1713392
] ]
@ -23,7 +22,6 @@ skip-if = ["os == 'linux' && asan"] # bug 1666940
["browser_accessibility_mutations.js"] ["browser_accessibility_mutations.js"]
skip-if = [ skip-if = [
"os == 'win' && processor == 'aarch64'", # bug 1533534
"os == 'linux' && bits == 64 && fission", # Bug 1675445 "os == 'linux' && bits == 64 && fission", # Bug 1675445
] ]

View file

@ -2,7 +2,6 @@
tags = "devtools" tags = "devtools"
subsuite = "devtools" subsuite = "devtools"
skip-if = [ skip-if = [
"os == 'linux' && debug && bits == 32",
"asan", # Frequent failures when opening tabs due to OOM issues, bug 1760260 "asan", # Frequent failures when opening tabs due to OOM issues, bug 1760260
] ]
support-files = [ support-files = [
@ -209,7 +208,6 @@ skip-if = ["win11_2009"] # Bug 1798331
["browser_dbg-features-browser-toolbox-source-tree.js"] ["browser_dbg-features-browser-toolbox-source-tree.js"]
skip-if = [ skip-if = [
"asan", # Bug 1591064 "asan", # Bug 1591064
"win10_2004", # Bug 1767702
"win11_2009", # Bug 1798331 "win11_2009", # Bug 1798331
] ]

View file

@ -2,7 +2,6 @@
tags = "devtools" tags = "devtools"
subsuite = "devtools" subsuite = "devtools"
skip-if = [ skip-if = [
"os == 'linux' && debug && bits == 32",
"asan", # Frequent failures when opening tabs due to OOM issues, bug 1760260 "asan", # Frequent failures when opening tabs due to OOM issues, bug 1760260
] ]
support-files = [ support-files = [

View file

@ -160,7 +160,6 @@ skip-if = [
["browser_toolbox_fission_navigation.js"] ["browser_toolbox_fission_navigation.js"]
skip-if = [ skip-if = [
"os == 'linux'", # Bug 1742672 "os == 'linux'", # Bug 1742672
"win10_2004", # Bug 1742672
] ]
["browser_toolbox_frames_list.js"] ["browser_toolbox_frames_list.js"]

View file

@ -56,14 +56,12 @@ 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 fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
["browser_animation_animation-target.js"] ["browser_animation_animation-target.js"]
skip-if = ["win10_2004"] # Bug 1723573
["browser_animation_animation-target_highlight.js"] ["browser_animation_animation-target_highlight.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
skip-if = [ skip-if = [
"apple_catalina && !debug", # Disabled in Bug 1713158. Intemittent bug: Bug 1665011 "apple_catalina && !debug", # Disabled in Bug 1713158. Intemittent bug: Bug 1665011
"os == 'linux' && !debug && !asan && !swgl && !ccov", # Bug 1665011 "os == 'linux' && !debug && !asan && !swgl && !ccov", # Bug 1665011
"win10_2004", # Bug 1723573
"win11_2009", # Bug 1798331 "win11_2009", # Bug 1798331
"a11y_checks && debug", # Bugs 1849028 and 1858041 for causing intermittent test results "a11y_checks && debug", # Bugs 1849028 and 1858041 for causing intermittent test results
] ]
@ -153,7 +151,7 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_animation_logic_mutations_fast.js"] ["browser_animation_logic_mutations_fast.js"]
skip-if = [ skip-if = [
"debug", "debug",
"os == 'win' && bits == 32", # Bug 1567800 "win11_2009' && bits == 32", # Bug 1567800
"os == 'linux' && !asan && !debug && !swgl && !ccov", # Bug 1567800 "os == 'linux' && !asan && !debug && !swgl && !ccov", # Bug 1567800
] ]

View file

@ -75,7 +75,6 @@ skip-if = ["verify && debug && os == 'win'"]
skip-if = [ skip-if = [
"os == 'linux' && os_version == '18.04' && !debug", # Bug 1559315 "os == 'linux' && os_version == '18.04' && !debug", # Bug 1559315
"apple_catalina", # Bug 1713158 "apple_catalina", # Bug 1713158
"win10_2004", # Bug 1559315, 1723573
"win11_2009", # Bug 1797751 "win11_2009", # Bug 1797751
] ]
@ -109,7 +108,6 @@ skip-if = ["os == 'win' && !debug"] # Bug 1703465
["browser_rules_color_scheme_simulation_meta.js"] ["browser_rules_color_scheme_simulation_meta.js"]
["browser_rules_color_scheme_simulation_rdm.js"] ["browser_rules_color_scheme_simulation_rdm.js"]
skip-if = ["win10_2004"] # Bug 1723573
["browser_rules_colorpicker-and-image-tooltip_01.js"] ["browser_rules_colorpicker-and-image-tooltip_01.js"]

View file

@ -128,7 +128,6 @@ skip-if = ["os == 'linux'"] # focusEditableField times out consistently on linux
["browser_rules_gridline-names-autocomplete.js"] ["browser_rules_gridline-names-autocomplete.js"]
skip-if = [ skip-if = [
"win10_2004", # Bug 1723573
"os == 'mac' && !debug", # Bug 1675592; high frequency with/out fission "os == 'mac' && !debug", # Bug 1675592; high frequency with/out fission
] ]

View file

@ -298,7 +298,6 @@ skip-if = ["debug"] # Bug 1250058 - Docshell leak on debug
["browser_inspector_inspect_loading_document.js"] ["browser_inspector_inspect_loading_document.js"]
["browser_inspector_inspect_mutated_node.js"] ["browser_inspector_inspect_mutated_node.js"]
skip-if = ["win10_2004"] # Bug 1723573
["browser_inspector_inspect_node_contextmenu.js"] ["browser_inspector_inspect_node_contextmenu.js"]

View file

@ -23,7 +23,6 @@ support-files = [
skip-if = [ skip-if = [
"!debug && os == 'mac'", #Bug 1622925 "!debug && os == 'mac'", #Bug 1622925
"!debug && os == 'linux'", #Bug 1622925 "!debug && os == 'linux'", #Bug 1622925
"win10_2004", # Bug 1723573
"win11_2009", # Bug 1797751 "win11_2009", # Bug 1797751
] ]

View file

@ -125,7 +125,8 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_net_block-pattern.js"] ["browser_net_block-pattern.js"]
skip-if = [ skip-if = [
"os == 'linux'", "os == 'linux'",
"debug && (os == 'win' || os == 'mac')", # Bug 1603355 "debug && os == 'win'", # Bug 1603355
"debug && os == 'mac'", # Bug 1603355
] ]
["browser_net_block-serviceworker.js"] ["browser_net_block-serviceworker.js"]
@ -139,7 +140,6 @@ skip-if = [
["browser_net_cached-status.js"] ["browser_net_cached-status.js"]
skip-if = [ skip-if = [
"verify", "verify",
"win10_2004", # Bug 1723573
"win11_2009", # Bug 1797751 "win11_2009", # Bug 1797751
] ]
@ -179,14 +179,12 @@ skip-if = [
["browser_net_columns_time.js"] ["browser_net_columns_time.js"]
skip-if = [ skip-if = [
"win10_2004", # Bug 1723573
"win11_2009", # Bug 1797751 "win11_2009", # Bug 1797751
] ]
["browser_net_complex-params.js"] ["browser_net_complex-params.js"]
skip-if = [ skip-if = [
"verify && !debug && os == 'win'", "verify && !debug && os == 'win'",
"win10_2004", # Bug 1723573
"win11_2009", # Bug 1797751 "win11_2009", # Bug 1797751
] ]
@ -208,9 +206,8 @@ skip-if = ["verify && debug && os == 'win'"]
["browser_net_copy_params.js"] ["browser_net_copy_params.js"]
skip-if = [ skip-if = [
"win10_2004", # Bug 1723573
"win11_2009", # Bug 1797751 "win11_2009", # Bug 1797751
"(verify && !debug && (os == 'mac'))", # bug 1328915, disable linux32 debug devtools for timeouts "verify && !debug && os == 'mac'", # bug 1328915, disable linux32 debug devtools for timeouts
] ]
["browser_net_copy_response.js"] ["browser_net_copy_response.js"]
@ -222,7 +219,6 @@ skip-if = [
["browser_net_cors_requests.js"] ["browser_net_cors_requests.js"]
["browser_net_curl-utils.js"] ["browser_net_curl-utils.js"]
skip-if = ["win10_2004"] # Bug 1723573
["browser_net_cyrillic-01.js"] ["browser_net_cyrillic-01.js"]
@ -268,7 +264,6 @@ skip-if = ["verify"] # Bug 1607678
["browser_net_fonts.js"] ["browser_net_fonts.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
skip-if = ["win10_2004"] # Bug 1723573
["browser_net_footer-summary.js"] ["browser_net_footer-summary.js"]
@ -472,7 +467,6 @@ skip-if = ["true"] # Bug 1373558
["browser_net_status-bar-transferred-size.js"] ["browser_net_status-bar-transferred-size.js"]
["browser_net_status-bar.js"] ["browser_net_status-bar.js"]
skip-if = ["win10_2004"] # Bug 1723573
["browser_net_status-codes.js"] ["browser_net_status-codes.js"]
@ -521,7 +515,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_net_websocket_stacks.js"] ["browser_net_websocket_stacks.js"]
["browser_net_worker_stacks.js"] ["browser_net_worker_stacks.js"]
skip-if = ["win10_2004"] # Bug 1723573
["browser_net_ws-basic.js"] ["browser_net_ws-basic.js"]

View file

@ -254,7 +254,6 @@ skip-if = [
["browser_layoutHelpers_getBoxQuads1.js"] ["browser_layoutHelpers_getBoxQuads1.js"]
skip-if = [ skip-if = [
"verify", "verify",
"win10_2004", # Bug 1723573
] ]
["browser_layoutHelpers_getBoxQuads2.js"] ["browser_layoutHelpers_getBoxQuads2.js"]

View file

@ -77,7 +77,6 @@ skip-if = ["win11_2009"] # Bug 1797751
["browser_storage_cookies_navigation.js"] ["browser_storage_cookies_navigation.js"]
skip-if = [ skip-if = [
"win10_2004 && asan && fission", # high frequency intermittent
"os == 'linux' && debug && fission && socketprocess_networking", # high frequency intermittent "os == 'linux' && debug && fission && socketprocess_networking", # high frequency intermittent
] ]
@ -133,7 +132,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_storage_indexeddb_duplicate_names.js"] ["browser_storage_indexeddb_duplicate_names.js"]
skip-if = [ skip-if = [
"win10_2004", # Bug 1723573
"win11_2009", # Bug 1797751 "win11_2009", # Bug 1797751
] ]
@ -142,7 +140,7 @@ skip-if = ["asan"] # Bug 1591064
["browser_storage_indexeddb_navigation.js"] ["browser_storage_indexeddb_navigation.js"]
skip-if = [ skip-if = [
"os == 'win' && os_version == '10.0' && bits == 64", # Bug 1694274 "win10_2009 && bits == 64", # Bug 1694274
"os == 'linux' && bits == 64", # Bug 1694274 "os == 'linux' && bits == 64", # Bug 1694274
] ]

View file

@ -34,14 +34,14 @@ support-files = [
["browser_jsterm_add_edited_input_to_history.js"] ["browser_jsterm_add_edited_input_to_history.js"]
["browser_jsterm_autocomplete-properties-with-non-alphanumeric-names.js"] ["browser_jsterm_autocomplete-properties-with-non-alphanumeric-names.js"]
skip-if = ["debug && os == 'win' && bits == 32"] # Bug 1620856 skip-if = ["win11_2009 && debug && bits == 32"] # Bug 1620856
["browser_jsterm_autocomplete_accept_no_scroll.js"] ["browser_jsterm_autocomplete_accept_no_scroll.js"]
["browser_jsterm_autocomplete_array_no_index.js"] ["browser_jsterm_autocomplete_array_no_index.js"]
["browser_jsterm_autocomplete_arrow_keys.js"] ["browser_jsterm_autocomplete_arrow_keys.js"]
skip-if = ["debug && os == 'win' && bits == 32"] # Bug 1620856 skip-if = ["win11_2009 && debug && bits == 32"] # Bug 1620856
["browser_jsterm_autocomplete_await.js"] ["browser_jsterm_autocomplete_await.js"]

View file

@ -654,7 +654,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_webconsole_requestStorageAccess_errors.js"] ["browser_webconsole_requestStorageAccess_errors.js"]
skip-if = [ skip-if = [
"win10_2004", # Bug 1723573
"http3", # Bug 1829298 "http3", # Bug 1829298
"http2", "http2",
"a11y_checks", # Bugs 1858041, 1849028 and 1849179 for causing crashes "a11y_checks", # Bugs 1858041, 1849028 and 1849179 for causing crashes
@ -738,7 +737,6 @@ skip-if = [
["browser_webconsole_stubs_network_event.js"] ["browser_webconsole_stubs_network_event.js"]
skip-if = [ skip-if = [
"win10_2004", # Bug 1723573
"win11_2009", # Bug 1798331 "win11_2009", # Bug 1798331
"http3", # Bug 1829298 "http3", # Bug 1829298
"http2", "http2",

View file

@ -156,7 +156,6 @@ skip-if = ["true"] # Bug 1183605
["browser_inspector-isScrollable.js"] ["browser_inspector-isScrollable.js"]
["browser_inspector-mutations-childlist.js"] ["browser_inspector-mutations-childlist.js"]
skip-if = ["win10_2004 && fission && debug && socketprocess_networking"] # high frequency intermittent
["browser_inspector-release.js"] ["browser_inspector-release.js"]
@ -198,7 +197,6 @@ https_first_disabled = true
skip-if = [ skip-if = [
"debug", # Bug 1715916 - test is having race conditions on slow hardware "debug", # Bug 1715916 - test is having race conditions on slow hardware
"tsan", # high frequency intermittent "tsan", # high frequency intermittent
"win10_2004 && asan && fission", # high frequency intermittent
"win11_2009 && asan", # high frequency intermittent "win11_2009 && asan", # high frequency intermittent
] ]

View file

@ -56,7 +56,6 @@ support-files = [
["browser_resources_document_events.js"] ["browser_resources_document_events.js"]
skip-if = [ skip-if = [
"win10_2004", # Bug 1723573
"os == 'linux' && bits == 64", # Bug 1715878 "os == 'linux' && bits == 64", # Bug 1715878
] ]
@ -93,7 +92,6 @@ skip-if = [
["browser_resources_sources.js"] ["browser_resources_sources.js"]
skip-if = [ skip-if = [
"os == 'linux' && bits == 64", # Bug 1744565 "os == 'linux' && bits == 64", # Bug 1744565
"win10_2004 && !debug", # Bug 1744565
"win11_2009", # Bug 1767772 "win11_2009", # Bug 1767772
"apple_catalina", # Bug 1767772 "apple_catalina", # Bug 1767772
] ]

View file

@ -25,7 +25,6 @@ support-files = [
["browser_target_command_frames.js"] ["browser_target_command_frames.js"]
["browser_target_command_frames_popups.js"] ["browser_target_command_frames_popups.js"]
skip-if = ["win10_2004 && debug && fission && socketprocess_networking"] # high frequency intermittent
["browser_target_command_frames_reload_server_side_targets.js"] ["browser_target_command_frames_reload_server_side_targets.js"]
skip-if = [ skip-if = [

View file

@ -67,20 +67,18 @@ skip-if = ["true"] # bug 1393441
["test_bug298622.xhtml"] ["test_bug298622.xhtml"]
["test_bug301397.xhtml"] ["test_bug301397.xhtml"]
skip-if = ["(os == 'win' && processor == 'aarch64')"] # bug 1533819
["test_bug303267.xhtml"] ["test_bug303267.xhtml"]
["test_bug311007.xhtml"] ["test_bug311007.xhtml"]
["test_bug321671.xhtml"] ["test_bug321671.xhtml"]
skip-if = ["(os == 'mac' && !debug)"] # Bug 1784831 skip-if = ["os == 'mac' && !debug"] # Bug 1784831
["test_bug360511.xhtml"] ["test_bug360511.xhtml"]
skip-if = ["(os == 'win' && processor == 'x86')"] skip-if = ["os == 'win' && processor == 'x86'"]
["test_bug364461.xhtml"] ["test_bug364461.xhtml"]
skip-if = ["(os == 'win' && processor == 'aarch64')"] # bug 1533814
["test_bug396519.xhtml"] ["test_bug396519.xhtml"]

View file

@ -85,8 +85,7 @@ tags = "mcb"
["browser_force_process_selector.js"] ["browser_force_process_selector.js"]
skip-if = [ skip-if = [
"verify", "verify",
"(os == 'win' && os_version == '10.0' && bits == 64 && asan)", "os == 'linux' && bits == 64 && os_version == '18.04' && asan", # this only makes sense with e10s-multi , Bug 1651357
"(os == 'linux' && bits == 64 && os_version == '18.04' && asan)", # this only makes sense with e10s-multi , Bug 1651357
] ]
["browser_form_validity_popup_submit.js"] ["browser_form_validity_popup_submit.js"]
@ -102,8 +101,8 @@ skip-if = ["fission"] # Fails with Fission, and we're unlikely to spend time to
["browser_multiple_popups.js"] ["browser_multiple_popups.js"]
skip-if = [ skip-if = [
"os == 'win' && !debug", "os == 'win' && !debug", # Bug 1505235
"os == 'mac' && !debug", # Bug 1505235, Bug 1661132 (osx) "os == 'mac' && !debug", # Bug 1661132 (osx)
"socketprocess_networking", "socketprocess_networking",
] ]
support-files = ["browser_multiple_popups.html"] support-files = ["browser_multiple_popups.html"]

View file

@ -173,7 +173,7 @@ skip-if = ["display == 'wayland'"]
["test_sab_with_webgl.html"] ["test_sab_with_webgl.html"]
["test_tex_large_uploads.html"] ["test_tex_large_uploads.html"]
skip-if = ["os == 'win' && debug && bits == 32"] # bug 1705863 skip-if = ["win11_2009 && debug && bits == 32"] # bug 1705863
support-files = ["blank_15000x10000.png"] support-files = ["blank_15000x10000.png"]
["test_tex_pbo.html"] ["test_tex_pbo.html"]
@ -187,27 +187,27 @@ support-files = ["blank_15000x10000.png"]
["test_vertexattrib4f_update.html"] ["test_vertexattrib4f_update.html"]
["test_video_fastpath_mp4.html"] ["test_video_fastpath_mp4.html"]
skip-if = ["os == 'win' && bits == 32"] # No fast video path for h264 decoder (done in RDD, can't be read in content) skip-if = ["win11_2009 && bits == 32"] # No fast video path for h264 decoder (done in RDD, can't be read in content)
["test_video_fastpath_theora.html"] ["test_video_fastpath_theora.html"]
skip-if = [ skip-if = [
"os == 'linux'", "os == 'linux'",
"os == 'mac'", "os == 'mac'",
"os == 'win' && bits == 32", # No fast video path for theora decoder (done in RDD, can't be read in content) "win11_2009 && bits == 32", # No fast video path for theora decoder (done in RDD, can't be read in content)
] ]
["test_video_fastpath_vp8.html"] ["test_video_fastpath_vp8.html"]
skip-if = [ skip-if = [
"os == 'linux'", "os == 'linux'",
"os == 'mac'", "os == 'mac'",
"os == 'win' && bits == 32", # No fast video path for theora decoder (done in RDD, can't be read in content) "win11_2009 && bits == 32", # No fast video path for theora decoder (done in RDD, can't be read in content)
] ]
["test_video_fastpath_vp9.html"] ["test_video_fastpath_vp9.html"]
skip-if = [ skip-if = [
"os == 'linux'", "os == 'linux'",
"os == 'mac'", "os == 'mac'",
"os == 'win' && bits == 32", # No fast video path for theora decoder (done in RDD, can't be read in content) "win11_2009 && bits == 32", # No fast video path for theora decoder (done in RDD, can't be read in content)
] ]
["test_webgl2_alpha_luminance.html"] ["test_webgl2_alpha_luminance.html"]

View file

@ -11,7 +11,7 @@ support-files = [
] ]
["browser_bug839193.js"] ["browser_bug839193.js"]
skip-if = ["os == 'win' && bits == 32"] # Bug 1607975 skip-if = ["win11_2009 && bits == 32"] # Bug 1607975
["browser_forgetThisSite.js"] ["browser_forgetThisSite.js"]
skip-if = ["verify"] skip-if = ["verify"]

View file

@ -32,7 +32,6 @@ support-files = ["file_httpsfirst_speculative_connect.html"]
support-files = ["file_mixed_content_console.html"] support-files = ["file_mixed_content_console.html"]
["browser_mixed_content_download.js"] ["browser_mixed_content_download.js"]
skip-if = ["win10_2004 && debug"] # Bug 1723573
support-files = [ support-files = [
"download_page.html", "download_page.html",
"download_server.sjs", "download_server.sjs",

View file

@ -49,7 +49,7 @@ support-files = ["file_save_as.html"]
support-files = ["file_user_gesture.html"] support-files = ["file_user_gesture.html"]
["browser_websocket_exceptions.js"] ["browser_websocket_exceptions.js"]
skip-if = ["toolkit == 'android'"] # WebSocket tests are not supported on Android Yet. Bug 1566168. skip-if = ["os == 'android'"] # WebSocket tests are not supported on Android Yet. Bug 1566168.
support-files = [ support-files = [
"file_websocket_exceptions.html", "file_websocket_exceptions.html",
"file_websocket_exceptions_iframe.html", "file_websocket_exceptions_iframe.html",

View file

@ -30,7 +30,6 @@ support-files = ["file_mixed_content_auto_upgrade_display_console.html"]
["browser_test_mixed_content_download.js"] ["browser_test_mixed_content_download.js"]
skip-if = [ skip-if = [
"win10_2004 && debug", # Bug 1723573
"win11_2009", # Bug 1784764 "win11_2009", # Bug 1784764
"os == 'linux' && !debug", # Bug 1784764 "os == 'linux' && !debug", # Bug 1784764
] ]

View file

@ -151,7 +151,7 @@ support-files = ["focus_after_prompt.html"]
["browser_test_new_window_from_content.js"] ["browser_test_new_window_from_content.js"]
tags = "openwindow" tags = "openwindow"
skip-if = [ skip-if = [
"toolkit == 'android'", "os == 'android'",
"os == 'linux' && debug", # see bug 1261495 for Linux debug time outs "os == 'linux' && debug", # see bug 1261495 for Linux debug time outs
] ]
support-files = ["test_new_window_from_content_child.html"] support-files = ["test_new_window_from_content_child.html"]

View file

@ -3,7 +3,6 @@ skip-if = ["os == 'android'"]
["test_focusrings.xhtml"] ["test_focusrings.xhtml"]
support-files = ["file_focusrings.html"] support-files = ["file_focusrings.html"]
skip-if = ["toolkit == 'android'"] #TIMED_OUT
["test_innerScreen.xhtml"] ["test_innerScreen.xhtml"]
@ -14,6 +13,6 @@ support-files = [
"test_offsets.css", "test_offsets.css",
"test_offsets.js", "test_offsets.js",
] ]
skip-if = ["(os == 'mac' && debug)"] #leaks Bug 1571583 skip-if = ["os == 'mac' && debug"] #leaks Bug 1571583
["test_spacetopagedown.html"] ["test_spacetopagedown.html"]

View file

@ -17,13 +17,11 @@ prefs = [
["browser_abort_visibility.js"] ["browser_abort_visibility.js"]
skip-if = [ skip-if = [
"win10_2004", # Test not relevant on 1903+
"win11_2009", # Test not relevant on 1903+ "win11_2009", # Test not relevant on 1903+
] ]
["browser_fido_appid_extension.js"] ["browser_fido_appid_extension.js"]
skip-if = [ skip-if = [
"win10_2004", # Test not relevant on 1903+
"win11_2009", # Test not relevant on 1903+ "win11_2009", # Test not relevant on 1903+
] ]
@ -33,6 +31,5 @@ skip-if = [
["browser_webauthn_prompts.js"] ["browser_webauthn_prompts.js"]
skip-if = [ skip-if = [
"win10_2004", # Test not relevant on 1903+
"win11_2009", # Test not relevant on 1903+ "win11_2009", # Test not relevant on 1903+
] ]

View file

@ -91,8 +91,7 @@ support-files = [
["test_file.xhtml"] ["test_file.xhtml"]
skip-if = [ skip-if = [
"os == 'linux' && bits == 64 && debug", # Bug 1765445 "os == 'linux' && bits == 64 && debug", # Bug 1765445
"os == 'mac' && os_version == '10.15' && !debug", # Bug 1765445 "apple_catalina && !debug", # Bug 1765445
"win10_2004 && !debug", # Bug 1765445
] ]
["test_fileBlobPosting.xhtml"] ["test_fileBlobPosting.xhtml"]

View file

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = ["toolkit == 'android'"] skip-if = ["os == 'android'"]
["browser_bug527935.js"] ["browser_bug527935.js"]
support-files = [ support-files = [
@ -8,4 +8,3 @@ support-files = [
] ]
["browser_content_command_insert_text.js"] ["browser_content_command_insert_text.js"]

View file

@ -27,7 +27,7 @@ support-files = ["helper_content_response_timeout.html"]
["browser_test_group_fission.js"] ["browser_test_group_fission.js"]
skip-if = [ skip-if = [
"os == 'win' && bits == 32", # intermittent failures on win7/32, still run on win11/32 "win11_2009 && bits == 32", # intermittent failures on on win11/32
"os == 'linux' && bits == 64", # Bug 1773830 "os == 'linux' && bits == 64", # Bug 1773830
] ]
support-files = [ support-files = [

View file

@ -62,7 +62,8 @@ skip-if = ["os == 'android'"] # mouse events not supported on mobile
["test_group_hittest-2.html"] ["test_group_hittest-2.html"]
skip-if = [ skip-if = [
"os == 'android'", # mouse events not supported on mobile "os == 'android'", # mouse events not supported on mobile
"os == 'win' && (bits == 32 || asan)", "win11_2009 && bits == 32",
"win11_2009 && asan",
"os == 'linux' && asan", # stack is not large enough for the test "os == 'linux' && asan", # stack is not large enough for the test
"display == 'wayland' && os_version == '22.04'", # Bug 1857059 "display == 'wayland' && os_version == '22.04'", # Bug 1857059
"http3", "http3",
@ -72,7 +73,8 @@ skip-if = [
["test_group_hittest-3.html"] ["test_group_hittest-3.html"]
skip-if = [ skip-if = [
"os == 'android'", # mouse events not supported on mobile "os == 'android'", # mouse events not supported on mobile
"os == 'win' && (bits == 32 || asan)", "win11_2009 && bits == 32",
"win11_2009 && asan",
"http3", "http3",
"http2", "http2",
] ]

View file

@ -153,10 +153,7 @@ tags = "openwindow"
["test_printer_default_settings.html"] ["test_printer_default_settings.html"]
["test_printpreview.xhtml"] ["test_printpreview.xhtml"]
skip-if = [ skip-if = ["verify && os == 'win'"]
"os == 'linux' && bits == 32", # Disabled on Linux32 for bug 1278957
"verify && os == 'win'",
]
["test_printpreview_bug396024.xhtml"] ["test_printpreview_bug396024.xhtml"]
skip-if = ["verify && os == 'win'"] skip-if = ["verify && os == 'win'"]

View file

@ -201,7 +201,7 @@ support-files = ["bug1093686_inner.html"]
skip-if = [ skip-if = [
"os == 'android'", # android does not have clickable scrollbars "os == 'android'", # android does not have clickable scrollbars
"os == 'mac'", # mac does not have scrollbar down and up buttons "os == 'mac'", # mac does not have scrollbar down and up buttons
"toolkit == 'gtk'", # gtk may or may not have scrollbar buttons depending on theme "os == 'linux' && os_version == '18.04'", # gtk may or may not have scrollbar buttons depending on theme
] ]
["test_bug1153130.html"] ["test_bug1153130.html"]

View file

@ -222,7 +222,7 @@ skip-if = [
["test_movement_by_words.html"] ["test_movement_by_words.html"]
# Disable the caret movement by word test on Linux because the shortcut keys # Disable the caret movement by word test on Linux because the shortcut keys
# are defined in system level. So, it depends on the environment. # are defined in system level. So, it depends on the environment.
skip-if = ["toolkit == 'gtk'"] skip-if = ["os == 'linux' && os_version == '18.04'"]
["test_overflow_event.html"] ["test_overflow_event.html"]

View file

@ -27,9 +27,8 @@ support-files = [
["test_fontVariationsAPI.xhtml"] ["test_fontVariationsAPI.xhtml"]
skip-if = [ skip-if = [
"os == 'win' && bits == 32", "win11_2009 && bits == 32",
"os == 'linux' && bits == 32", # bug 1456855 "apple_catalina", # bug 1456856
"os == 'mac'", # bug 1456856
] ]
support-files = ["test_fontVariationsAPI.css"] support-files = ["test_fontVariationsAPI.css"]

View file

@ -46,10 +46,8 @@ skip-if = ["os == 'linux'"] # No native mousedown event on Linux
["test_resizer_incontent.xhtml"] ["test_resizer_incontent.xhtml"]
["test_splitter.xhtml"] ["test_splitter.xhtml"]
skip-if = ["toolkit == 'android'"] # no XUL theme
["test_splitter_sibling.xhtml"] ["test_splitter_sibling.xhtml"]
skip-if = ["toolkit == 'android'"] # no XUL theme
["test_submenuClose.xhtml"] ["test_submenuClose.xhtml"]

View file

@ -95,7 +95,7 @@ support-files = ["test_accept_header.sjs"]
["test_arraybufferinputstream_large.html"] ["test_arraybufferinputstream_large.html"]
# Large ArrayBuffers not supported on 32-bit. TSan shadow memory causes OOMs. # Large ArrayBuffers not supported on 32-bit. TSan shadow memory causes OOMs.
skip-if = [ skip-if = [
"bits == 32", "win11_2009 && bits == 32",
"tsan", "tsan",
"asan", "asan",
] ]

View file

@ -68,7 +68,7 @@ run-if = ["os == 'win'"]
["TestIATPatcher"] ["TestIATPatcher"]
run-if = ["os == 'win'"] run-if = ["os == 'win'"]
skip-if = ["bits == 32"] # fails on windows10x32 skip-if = ["win11_2009 && bits == 32"] # fails on windows10x32
["TestIntegerPrintfMacros"] ["TestIntegerPrintfMacros"]

View file

@ -16,9 +16,6 @@ skip-if = [
https_first_disabled = true https_first_disabled = true
['browser_document_builder_sjs.js'] ['browser_document_builder_sjs.js']
skip-if = [
"os == 'win' && os_version == '6.1'", # Skip on Azure - frequent failure
]
['browser_fail.js'] ['browser_fail.js']
skip-if = [ skip-if = [

View file

@ -16,5 +16,5 @@ skip-if = [
"os == 'win'", "os == 'win'",
] ]
fail-if = [ fail-if = [
"toolkit == 'cocoa'", "os == 'mac'",
] ]

View file

@ -40,10 +40,10 @@ class TestTestManifest(unittest.TestCase):
self.assertEqual([i["name"] for i in manifest.active_tests()], ["fleem"]) self.assertEqual([i["name"] for i in manifest.active_tests()], ["fleem"])
# You should be able to expect failures: # You should be able to expect failures:
last = manifest.active_tests(exists=False, toolkit="gtk")[-1] last = manifest.active_tests(exists=False, os="linux")[-1]
self.assertEqual(last["name"], "linuxtest") self.assertEqual(last["name"], "linuxtest")
self.assertEqual(last["expected"], "pass") self.assertEqual(last["expected"], "pass")
last = manifest.active_tests(exists=False, toolkit="cocoa")[-1] last = manifest.active_tests(exists=False, os="mac")[-1]
self.assertEqual(last["expected"], "fail") self.assertEqual(last["expected"], "fail")
def test_missing_paths_toml(self): def test_missing_paths_toml(self):

View file

@ -128,10 +128,6 @@ info["apple_catalina"] = False
if info["os"] == "mac" and float(os_version) == 10.15: if info["os"] == "mac" and float(os_version) == 10.15:
info["apple_catalina"] = True info["apple_catalina"] = True
info["win10_2004"] = False
if info["os"] == "win" and version == "10.0.19041":
info["win10_2004"] = True
info["win10_2009"] = False info["win10_2009"] = False
if info["os"] == "win" and version == "10.0.19045": if info["os"] == "win" and version == "10.0.19045":
info["win10_2009"] = True info["win10_2009"] = True

View file

@ -60,7 +60,6 @@ run_infos = {
"sessionHistoryInParent": True, "sessionHistoryInParent": True,
"swgl": False, "swgl": False,
"privateBrowsing": False, "privateBrowsing": False,
"win10_2004": False,
"win11_2009": False, "win11_2009": False,
"domstreams": True, "domstreams": True,
"isolated_process": False, "isolated_process": False,
@ -115,7 +114,6 @@ run_infos = {
"sessionHistoryInParent": False, "sessionHistoryInParent": False,
"swgl": False, "swgl": False,
"privateBrowsing": False, "privateBrowsing": False,
"win10_2004": False,
"win11_2009": False, "win11_2009": False,
"domstreams": True, "domstreams": True,
"isolated_process": False, "isolated_process": False,
@ -169,7 +167,6 @@ run_infos = {
"sessionHistoryInParent": False, "sessionHistoryInParent": False,
"swgl": False, "swgl": False,
"privateBrowsing": False, "privateBrowsing": False,
"win10_2004": False,
"win11_2009": False, "win11_2009": False,
"domstreams": True, "domstreams": True,
"isolated_process": False, "isolated_process": False,

View file

@ -1,6 +1,4 @@
[idb-explicit-commit.any.html] [idb-explicit-commit.any.html]
disabled:
if win10_2004 and ccov: https://bugzilla.mozilla.org/show_bug.cgi?id=1733368
expected: expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [ERROR, OK, TIMEOUT] if (os == "win") and debug and (processor == "x86_64") and swgl: [ERROR, OK, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [OK, ERROR, TIMEOUT] if (os == "win") and debug and (processor == "x86_64") and not swgl: [OK, ERROR, TIMEOUT]

View file

@ -1,6 +1,4 @@
[idbindex-query-exception-order.html] [idbindex-query-exception-order.html]
disabled:
if win10_2004 and ccov: https://bugzilla.mozilla.org/show_bug.cgi?id=1733368
expected: expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]

View file

@ -1,6 +1,4 @@
[idbindex_getAll.html] [idbindex_getAll.html]
disabled:
if win10_2004 and ccov: https://bugzilla.mozilla.org/show_bug.cgi?id=1733368
expected: expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]

View file

@ -1,6 +1,4 @@
[idbindex_getAllKeys.html] [idbindex_getAllKeys.html]
disabled:
if win10_2004 and ccov: https://bugzilla.mozilla.org/show_bug.cgi?id=1733368
expected: expected:
if (os == "win") and not swgl and not debug and (processor == "x86"): [OK, TIMEOUT] if (os == "win") and not swgl and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [OK, TIMEOUT] if (os == "win") and not swgl and not debug and (processor == "x86_64"): [OK, TIMEOUT]

View file

@ -1,6 +1,4 @@
[idbobjectstore-query-exception-order.html] [idbobjectstore-query-exception-order.html]
disabled:
if win10_2004 and ccov: https://bugzilla.mozilla.org/show_bug.cgi?id=1733368
expected: expected:
if (os == "win") and not debug: [OK, TIMEOUT] if (os == "win") and not debug: [OK, TIMEOUT]
[IDBObjectStore.openCursor exception order: TransactionInactiveError vs. DataError] [IDBObjectStore.openCursor exception order: TransactionInactiveError vs. DataError]

View file

@ -33,7 +33,6 @@
[FileList: [object FileList\]] [FileList: [object FileList\]]
expected: expected:
if win10_2004 and ccov: [TIMEOUT, NOTRUN, FAIL]
if (os == "android") and debug and not swgl: [NOTRUN, FAIL] if (os == "android") and debug and not swgl: [NOTRUN, FAIL]
if (os == "linux") and swgl and not fission: [NOTRUN, FAIL] if (os == "linux") and swgl and not fission: [NOTRUN, FAIL]
if (os == "mac") and not debug: [NOTRUN, FAIL] if (os == "mac") and not debug: [NOTRUN, FAIL]

View file

@ -3,4 +3,3 @@
expected: expected:
if os == "mac": FAIL if os == "mac": FAIL
if os == "linux": FAIL if os == "linux": FAIL
if win10_2004: FAIL

View file

@ -1,5 +1,4 @@
[filter-contrast-002.html] [filter-contrast-002.html]
max-asserts: 2 max-asserts: 2
expected: expected:
if win10_2004 and (processor == "x86_64") and not swgl: FAIL
if (os == "win") and (processor == "x86_64") and not swgl: FAIL if (os == "win") and (processor == "x86_64") and not swgl: FAIL

View file

@ -1,4 +1,3 @@
[svg-shorthand-hue-rotate-001.html] [svg-shorthand-hue-rotate-001.html]
expected: expected:
if win10_2004 and (processor == "x86_64") and not swgl: FAIL
if (os == "win") and (processor == "x86_64") and not swgl: FAIL if (os == "win") and (processor == "x86_64") and not swgl: FAIL

View file

@ -2,7 +2,6 @@
expected: expected:
if os == "linux": TIMEOUT if os == "linux": TIMEOUT
if os == "mac": TIMEOUT if os == "mac": TIMEOUT
if win10_2004: TIMEOUT
[Navigate to same-site embed: sec-fetch-dest] [Navigate to same-site embed: sec-fetch-dest]
expected: FAIL expected: FAIL
@ -10,19 +9,16 @@
expected: expected:
if os == "mac": NOTRUN if os == "mac": NOTRUN
if os == "linux": NOTRUN if os == "linux": NOTRUN
if win10_2004: NOTRUN
[Wrapper: cross-site embed] [Wrapper: cross-site embed]
expected: expected:
if os == "mac": NOTRUN if os == "mac": NOTRUN
if os == "linux": NOTRUN if os == "linux": NOTRUN
if win10_2004: NOTRUN
[Wrapper: Navigate to same-site embed] [Wrapper: Navigate to same-site embed]
expected: expected:
if os == "mac": NOTRUN if os == "mac": NOTRUN
if os == "linux": NOTRUN if os == "linux": NOTRUN
if win10_2004: NOTRUN
[Navigate to cross-site embed: sec-fetch-dest] [Navigate to cross-site embed: sec-fetch-dest]
expected: FAIL expected: FAIL
@ -34,11 +30,9 @@
expected: expected:
if os == "mac": NOTRUN if os == "mac": NOTRUN
if os == "linux": NOTRUN if os == "linux": NOTRUN
if win10_2004: NOTRUN
[Wrapper: Navigate to same-origin embed] [Wrapper: Navigate to same-origin embed]
expected: expected:
if os == "mac": TIMEOUT if os == "mac": TIMEOUT
if os == "linux": TIMEOUT if os == "linux": TIMEOUT
if win10_2004: TIMEOUT

View file

@ -2,7 +2,6 @@
prefs: [browser.opaqueResponseBlocking:true] prefs: [browser.opaqueResponseBlocking:true]
disabled: disabled:
if asan and (os == "linux") and (bits == 64): https://bugzilla.mozilla.org/show_bug.cgi?id=1509373 if asan and (os == "linux") and (bits == 64): https://bugzilla.mozilla.org/show_bug.cgi?id=1509373
if win10_2004 and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1746958
max-asserts: 2 max-asserts: 2
expected: TIMEOUT expected: TIMEOUT
[Ranged response not allowed following no-cors ranged request] [Ranged response not allowed following no-cors ranged request]

View file

@ -1,5 +1,4 @@
[2d.pattern.paint.repeat.basic.html] [2d.pattern.paint.repeat.basic.html]
disabled: disabled:
if (os == "mac") and (os_version == "10.15"): https://bugzilla.mozilla.org/show_bug.cgi?id=1753270 if (os == "mac") and (os_version == "10.15"): https://bugzilla.mozilla.org/show_bug.cgi?id=1753270
if win10_2004: https://bugzilla.mozilla.org/show_bug.cgi?id=1753270
expected: [OK, ERROR] expected: [OK, ERROR]

View file

@ -1,5 +1,4 @@
[2d.pattern.paint.repeat.outside.html] [2d.pattern.paint.repeat.outside.html]
disabled: disabled:
if (os == "mac") and (os_version == "10.15"): https://bugzilla.mozilla.org/show_bug.cgi?id=1753270 if (os == "mac") and (os_version == "10.15"): https://bugzilla.mozilla.org/show_bug.cgi?id=1753270
if win10_2004: https://bugzilla.mozilla.org/show_bug.cgi?id=1753270
expected: [OK, ERROR] expected: [OK, ERROR]

View file

@ -1,7 +1,5 @@
[color-001.html] [color-001.html]
expected: expected:
if win10_2004 and ccov and swgl: PASS
if win10_2004 and ccov: FAIL
if win11_2009 and ccov: FAIL if win11_2009 and ccov: FAIL
if win11_2009 and bits == 32: PASS if win11_2009 and bits == 32: PASS
if (os == "win") and (processor == "x86_64") and debug and not swgl: [FAIL, PASS] if (os == "win") and (processor == "x86_64") and debug and not swgl: [FAIL, PASS]

Some files were not shown because too many files have changed in this diff Show more