Description: TestWebKitAPI.SOAuthorizationSubFrame.InterceptionError The first failure that I saw on the dashboard was on 2/21/2022 at 247576@main. The history on the dashboard shows flakiness occurs more frequently on iOS than macOS. History: https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.SOAuthorizationSubFrame.InterceptionError&limit=50000 Log: Timeout TestWebKitAPI.SOAuthorizationSubFrame.InterceptionError ERROR: Could not complete AppSSO: 0 /Volumes/Data/worker/trunk-opensource-ios-simulator-debug-archive/build/OpenSource/Source/WebKit/UIProcess/Cocoa/SOAuthorization/WKSOAuthorizationDelegate.mm(132) : -[WKSOAuthorizationDelegate authorization:didCompleteWithError:]
<rdar://problem/94641397>
REPRODUCTION STEPS Command: run-api-tests --ios-simulator --debug TestWebKitAPI.SOAuthorizationSubFrame.InterceptionError Result: Test suite failed Timeout TestWebKitAPI.SOAuthorizationSubFrame.InterceptionError ERROR: Could not complete AppSSO: 0 /Volumes/Data/worker/trunk-opensource-ios-simulator-debug-archive/build/OpenSource/Source/WebKit/UIProcess/Cocoa/SOAuthorization/WKSOAuthorizationDelegate.mm(132) : -[WKSOAuthorizationDelegate authorization:didCompleteWithError:]
It seems very unlikely that the timeouts are related to the Xcode project change in 247576@main.
(In reply to Brent Fulgham from comment #3) > It seems very unlikely that the timeouts are related to the Xcode project > change in 247576@main. I agree. I could not find a commit near that range that I could attribute to the timeouts starting.
I tried running this on macOS in a loop, but couldn't get the timeout. I'm building for simulator now to see if I can repro.
This is the same issue as Bug 239311.
Pull request: https://github.com/WebKit/WebKit/pull/1433
The proposed change also removes a number of arbitrary 0.5s sleeps, which may help bots move a tiny bit more quickly.
Committed r295456 (251462@main): <https://commits.webkit.org/251462@main> Reviewed commits have been landed. Closing PR #1433 and removing active labels.