Bug 1854550 - pt 10. Allow LOG() with zero extra arguments r=glandium
[gecko.git] / dom / webauthn / tests / mochitest.ini
blob43a5a4dab633353d0d0b91aed1a8fa2c6c63cc22
1 [DEFAULT]
2 support-files =
3 cbor.js
4 u2futil.js
5 pkijs/*
6 get_assertion_dead_object.html
7 empty.html
8 scheme = https
9 prefs =
10 dom.security.featurePolicy.webidl.enabled=true
11 security.webauth.webauthn=true
12 security.webauth.webauthn_enable_softtoken=true
13 security.webauth.webauthn_enable_usbtoken=false
14 security.webauthn.ctap2=true
16 [test_webauthn_abort_signal.html]
17 fail-if = xorigin
18 skip-if =
19 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
20 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
21 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
22 toolkit == 'android' # Test sets security.webauth.webauthn_enable_usbtoken to true, which isn't applicable to android
23 [test_webauthn_attestation_conveyance.html]
24 fail-if = xorigin # NotAllowedError
25 skip-if =
26 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
27 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
28 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
29 [test_webauthn_authenticator_selection.html]
30 fail-if = xorigin # NotAllowedError
31 skip-if =
32 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
33 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
34 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
35 [test_webauthn_authenticator_transports.html]
36 fail-if = xorigin # NotAllowedError
37 skip-if =
38 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
39 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
40 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
41 [test_webauthn_crossorigin_featurepolicy.html]
42 fail-if = xorigin # Cross-origin use of WebAuthn requires a feature policy.
43 [test_webauthn_get_assertion.html]
44 fail-if = xorigin # NotAllowedError
45 skip-if =
46 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
47 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
48 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
49 toolkit == 'android' # Test sets security.webauth.webauthn_enable_usbtoken to true, which isn't applicable to android
50 [test_webauthn_get_assertion_dead_object.html]
51 skip-if =
52 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
53 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
54 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
55 [test_webauthn_isexternalctap2securitykeysupported.html]
56 [test_webauthn_isplatformauthenticatoravailable.html]
57 [test_webauthn_loopback.html]
58 skip-if =
59 xorigin # Hangs, JavaScript error: https://example.org/tests/SimpleTest/SimpleTest.js, line 76: DataCloneError: The object could not be cloned.
60 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
61 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
62 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
63 [test_webauthn_make_credential.html]
64 fail-if = xorigin # NotAllowedError
65 skip-if =
66 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
67 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
68 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
69 [test_webauthn_no_token.html]
70 skip-if =
71 xorigin # JavaScript error: https://example.org/tests/SimpleTest/SimpleTest.js, line 76: DataCloneError: The object could not be cloned.
72 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
73 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
74 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
75 toolkit == 'android' # Test disables all tokens, which is an unsupported configuration on android.
76 [test_webauthn_override_request.html]
77 skip-if = toolkit == 'android' # Test sets security.webauth.webauthn_enable_usbtoken to true, which isn't applicable to android
78 [test_webauthn_sameorigin.html]
79 fail-if = xorigin # NotAllowedError
80 skip-if =
81 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
82 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
83 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
84 [test_webauthn_sameoriginwithancestors.html]
85 skip-if =
86 xorigin # this test has its own cross-origin setup
87 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
88 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
89 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
90 [test_webauthn_serialization.html]
91 fail-if = xorigin
92 [test_webauthn_store_credential.html]
93 fail-if = xorigin # NotAllowedError
94 skip-if =
95 win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
96 win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
97 win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
98 [test_webauthn_webdriver_virtual_authenticator.html]
99 fail-if = xorigin # Cross-origin use of WebAuthn requires a feature policy.