Bug 247256
Summary: | REGRESSION(256008@main) TestWebKitAPI.IPCTestingAPI.CanIntercept* tests fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | WebKit2 | Assignee: | Kimmo Kinnunen <kkinnunen> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | achristensen, kkinnunen, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 246457 | ||
Bug Blocks: |
Kimmo Kinnunen
REGRESSION(256008@main) TestWebKitAPI.IPCTestingAPI.CanIntercept* tests fail
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101749810>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/5952
EWS
Committed 256420@main (7e3be0d69574): <https://commits.webkit.org/256420@main>
Reviewed commits have been landed. Closing PR #5952 and removing active labels.
Alex Christensen
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