[webkit-changes] [WebKit/WebKit] 6c72fa: REGRESSION(261559 at main) [Win] js/ShadowRealm-ifram...

Fujii Hironori noreply at github.com
Sun Mar 26 21:22:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6c72fadf79d31d56fedc26136ad0f7779c648ddd
      https://github.com/WebKit/WebKit/commit/6c72fadf79d31d56fedc26136ad0f7779c648ddd
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-03-26 (Sun, 26 Mar 2023)

  Changed paths:
    M LayoutTests/platform/wincairo/TestExpectations
    M Source/WebCore/bindings/js/GCController.cpp

  Log Message:
  -----------
  REGRESSION(261559 at main) [Win] js/ShadowRealm-iframe-detach.html is randomly timing out
https://bugs.webkit.org/show_bug.cgi?id=253868

Reviewed by Yusuke Suzuki.

After 261559 at main (bug#175336) disabled USE_CF for WinCairo, the
following tests are randomly timing out.

js/ShadowRealm-iframe-detach.html
js/ShadowRealm-importValue.html

GCController::garbageCollectSoon has to do garbageCollectNow instead
of garbageCollectOnNextRunLoop.

* LayoutTests/platform/wincairo/TestExpectations:
* Source/WebCore/bindings/js/GCController.cpp:
(WebCore::GCController::garbageCollectSoon):

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




More information about the webkit-changes mailing list