Bug 1830451 - Support win10 v2009 in mozinfo and copy needed annotations from win10_2004. r=aryx

Differential Revision: https://phabricator.services.mozilla.com/D176744
This commit is contained in:
Joel Maher 2023-05-02 12:55:35 +00:00
parent f3c1b2a785
commit e6702068c2
6 changed files with 20 additions and 0 deletions

View File

@ -8,5 +8,6 @@ scheme = https
skip-if =
xorigin # Application time out
win10_2004 # Bug 1718296
win10_2009 # Bug 1718296
win11_2009 # Bug 1718296
http3

View File

@ -16,61 +16,73 @@ prefs =
fail-if = xorigin
skip-if =
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_attestation_conveyance.html]
fail-if = xorigin # NotAllowedError
skip-if =
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_authenticator_selection.html]
fail-if = xorigin # NotAllowedError
skip-if =
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_authenticator_transports.html]
fail-if = xorigin # NotAllowedError
skip-if =
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_loopback.html]
skip-if =
xorigin # Hangs, JavaScript error: https://example.org/tests/SimpleTest/SimpleTest.js, line 76: DataCloneError: The object could not be cloned.
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_no_token.html]
skip-if =
xorigin # JavaScript error: https://example.org/tests/SimpleTest/SimpleTest.js, line 76: DataCloneError: The object could not be cloned.
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_make_credential.html]
fail-if = xorigin # NotAllowedError
skip-if =
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_get_assertion.html]
fail-if = xorigin # NotAllowedError
skip-if =
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_get_assertion_dead_object.html]
skip-if =
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_override_request.html]
[test_webauthn_store_credential.html]
fail-if = xorigin # NotAllowedError
skip-if =
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_sameorigin.html]
fail-if = xorigin # NotAllowedError
skip-if =
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_sameoriginwithancestors.html]
skip-if =
xorigin # this test has its own cross-origin setup
win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
[test_webauthn_isplatformauthenticatoravailable.html]
[test_webauthn_isexternalctap2securitykeysupported.html]

View File

@ -6,6 +6,7 @@ head = head.js
[test_permmanager_expiration.js]
skip-if =
win10_2004 # Bug 1718292
win10_2009 # Bug 1718292
win11_2009 # Bug 1797751
os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[test_permmanager_getAllByTypes.js]

View File

@ -163,6 +163,10 @@ info["win10_2004"] = False
if info["os"] == "win" and version == "10.0.19041":
info["win10_2004"] = True
info["win10_2009"] = False
if info["os"] == "win" and version == "10.0.19045":
info["win10_2009"] = True
info["win11_2009"] = False
if info["os"] == "win" and version == "10.0.22621":
info["win11_2009"] = True

View File

@ -10,6 +10,7 @@ skip-if =
[test_purge_trackers.js]
skip-if =
win10_2004 # Bug 1718292
win10_2009 # Bug 1718292
win11_2009 # Bug 1797751
os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
run-sequentially = very high failure rate in parallel

View File

@ -59,6 +59,7 @@ skip-if =
os == "win" && verify
debug && os == "win" && bits == 32 # Bug 1546256
win10_2004 # Bug 1727507
win10_2009 # Bug 1727507
win11_2009 # Bug 1797751
[test_autocomplete2.xhtml]
[test_autocomplete3.xhtml]