[Webkit-unassigned] [Bug 213386] [GTK] fast/images/low-memory-decode.html is timing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 22:32:54 PST 2022


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

Claudio Saavedra <csaavedra at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |csaavedra at igalia.com

--- Comment #2 from Claudio Saavedra <csaavedra at igalia.com> ---
I see the test is now crashing instead of timing out in the GTK bots. However, for me it's timing out locally. The reason for the timeout is that tryFinish() does not always call testRunner.notifyDone(), so the test is forever waiting for it. IMO the test should always call test.runnerNotifyDone() and internals.endSimulatedMemoryPressure(), regardless of whether the image was decoded correctly or not. So I will fix that in a separate bug (because the test is still failing after fixing that).

-- 
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/20221110/941581f1/attachment.htm>


More information about the webkit-unassigned mailing list