Bug 247256 - REGRESSION(256008@main) TestWebKitAPI.IPCTestingAPI.CanIntercept* tests fail
Summary: REGRESSION(256008@main) TestWebKitAPI.IPCTestingAPI.CanIntercept* tests fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on: 246457
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-31 02:01 PDT by Kimmo Kinnunen
Modified: 2022-11-07 16:23 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2022-10-31 02:01:58 PDT
REGRESSION(256008@main) TestWebKitAPI.IPCTestingAPI.CanIntercept* tests fail
Comment 1 Radar WebKit Bug Importer 2022-10-31 03:08:46 PDT
<rdar://problem/101749810>
Comment 2 Kimmo Kinnunen 2022-10-31 04:32:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5952
Comment 3 EWS 2022-11-07 11:59:40 PST
Committed 256420@main (7e3be0d69574): <https://commits.webkit.org/256420@main>

Reviewed commits have been landed. Closing PR #5952 and removing active labels.
Comment 4 Alex Christensen 2022-11-07 16:23:29 PST
error: lambda capture 'arg0' is not used [-Werror,-Wunused-lambda-capture]
    connection.sendWithAsyncReply(Messages::IPCTesterReceiver::AsyncMessage(arg0 + 1), [arg0](uint32_t newArg0) {
                                                                                        ^~~~
1 error generated.


Fixing in https://github.com/WebKit/WebKit/pull/6231