Commit 632045a2 authored by Nina Satragno's avatar Nina Satragno Committed by Commit Bot

[webauthn] Enable WPTs

Enable the WPTs on the CI.

Fixed: 1054809
Change-Id: I4029d8aa5f5a1cf1a8130c9331d528b4b9707add
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079340
Auto-Submit: Nina Satragno <nsatragno@chromium.org>
Commit-Queue: Ken Buchanan <kenrb@chromium.org>
Reviewed-by: default avatarKen Buchanan <kenrb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746851}
parent efc27697
...@@ -5209,22 +5209,6 @@ crbug.com/827209 [ Linux ] fast/events/middleClickAutoscroll-latching.html [ Pas ...@@ -5209,22 +5209,6 @@ crbug.com/827209 [ Linux ] fast/events/middleClickAutoscroll-latching.html [ Pas
# Utility for manual testing, not intended to be run as part of layout tests. # Utility for manual testing, not intended to be run as part of layout tests.
crbug.com/785955 http/tests/credentialmanager/tools/virtual-authenticator-environment-manual.html [ Skip ] crbug.com/785955 http/tests/credentialmanager/tools/virtual-authenticator-environment-manual.html [ Skip ]
# These Web Authentication API would require either real hardware, or
# virtual simulation thereof (work in progress, see: https://crbug.com/785955).
# Sheriff 2018-08-16
crbug.com/826936 external/wpt/webauthn/createcredential-badargs-authnrselection.https.html [ Pass Timeout Failure ]
crbug.com/826936 external/wpt/webauthn/createcredential-badargs-rp.https.html [ Pass Timeout Failure ]
crbug.com/826936 external/wpt/webauthn/createcredential-badargs-user.https.html [ Pass Timeout Failure ]
crbug.com/826936 external/wpt/webauthn/createcredential-excludecredentials.https.html [ Pass Timeout Failure ]
crbug.com/826936 external/wpt/webauthn/createcredential-passing.https.html [ Pass Timeout Failure ]
crbug.com/826936 external/wpt/webauthn/createcredential-badargs-challenge.https.html [ Pass Timeout Failure ]
crbug.com/826936 external/wpt/webauthn/createcredential-pubkeycredparams.https.html [ Pass Timeout Failure ]
crbug.com/826936 external/wpt/webauthn/getcredential-badargs-rpid.https.html [ Pass Timeout Failure ]
crbug.com/826936 external/wpt/webauthn/getcredential-badargs-userverification.https.html [ Pass Timeout Failure ]
crbug.com/826936 external/wpt/webauthn/getcredential-extensions.https.html [ Pass Timeout Failure ]
crbug.com/826936 external/wpt/webauthn/getcredential-passing.https.html [ Pass Timeout Failure ]
crbug.com/826936 external/wpt/webauthn/getcredential-timeout.https.html [ Pass Timeout Failure ]
# Sheriff 2018-04-11 # Sheriff 2018-04-11
crbug.com/831796 fast/events/autoscroll-in-textfield.html [ Failure Pass ] crbug.com/831796 fast/events/autoscroll-in-textfield.html [ Failure Pass ]
crbug.com/831673 http/tests/devtools/reveal-objects.js [ Pass Timeout ] crbug.com/831673 http/tests/devtools/reveal-objects.js [ Pass Timeout ]
......
This is a testharness.js-based test. This is a testharness.js-based test.
PASS Set up the test environment
FAIL Bad AuthenticatorSelectionCriteria: authenticatorSelection is empty array assert_unreached: Should have rejected: Expected bad parameters to fail Reached unreachable code FAIL Bad AuthenticatorSelectionCriteria: authenticatorSelection is empty array assert_unreached: Should have rejected: Expected bad parameters to fail Reached unreachable code
FAIL Bad AuthenticatorSelectionCriteria: authenticatorSelection is null assert_unreached: Should have rejected: Expected bad parameters to fail Reached unreachable code FAIL Bad AuthenticatorSelectionCriteria: authenticatorSelection is null assert_unreached: Should have rejected: Expected bad parameters to fail Reached unreachable code
PASS Bad AuthenticatorSelectionCriteria: authenticatorSelection is empty string PASS Bad AuthenticatorSelectionCriteria: authenticatorSelection is empty string
......
This is a testharness.js-based test. This is a testharness.js-based test.
PASS Set up the test environment
PASS Bad rp: rp missing PASS Bad rp: rp missing
PASS Bad rp: rp null PASS Bad rp: rp null
PASS Bad rp: rp is string PASS Bad rp: rp is string
......
This is a testharness.js-based test. This is a testharness.js-based test.
PASS Set up the test environment
PASS Bad excludeCredentials: string PASS Bad excludeCredentials: string
PASS Bad excludeCredentials: empty object PASS Bad excludeCredentials: empty object
PASS excludeCredentials missing PASS excludeCredentials missing
......
This is a testharness.js-based test. This is a testharness.js-based test.
PASS Set up the test environment
PASS passing credentials.create() with default arguments PASS passing credentials.create() with default arguments
FAIL passing credentials.create() with rpId (host and port) promise_test: Unhandled rejection with value: object "SecurityError: The relying party ID is not a registrable domain suffix of, nor equal to the current domain." FAIL passing credentials.create() with rpId (host and port) promise_test: Unhandled rejection with value: object "SecurityError: The relying party ID is not a registrable domain suffix of, nor equal to the current domain."
PASS passing credentials.create() with rpId (hostname) PASS passing credentials.create() with rpId (hostname)
......
This is a testharness.js-based test. This is a testharness.js-based test.
PASS Set up the test environment
PASS Bad pubKeyCredParams: pubKeyCredParams is undefined PASS Bad pubKeyCredParams: pubKeyCredParams is undefined
PASS Bad pubKeyCredParams: pubKeyCredParams is string PASS Bad pubKeyCredParams: pubKeyCredParams is string
PASS Bad pubKeyCredParams: pubKeyCredParams is null PASS Bad pubKeyCredParams: pubKeyCredParams is null
......
This is a testharness.js-based test. This is a testharness.js-based test.
PASS Set up the test environment
PASS Bad extensions: extensions is string PASS Bad extensions: extensions is string
FAIL Bad extensions: extensions is null assert_unreached: Should have rejected: Expected bad parameters to fail Reached unreachable code FAIL Bad extensions: extensions is null assert_unreached: Should have rejected: Expected bad parameters to fail Reached unreachable code
FAIL Bad extensions: extensions is empty Array assert_unreached: Should have rejected: Expected bad parameters to fail Reached unreachable code FAIL Bad extensions: extensions is empty Array assert_unreached: Should have rejected: Expected bad parameters to fail Reached unreachable code
......
This is a testharness.js-based test. This is a testharness.js-based test.
PASS Set up the test environment
PASS passing credentials.get() with default args PASS passing credentials.get() with default args
PASS passing credentials.create() with no timeout PASS passing credentials.create() with no timeout
PASS rpId undefined PASS rpId undefined
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment