diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /dom/u2f/tests/mochitest.ini | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/u2f/tests/mochitest.ini')
-rw-r--r-- | dom/u2f/tests/mochitest.ini | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/dom/u2f/tests/mochitest.ini b/dom/u2f/tests/mochitest.ini new file mode 100644 index 0000000000..69af1e1e8b --- /dev/null +++ b/dom/u2f/tests/mochitest.ini @@ -0,0 +1,61 @@ +[DEFAULT] +support-files = + frame_appid_facet.html + frame_appid_facet_insecure.html + frame_appid_facet_subdomain.html + frame_multiple_keys.html + frame_no_token.html + frame_override_request.html + frame_register.html + frame_register_sign.html + frame_utils.js + pkijs/asn1.js + pkijs/common.js + pkijs/x509_schema.js + pkijs/x509_simpl.js + u2futil.js + +scheme = https + +[test_bind.html] +[test_polyfill_interaction.html] +[test_u2f_replaceable.html] +[test_util_methods.html] +[test_no_token.html] +skip-if = + xorigin # Hangs + win10_2004 # 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_register.html] +skip-if = + xorigin # Hangs + win10_2004 # 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_register_sign.html] +skip-if = + xorigin # Hangs + win10_2004 # 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_appid_facet.html] +skip-if = + xorigin # Hangs + win10_2004 # 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_appid_facet_insecure.html] +scheme = http +[test_appid_facet_subdomain.html] +skip-if = + xorigin # Hangs + win10_2004 # 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_multiple_keys.html] +skip-if = + xorigin # Hangs + win10_2004 # 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_override_request.html] +skip-if = + toolkit == 'android' && !is_fennec # Bug 1530681 + xorigin # Hangs + win10_2004 # 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.) |