[webkit-changes] [WebKit/WebKit] dda823: WebKitTestRunner crashes when run with --world-leaks

Simon Fraser noreply at github.com
Tue Feb 7 10:09:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dda823035231f73f09ed621955a45fc0af909c45
      https://github.com/WebKit/WebKit/commit/dda823035231f73f09ed621955a45fc0af909c45
  Author: Simon Fraser <simon.fraser at apple.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M Tools/WebKitTestRunner/TestController.cpp
    M Tools/WebKitTestRunner/TestController.h

  Log Message:
  -----------
  WebKitTestRunner crashes when run with --world-leaks
https://bugs.webkit.org/show_bug.cgi?id=251834
rdar://105112156

Reviewed by Cameron McCormack.

Document::identifier() (aka ScriptExecutionContext::identifier()) is now a UUID, which doesn't convert to a uint64_t,
so just convert it to a string for the abandoned documents hash key.

* Tools/WebKitTestRunner/TestController.cpp:
(WTR::TestController::didReceiveLiveDocumentsList):
* Tools/WebKitTestRunner/TestController.h:

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




More information about the webkit-changes mailing list