Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1ef26dd11b96ecdc9566612caf9908a96c0fa3a4
https://github.com/WebKit/WebKit/commit/1ef26dd11b96ecdc9566612caf9908a96c0fa3a4
Author: Jessica Lee <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-internal-uv-pin-fallback.html
M
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-internal-uv.html
M
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-multiple-accounts.html
M
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-no-credentials.html
M
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-pin-auth-blocked-error.html
M
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-pin-invalid-error-retry.html
M
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-pin.html
M
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid.html
M
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-make-credential-hid.html
M Tools/TestWebKitAPI/Tests/WebKit/WKWebView/_WKWebAuthenticationPanel.mm
Log Message:
-----------
[iOS]TestWebKitAPI.WebAuthenticationPanel.PanelTwice is a flaky timeout.
https://bugs.webkit.org/show_bug.cgi?id=318917
rdar://181067729
Reviewed by Pascoe.
Under duress, the main thread may not be able to service the async mock HID
pipeline.
Because end-to-end authentication may not complete within the allotted 100ms
timeout,
increase the timeout to 1000ms.
*
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-internal-uv-pin-fallback.html:
*
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-internal-uv.html:
*
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-multiple-accounts.html:
*
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-no-credentials.html:
*
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-pin-auth-blocked-error.html:
*
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-pin-invalid-error-retry.html:
*
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid-pin.html:
* Tools/TestWebKitAPI/Resources/cocoa/web-authentication-get-assertion-hid.html:
*
Tools/TestWebKitAPI/Resources/cocoa/web-authentication-make-credential-hid.html:
* Tools/TestWebKitAPI/Tests/WebKit/WKWebView/_WKWebAuthenticationPanel.mm:
(TestWebKitAPI::TEST(WebAuthenticationPanel, NoPanelHidSuccess)):
(TestWebKitAPI::TEST(WebAuthenticationPanel, PanelHidSuccess1)):
(TestWebKitAPI::TEST(WebAuthenticationPanel, PanelHidSuccess2)):
(TestWebKitAPI::TEST(WebAuthenticationPanel, PanelTwice)):
(TestWebKitAPI::TEST(WebAuthenticationPanel, PanelHidCtapNoCredentialsFound)):
(TestWebKitAPI::TEST(WebAuthenticationPanel, FakePanelHidSuccess)):
(TestWebKitAPI::TEST(WebAuthenticationPanel, NullPanelHidSuccess)):
(TestWebKitAPI::TEST(WebAuthenticationPanel, PanelHidSuccessCancelNoCrash)):
(TestWebKitAPI::TEST(WebAuthenticationPanel,
PanelHidCtapNoCredentialsFoundCancelNoCrash)):
(TestWebKitAPI::TEST(WebAuthenticationPanel, GetAssertionPin)):
(TestWebKitAPI::TEST(WebAuthenticationPanel, GetAssertionInternalUV)):
(TestWebKitAPI::TEST(WebAuthenticationPanel,
GetAssertionInternalUVPinFallback)):
(TestWebKitAPI::TEST(WebAuthenticationPanel, GetAssertionPinAuthBlockedError)):
(TestWebKitAPI::TEST(WebAuthenticationPanel,
GetAssertionPinInvalidErrorAndRetry)):
(TestWebKitAPI::TEST(WebAuthenticationPanel, MultipleAccounts)):
Canonical link: https://commits.webkit.org/316849@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications