Bug 272870
| Summary: | REGRESSION (277474@main): [ MacOS iOS ] TestWebKitAPI.IPCTestingAPI.CanInterceptFindString is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jay Stfleur <j_stfleur> |
| Component: | New Bugs | Assignee: | Charlie Wolfe <charliew> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jay Stfleur
Description:
TestWebKitAPI.IPCTestingAPI.CanInterceptFindString
Is a consistent failure on Monterey+ and iOS Debug.
Buildbot Url:
https://build.webkit.org/#/builders/940/builds/1361/steps/18/logs/stdio
History:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.IPCTestingAPI.CanInterceptFindString
Diff/Image Diff/Crash Log:
/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:472Expected equality of these values: [webView stringByEvaluatingJavaScript:@"messages = messages.filter((message) => message.name == IPC.messages.WebPage_FindString.name); messages.length"].UTF8String Which is: "1" "2"/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:474Expected equality of these values: [webView stringByEvaluatingJavaScript:@"messages[1].description"].UTF8String Which is: "DrawingArea_DisplayDidRefresh" "WebPage_FindString"/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:480Expected equality of these values: [webView stringByEvaluatingJavaScript:@"firstMessageArgs[1].value"].intValue Which is: 17 0x811 Which is: 2065/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:485Expected equality of these values: [webView stringByEvaluatingJavaScript:@"secondMessageArgs = messages[1].arguments; secondMessageArgs.length"].intValue Which is: 0 3/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/cocoa/TestWKWebView.mm:524Value of: !error Actual: falseExpected:
true/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:486Expected equality of these values: [webView
stringByEvaluatingJavaScript:@"secondMessageArgs[0].type"].UTF8String Which is: "(null)" "String"/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/cocoa/TestWKWebView.mm:524Value of: !error Actual: falseExpected: true/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:487Expected equality of these values:
[webView stringByEvaluatingJavaScript:@"secondMessageArgs[0].value"].UTF8String Which is: "(null)" "hello"/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/cocoa/TestWKWebView.mm:524Value of: !error Actual: falseExpected: true/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:488Expected equality of these values:
[webView stringByEvaluatingJavaScript:@"secondMessageArgs[1].type"].UTF8String Which is: "(null)" "uint16_t"/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/cocoa/TestWKWebView.mm:524Value of: !error Actual: falseExpected: true/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:489Expected equality of these values:
[webView stringByEvaluatingJavaScript:@"secondMessageArgs[1].value"].intValue Which is: 0 0x11 Which is: 17/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/cocoa/TestWKWebView.mm:524Value of: !error Actual: falseExpected: true/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:490Expected equality of these values:
[webView stringByEvaluatingJavaScript:@"secondMessageArgs[1].isOptionSet"].boolValue Which is: false __objc_yes Which is: true/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/cocoa/TestWKWebView.mm:524Value of: !error Actual: falseExpected: true/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:491Expected equality of these values: [webView stringByEvaluatingJavaScript:@"secondMessageArgs[2].type"].UTF8String Which is: "(null)" "uint32_t"/Volumes/Data/worker/Apple-iOS-17-Simulator-Debug-Build/build/Tools/TestWebKitAPI/cocoa/TestWKWebView.mm:524Value of: !error Actual: falseExpected: true/Volumes/Data/worker/Apple-iOS-
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/126656958>
Charlie Wolfe
Pull request: https://github.com/WebKit/WebKit/pull/27426
EWS
Committed 277645@main (21d883e4fcce): <https://commits.webkit.org/277645@main>
Reviewed commits have been landed. Closing PR #27426 and removing active labels.