Bug 245725
Summary: | REGRESSION (254766main): [ macOS ] http/wpt/webauthn/public-key-credential-get-failure.https.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Karl Rackler <rackler> |
Component: | New Bugs | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Karl Rackler
Description:
http/wpt/webauthn/public-key-credential-get-failure.https.html
The test was consistently passing until at 254766@main it began to flaky fail on Monterey wk2. The test is a consistent failure on Monterey wk2 arm64.
Reproduction steps:
I can reproduce this on 254766main but cannot reproduce it on 254765@main or earlier.
Command:
run-webkit-tests --iterations 50 --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 -f --no-retry --release http/wpt/webauthn/public-key-credential-get-failure.https.html
History:
https://results.webkit.org/?suite=layout-tests&test=http%2Fwpt%2Fwebauthn%2Fpublic-key-credential-get-failure.https.html
DIFF:
--- /Volumes/Data/worker/Apple-Monterey-Release-WK2-Tests/build/layout-test-results/http/wpt/webauthn/public-key-credential-get-failure.https-expected.txt
+++ /Volumes/Data/worker/Apple-Monterey-Release-WK2-Tests/build/layout-test-results/http/wpt/webauthn/public-key-credential-get-failure.https-actual.txt
@@ -4,7 +4,6 @@
CONSOLE MESSAGE: User gesture is not detected. To use the WebAuthn API, call 'navigator.credentials.create' or 'navigator.credentials.get' within user activated events.
CONSOLE MESSAGE: User gesture is not detected. To use the WebAuthn API, call 'navigator.credentials.create' or 'navigator.credentials.get' within user activated events.
CONSOLE MESSAGE: User gesture is not detected. To use the WebAuthn API, call 'navigator.credentials.create' or 'navigator.credentials.get' within user activated events.
-CONSOLE MESSAGE: Unhandled Promise Rejection: NotAllowedError: Operation timed out.
CONSOLE MESSAGE: Unhandled Promise Rejection: NotAllowedError: Operation timed out.
PASS PublicKeyCredential's [[get]] with timeout
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/100456553>
Karl Rackler
I have marked this test as a flaky failure while this issue is investigated.
EWS
Test gardening commit 254908@main (12e012da9a05): <https://commits.webkit.org/254908@main>
Reviewed commits have been landed. Closing PR #4746 and removing active labels.
Karl Rackler
Adding test:
http/wpt/webauthn/public-key-credential-create-failure.https.html
The test was consistently passing until at 254766@main it began to flaky fail on macOS wk2. The test is a consistent failure on Monterey wk2 arm64.
Same Diff.
EWS
Test gardening commit 254912@main (fb2d813dee6a): <https://commits.webkit.org/254912@main>
Reviewed commits have been landed. Closing PR #4750 and removing active labels.
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/4751
EWS
Committed 254934@main (49a6e960281b): <https://commits.webkit.org/254934@main>
Reviewed commits have been landed. Closing PR #4751 and removing active labels.