Bug 240686
Summary: | REGRESSION (r294434): [ iOS ] TestWebKitAPI.WebAuthenticationPanel.ExportImportDuplicateCredential is a consistent failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Karl Rackler <rackler> |
Component: | New Bugs | Assignee: | pascoe <pascoe> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | pascoe, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=240534 |
Karl Rackler
Description:
TestWebKitAPI.WebAuthenticationPanel.ExportImportDuplicateCredential
The first failure that I saw on the dashboard was on 5/18/2022 at r294442. <rXXXXXX> modified <file> so that possibly introduced the flakiness/consistent failure.
REPRODUCTION STEPS
I can reproduce this on r294434.
Command:
run-api-tests --root 294434 --ios-simulator —release TestWebKitAPI.WebAuthenticationPanel.ExportImportDuplicateCredential
Result:
Failed
TestWebKitAPI.WebAuthenticationPanel.ExportImportDuplicateCredential
/Volumes/Data/worker/trunk-skyecho-ios-simulator-debug-archive/build/OpenSource/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm:2299
Expected equality of these values:
credentialId
Which is: 0x600001bb2d30
nullptr
Which is: (nullptr)
/Volumes/Data/worker/trunk-skyecho-ios-simulator-debug-archive/build/OpenSource/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm:2300
Expected equality of these values:
error.code
Which is: 0
WKErrorDuplicateCredential
Which is: 15
History:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WebAuthenticationPanel.ExportImportDuplicateCredential&limit=50000
Log:
/Volumes/Data/worker/Apple-iOS-15-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm:2299
Expected equality of these values:
credentialId
Which is: 0x600002d45b60
nullptr
Which is: (nullptr)
/Volumes/Data/worker/Apple-iOS-15-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm:2300
Expected equality of these values:
error.code
Which is: 0
WKErrorDuplicateCredential
Which is: 15
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/93603762>
pascoe@apple.com
Pull request: https://github.com/WebKit/WebKit/pull/842
EWS
Committed r294812 (250966@main): <https://commits.webkit.org/250966@main>
Reviewed commits have been landed. Closing PR #842 and removing active labels.