[wpt-sync] Sync PR 31043 - Write web unit tests for authenticator attachment
Categories
(Core :: DOM: Web Authentication, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31043 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31043
Details from upstream follow.
zakaria ridouh <ridouh@google.com> wrote:
Write web unit tests for authenticator attachment
Implements new Web Platform Tests for verifying the PublicKeyCredential
is properly returning the authenticator attachment following successful
registration and authentication.Bug: 1243721
Change-Id: I181955156c0d117b25132814b86ebee89999eb6f
Reviewed-on: https://chromium-review.googlesource.com/3198901
WPT-Export-Revision: 8ef96ccbe8d1b6fee8f2715cb229463cc6c936df
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 4 subtests
Status Summary
Firefox
TIMEOUT: 4
NOTRUN : 6
Chrome
OK : 2
FAIL : 8
Safari
ERROR : 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webauthn/createcredential-attachment.https.html: SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
, Gecko-android-em-7.0-x86_64-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-qr-opt-geckoview
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-linux1804-64-tsan-qr-opt
, Gecko-windows10-32-2004-qr-debug
, Gecko-windows10-32-2004-qr-opt
, Gecko-windows10-64-2004-qr-debug
, Gecko-windows10-64-2004-qr-opt
], TIMEOUT [GitHub
] (Chrome: OK, Safari: ERROR)
navigator.credentials.create() with usb authenticator, attachment as cross-platform: TIMEOUT (Chrome: FAIL)
navigator.credentials.create() with ble authenticator, attachment as cross-platform: NOTRUN (Chrome: FAIL)
navigator.credentials.create() with nfc authenticator, attachment as cross-platform: NOTRUN (Chrome: FAIL)
navigator.credentials.create() with internal authenticator, attachment as platform: NOTRUN (Chrome: FAIL)
/webauthn/getcredential-attachment.https.html: SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
, Gecko-android-em-7.0-x86_64-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-qr-opt-geckoview
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-linux1804-64-tsan-qr-opt
, Gecko-windows10-32-2004-qr-debug
, Gecko-windows10-32-2004-qr-opt
, Gecko-windows10-64-2004-qr-debug
, Gecko-windows10-64-2004-qr-opt
], TIMEOUT [GitHub
] (Chrome: OK, Safari: ERROR)
navigator.credentials.get() with usb authenticator, attachment as cross-platform: TIMEOUT (Chrome: FAIL)
navigator.credentials.get() with ble authenticator, attachment as cross-platform: NOTRUN (Chrome: FAIL)
navigator.credentials.get() with nfc authenticator, attachment as cross-platform: NOTRUN (Chrome: FAIL)
navigator.credentials.get() with internal authenticator, attachment as platform: NOTRUN (Chrome: FAIL)
Tests Disabled in Gecko Infrastructure
/webauthn/createcredential-attachment.https.html: SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
, Gecko-android-em-7.0-x86_64-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-qr-opt-geckoview
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-linux1804-64-tsan-qr-opt
, Gecko-windows10-32-2004-qr-debug
, Gecko-windows10-32-2004-qr-opt
, Gecko-windows10-64-2004-qr-debug
, Gecko-windows10-64-2004-qr-opt
], TIMEOUT [GitHub
] (Chrome: OK, Safari: ERROR)
/webauthn/getcredential-attachment.https.html: SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
, Gecko-android-em-7.0-x86_64-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-qr-opt-geckoview
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-linux1804-64-tsan-qr-opt
, Gecko-windows10-32-2004-qr-debug
, Gecko-windows10-32-2004-qr-opt
, Gecko-windows10-64-2004-qr-debug
, Gecko-windows10-64-2004-qr-opt
], TIMEOUT [GitHub
] (Chrome: OK, Safari: ERROR)
Comment 4•3 years ago
|
||
bugherder |
Description
•