Bug 1797751 - carry over skip-if conditions from win10 to win11. r=bxbrenden,necko-reviewers,settings-reviewers,credential-management-reviewers,valentin,sgalich

Differential Revision: https://phabricator.services.mozilla.com/D160529
This commit is contained in:
Joel Maher 2022-10-28 00:00:40 +00:00
Родитель a3f2b1c51f
Коммит 7d57e8ce58
16 изменённых файлов: 40 добавлений и 10 удалений

Просмотреть файл

@ -109,6 +109,7 @@ https_first_disabled = true
[browser_overflowScroll.js]
skip-if =
win10_2004 # Bug 1775648
win11_2009 # Bug 1797751
[browser_paste_event_at_middle_click_on_link.js]
support-files = file_anchor_elements.html
[browser_pinnedTabs_clickOpen.js]

Просмотреть файл

@ -369,6 +369,7 @@ skip-if =
os == "linux" && os_version == '18.04' # Bug 1651261
win10_2004 && asan # Bug 1723573
win10_2004 && debug # Bug 1723573
win11_2009 && debug # Bug 1797751
[browser_ext_urlbar.js]
https_first_disabled = true
[browser_ext_user_events.js]

Просмотреть файл

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

Просмотреть файл

@ -11,12 +11,16 @@ support-files =
skip-if = verify
[browser_autocomplete_marked_back_forward.js]
[browser_autocomplete_marked_detached_tab.js]
skip-if = (verify && (os == 'win')) || (os == 'mac')
skip-if =
verify && (os == "win")
os == "mac"
[browser_check_installed.js]
[browser_dropdown_layout.js]
[browser_editAddressDialog.js]
skip-if = verify
win10_2004 # Bug 1723573
skip-if =
verify
win10_2004 # Bug 1723573
win11_2009 # Bug 1797751
[browser_fathom_cc.js]
[browser_first_time_use_doorhanger.js]
skip-if = verify

Просмотреть файл

@ -46,6 +46,7 @@ skip-if =
os == "linux" && os_version == '18.04' && !debug # Bug 1559315
apple_catalina # Bug 1713158
win10_2004 # Bug 1559315, 1723573
win11_2009 # Bug 1797751
[browser_rules_authored_override.js]
[browser_rules_blob_stylesheet.js]
[browser_rules_class_panel_add.js]

Просмотреть файл

@ -17,6 +17,7 @@ skip-if =
!debug && os == "mac" #Bug 1622925
!debug && os == "linux" #Bug 1622925
win10_2004 # Bug 1723573
win11_2009 # Bug 1797751
[browser_net_har_import_no-mime.js]
[browser_net_har_import.js]
[browser_net_har_post_data.js]

Просмотреть файл

@ -109,6 +109,7 @@ skip-if = (os == 'linux') || debug && (os == 'win' || os == 'mac') # Bug 1603355
skip-if =
verify
win10_2004 # Bug 1723573
win11_2009 # Bug 1797751
[browser_net_cause_redirect.js]
[browser_net_cause_source_map.js]
[browser_net_service-worker-status.js]
@ -129,11 +130,14 @@ skip-if = (verify && !debug && (os == 'linux'))
[browser_net_columns_reset.js]
[browser_net_columns_showhide.js]
[browser_net_columns_time.js]
skip-if = win10_2004 # Bug 1723573
skip-if =
win10_2004 # Bug 1723573
win11_2009 # Bug 1797751
[browser_net_complex-params.js]
skip-if =
(verify && !debug && (os == 'win'))
win10_2004 # Bug 1723573
win11_2009 # Bug 1797751
[browser_net_content-type.js]
skip-if = !debug && os == 'mac'
[browser_net_brotli.js]
@ -145,6 +149,7 @@ skip-if = win10_2004 # Bug 1723573
[browser_net_copy_params.js]
skip-if =
win10_2004 # Bug 1723573
win11_2009 # Bug 1797751
(verify && !debug && (os == 'mac')) # bug 1328915, disable linux32 debug devtools for timeouts
[browser_net_copy_response.js]
[browser_net_copy_headers.js]

Просмотреть файл

@ -49,6 +49,7 @@ tags = usercontextid
skip-if =
!fission # Bug 1685474
win10_2004 # Bug 1723573
win11_2009 # Bug 1797751
[browser_storage_cache_overflow.js]
[browser_storage_cookies_add.js]
[browser_storage_cookies_delete_all.js]
@ -88,7 +89,9 @@ tags = usercontextid
[browser_storage_indexeddb_delete.js]
[browser_storage_indexeddb_delete_blocked.js]
[browser_storage_indexeddb_duplicate_names.js]
skip-if = win10_2004 # Bug 1723573
skip-if =
win10_2004 # Bug 1723573
win11_2009 # Bug 1797751
[browser_storage_indexeddb_hide_internal_dbs.js]
skip-if =
asan # Bug 1591064

Просмотреть файл

@ -140,6 +140,7 @@ https_first_disabled = true
skip-if =
debug # Bug 1715916 - test is having race conditions on slow hardware
win10_2004 && asan && fission # high frequency intermittent
win11_2009 && asan # high frequency intermittent
[browser_storage_listings.js]
https_first_disabled = true
[browser_storage_updates.js]

Просмотреть файл

@ -157,6 +157,7 @@ skip-if =
fission && xorigin # Bug 1716402 - New fission platform triage
os == "linux" && bits == 64 # Bug 1572299
win10_2004 # Bug 1572299
win11_2009 # Bug 1797751
[test_popup-navigates-children.html]
[test_reload.html]
support-files = file_reload.html

Просмотреть файл

@ -256,6 +256,7 @@ support-files = console_monitor.js
[test_hsts_upgrade_intercept.html]
skip-if =
win10_2004 && !debug # Bug 1717091
win11_2009 && !debug # Bug 1797751
os == "linux" && bits == 64 && debug # Bug 1749068
apple_catalina && !debug # Bug 1717091
scheme = https

Просмотреть файл

@ -4,7 +4,9 @@ head = head.js
[test_permmanager_default_pref.js]
[test_permmanager_defaults.js]
[test_permmanager_expiration.js]
skip-if = win10_2004 # Bug 1718292
skip-if =
win10_2004 # Bug 1718292
win11_2009 # Bug 1797751
[test_permmanager_getAllByTypes.js]
[test_permmanager_getAllByTypeSince.js]
[test_permmanager_getAllForPrincipal.js]

Просмотреть файл

@ -376,7 +376,9 @@ skip-if = appname == "thunderbird"
[test_bug464591.js]
skip-if = appname == "thunderbird"
[test_alt-data_simple.js]
skip-if = win10_2004 && bits == 64 # Bug 1718292
skip-if =
win10_2004 && bits == 64 # Bug 1718292
win11_2009 && bits == 64 && !debug # Bug 1797751
run-sequentially = very high failure rate in parallel
[test_alt-data_stream.js]
[test_alt-data_too_big.js]

Просмотреть файл

@ -8,7 +8,9 @@ prefs =
skip-if =
socketprocess_networking # Bug 1759035
[test_purge_trackers.js]
skip-if = win10_2004 # Bug 1718292
skip-if =
win10_2004 # Bug 1718292
win11_2009 # Bug 1797751
run-sequentially = very high failure rate in parallel
[test_purge_trackers_telemetry.js]

Просмотреть файл

@ -123,6 +123,7 @@ skip-if = os == "android" # Android needs alternative for proxy.settings - bug 1
skip-if =
os == "android" # downloads API needs to be implemented in GeckoView - bug 1538348
win10_2004 # Bug 1718292
win11_2009 # Bug 1797751
[test_ext_downloads_cookieStoreId.js]
skip-if =
os == "android"

Просмотреть файл

@ -56,8 +56,10 @@ prefs =
[test_about_networking.html]
[test_arrowpanel.xhtml]
skip-if =
(verify && (os == 'win')) || (debug && (os == 'win') && (bits == 32)) # Bug 1546256
os == "win" && verify
debug && os == "win" && bits == 32 # Bug 1546256
win10_2004 # Bug 1727507
win11_2009 # Bug 1797751
[test_autocomplete2.xhtml]
[test_autocomplete3.xhtml]
[test_autocomplete4.xhtml]
@ -93,7 +95,8 @@ support-files = bug451540_window.xhtml
fail-if = (os == 'linux' && os_version == '18.04') # Bug 1600194
[test_bug792324.xhtml]
[test_bug1048178.xhtml]
skip-if = toolkit == "cocoa"
skip-if =
toolkit == "cocoa"
[test_button.xhtml]
[test_closemenu_attribute.xhtml]
[test_contextmenu_list.xhtml]