Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6f9d8e4185060c4c9d7a2561ac383ea63e5a6de0
https://github.com/WebKit/WebKit/commit/6f9d8e4185060c4c9d7a2561ac383ea63e5a6de0
Author: Pascoe <[email protected]>
Date: 2026-05-18 (Mon, 18 May 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebKit/WKWebView/_WKWebAuthenticationPanel.mm
Log Message:
-----------
TestWebKitAPI.WebAuthenticationPanel.LAGetAssertionMultipleOrder is a
constant failure
https://bugs.webkit.org/show_bug.cgi?id=314577
rdar://176588656
Reviewed by Brent Fulgham.
addKeyToKeychain() hardcoded the same kSecAttrAlias for every credential,
so the test's two entries shared a credential ID and the post-assertion
SecItemUpdate bumped both modification dates identically, leaving the LRU
sort non-deterministic. Pass a distinct ID for the second credential.
* Tools/TestWebKitAPI/Tests/WebKit/WKWebView/_WKWebAuthenticationPanel.mm:
(TestWebKitAPI::WebCore::addKeyToKeychain):
(TestWebKitAPI::TEST(WebAuthenticationPanel, LAGetAssertionMultipleOrder)):
Canonical link: https://commits.webkit.org/313423@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications