[Webkit-unassigned] [Bug 170177] LayoutTest fast/images/reset-image-animation.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 26 17:46:50 PDT 2023


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

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Hironori.Fujii at sony.com

--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
WinCairo Debug is the most flaky bot.
https://results.webkit.org/?suite=layout-tests&test=fast%2Fimages%2Freset-image-animation.html

The decoding frame seems to be delayed under heavy CPU load.
The following patch makes the test stable.

diff --git a/LayoutTests/fast/images/reset-image-animation.html b/LayoutTests/fast/images/reset-image-animation.html
index 62cb9bf09894..634a79b7be04 100644
--- a/LayoutTests/fast/images/reset-image-animation.html
+++ b/LayoutTests/fast/images/reset-image-animation.html
@@ -16,7 +16,7 @@
                 shouldBe("internals.imageFrameIndex(image)", expectedFrame.toString());
                 setTimeout(() => {
                     resolve(expectedFrame + 1);
-                }, 30);
+                }, 300);
             });
         }

-- 
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/20230427/9e8b5de1/attachment.htm>


More information about the webkit-unassigned mailing list