[Webkit-unassigned] [Bug 214673] [Win10] js/weakref-finalizationregistry.html is frequently timing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 21 22:02:14 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=214673

--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
It's flaky timeout for WinCairo Debug on my PC.
But, it will pass constantly by applying this patch.

diff --git a/LayoutTests/js/script-tests/weakref-finalizationregistry.js b/LayoutTests/js/script-tests/weakref-finalizationregistry.js
index 130c6c81d4de..be85642f01f0 100644
--- a/LayoutTests/js/script-tests/weakref-finalizationregistry.js
+++ b/LayoutTests/js/script-tests/weakref-finalizationregistry.js
@@ -18,7 +18,7 @@ function turnEventLoop() {
         setTimeout(() => {
             gc();
             resolve();
-        }, 1);
+        }, 30);
     });
 }

Does GC thread need a time to collect?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231122/a5dcf7ed/attachment.htm>


More information about the webkit-unassigned mailing list