Bug 255563
| Summary: | REGRESSION (262850@main): [ iOS, macOS Debug ] TestWebKitAPI.IPCTestingAPI.CanInterceptHasStorageAccess is a constant failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bri Harris <bharris9> |
| Component: | New Bugs | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, pvollan, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Bri Harris
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Bri Harris
I was able to replicate this failure on Ventura ToT as follows:
run-api-tests --root TestWebKitAPI.IPCTestingAPI.CanInterceptHasStorageAccess
Radar WebKit Bug Importer
<rdar://problem/108168809>
Bri Harris
This test appears has started failing around commit 262850@main but was passing on 262845@main.
Ryan Haddad
Looking at the commits in this range, it looks like https://commits.webkit.org/262847@main could be responsible
Bri Harris
Pull request: https://github.com/WebKit/WebKit/pull/13375
EWS
Test gardening commit 263608@main (f31f36c6b865): <https://commits.webkit.org/263608@main>
Reviewed commits have been landed. Closing PR #13375 and removing active labels.
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/14880
EWS
Committed 265087@main (cbd5d8089b51): <https://commits.webkit.org/265087@main>
Reviewed commits have been landed. Closing PR #14880 and removing active labels.