Bug 268186 - REGRESSION (273517@main): [ iOS17 mOS Debug ] TestWebKitAPI.IPCTestingAPI.CanInterceptFindString is a consistent failure
Summary: REGRESSION (273517@main): [ iOS17 mOS Debug ] TestWebKitAPI.IPCTestingAPI.Can...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charlie Wolfe
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-01-26 11:22 PST by Marta Darbinyan
Modified: 2024-01-26 13:41 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.