TestWebKitAPI.IPCTestingAPI.CanInterceptHasStorageAccess is a constant failure on iOS 16 and macOS Debug. HISTORY: https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.IPCTestingAPI.CanInterceptHasStorageAccess TEXT: ERROR: Error while launching com.apple.WebKit.Networking: Connection invalid /Volumes/Data/worker/Apple-Ventura-Debug-Build/build/Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm(225) : auto WebKit::ProcessLauncher::launchProcess()::(anonymous class)::operator()(xpc_object_t) const LEAK: 1 WebProcessPool LEAK: 1 WebPageProxy /Volumes/Data/worker/Apple-Ventura-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:444 Expected equality of these values: [webView stringByEvaluatingJavaScript:@"targetMessage.arguments[3].type"].UTF8String Which is: "(null)" "uint64_t" /Volumes/Data/worker/Apple-Ventura-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:445 Expected equality of these values: [webView stringByEvaluatingJavaScript:@"targetMessage.arguments[3].value"].intValue Which is: 0 [webView stringByEvaluatingJavaScript:@"IPC.pageID.toString()"].intValue Which is: 8
I was able to replicate this failure on Ventura ToT as follows: run-api-tests --root TestWebKitAPI.IPCTestingAPI.CanInterceptHasStorageAccess
<rdar://problem/108168809>
This test appears has started failing around commit 262850@main but was passing on 262845@main.
Looking at the commits in this range, it looks like https://commits.webkit.org/262847@main could be responsible
Pull request: https://github.com/WebKit/WebKit/pull/13375
Test gardening commit 263608@main (f31f36c6b865): <https://commits.webkit.org/263608@main> Reviewed commits have been landed. Closing PR #13375 and removing active labels.
Pull request: https://github.com/WebKit/WebKit/pull/14880
Committed 265087@main (cbd5d8089b51): <https://commits.webkit.org/265087@main> Reviewed commits have been landed. Closing PR #14880 and removing active labels.