[webkit-changes] [WebKit/WebKit] 790c41: REGRESSION(258904 at main): TestIPC.ArgumentCoderTest...

Kimmo Kinnunen noreply at github.com
Sat Jan 14 07:32:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 790c41d5dcdb8cb3ede8153d9e257ccf87314a0b
      https://github.com/WebKit/WebKit/commit/790c41d5dcdb8cb3ede8153d9e257ccf87314a0b
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  Date:   2023-01-14 (Sat, 14 Jan 2023)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/IPC/ArgumentCoderTests.cpp

  Log Message:
  -----------
  REGRESSION(258904 at main): TestIPC.ArgumentCoderTest fail
https://bugs.webkit.org/show_bug.cgi?id=250619
rdar://104260178

Unreviewed test fix missing from the revert.

258904 at main was a revert to previous functionality (revert back to
64-bit IPC destination ID, the IPC header is 16 bytes).
It did not adjust the tests.

Adjust the test, the IPC header size is as expected.

* Tools/TestWebKitAPI/Tests/IPC/ArgumentCoderTests.cpp:
(TestWebKitAPI::ArgumentCoderEncoderDecoderTest<IPC::Encoder>::headerSize const):

Canonical link: https://commits.webkit.org/258912@main




More information about the webkit-changes mailing list