[Webkit-unassigned] [Bug 220145] [WinCairo] Some JS tests are timing out only in Debug builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 24 17:12:00 PST 2020


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

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
This issue is reproducible by invoking DumpRenderTree.exe manually.
DumpRenderTree.exe took 41 seconds, while WebKitTestRunner.exe took 4 seconds.

PS C:\home\webkit\gc> Measure-Command { .\WebKitBuild\Debug\bin64\DumpRenderTree.exe file:///C:/home/webkit/gc/LayoutTests/js/comparison-operators-greater.html }
Days              : 0
Hours             : 0
Minutes           : 0
Seconds           : 41
Milliseconds      : 762
Ticks             : 417627073
TotalDays         : 0.000483364667824074
TotalHours        : 0.0116007520277778
TotalMinutes      : 0.696045121666667
TotalSeconds      : 41.7627073
TotalMilliseconds : 41762.7073
PS C:\home\webkit\gc> Measure-Command { .\WebKitBuild\Debug\bin64\WebKitTestRunner.exe file:///C:/home/webkit/gc/LayoutTests/js/comparison-operators-greater.html }
Days              : 0
Hours             : 0
Minutes           : 0
Seconds           : 4
Milliseconds      : 813
Ticks             : 48136172
TotalDays         : 5.5713162037037E-05
TotalHours        : 0.00133711588888889
TotalMinutes      : 0.0802269533333333
TotalSeconds      : 4.8136172
TotalMilliseconds : 4813.6172
PS C:\home\webkit\gc>

-- 
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/20201225/c008469c/attachment.htm>


More information about the webkit-unassigned mailing list