Bug 268186

Summary: REGRESSION (273517@main): [ iOS17 mOS Debug ] TestWebKitAPI.IPCTestingAPI.CanInterceptFindString is a consistent failure
Product: WebKit Reporter: Marta Darbinyan <darbinyan>
Component: New BugsAssignee: 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   

Description Marta Darbinyan 2024-01-26 11:22:25 PST
TestWebKitAPI.IPCTestingAPI.CanInterceptFindString

Is a consistent failure on iOS17 and all macOS versions Debug since 273517@main.

This issue can be bisected to <commit> using the command: 
run-api-tests --root  --exit-after-n-failures 1 --debug <test>

History:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.IPCTestingAPI.CanInterceptFindString

Result:

        /Volumes/Data/worker/Apple-Monterey-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:466Expected equality of these values:  [webView stringByEvaluatingJavaScript:@"messages = messages.filter((message) => message.name == IPC.messages.WebPage_FindString.name); messages.length"].UTF8String    Which is: "2"  "1"/Volumes/Data/worker/Apple-Monterey-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:472Expected equality of these values:  [webView stringByEvaluatingJavaScript:@"args[1].value"].intValue    Which is: 2065  0x11    Which is: 17
Comment 1 Radar WebKit Bug Importer 2024-01-26 11:22:43 PST
<rdar://problem/121678803>
Comment 2 Charlie Wolfe 2024-01-26 12:36:03 PST
Pull request: https://github.com/WebKit/WebKit/pull/23325
Comment 3 EWS 2024-01-26 13:40:36 PST
Committed 273576@main (ea392aae9da9): <https://commits.webkit.org/273576@main>

Reviewed commits have been landed. Closing PR #23325 and removing active labels.