[webkit-changes] [WebKit/WebKit] 0ea64a: REGRESSION(255346 at main): [ macOS Debug ] 5X TestWe...

Commit Queue noreply at github.com
Mon Oct 10 14:39:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0ea64aee050ac3502d59935937f13de25f1cf694
      https://github.com/WebKit/WebKit/commit/0ea64aee050ac3502d59935937f13de25f1cf694
  Author: Alex Christensen <achristensen at webkit.org>
  Date:   2022-10-10 (Mon, 10 Oct 2022)

  Changed paths:
    M Source/JavaScriptCore/runtime/JSCJSValue.h
    M Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm

  Log Message:
  -----------
  REGRESSION(255346 at main): [ macOS Debug ] 5X TestWebKitAPI.IPCTestingAPI.(API tests) are constant timeouts/failures
https://bugs.webkit.org/show_bug.cgi?id=246288
rdar://100992210

Unreviewed.

Changing FrameID from a uint64_t to two uint64_t requires an update to the IPC testing, which used it ias a uint64_t before.
Now it's an array of two uint64_t's.

* Source/JavaScriptCore/runtime/JSCJSValue.h:
* Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp:
(WebKit::IPCTestingAPI::encodeArgument):
(WebKit::IPCTestingAPI::JSIPC::frameID):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:
(TEST):

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




More information about the webkit-changes mailing list