NEW251624
[ Ventura ] fast/images/animated-heics-verify.html is a flaky time out.
https://bugs.webkit.org/show_bug.cgi?id=251624
Summary [ Ventura ] fast/images/animated-heics-verify.html is a flaky time out.
Bri Harris
Reported 2023-02-02 12:21:27 PST
fast/images/animated-heics-verify.html is a flaky time out. HISTORY: https://results.webkit.org/?suite=layout-tests&test=fast%2Fimages%2Fanimated-heics-verify.html I was able to reproduce this failure as follows: run-webkit-test fast/images/animated-heics-verify.html --force This test has alternated between time outs and crashes. It has had multiple expectations set without any recent bugs filed. Creating bug and resetting expectations to follow along with original expectation needs of https://commits.webkit.org/212002@main
Attachments
Radar WebKit Bug Importer
Comment 1 2023-02-02 12:21:57 PST
Bri Harris
Comment 2 2023-02-02 12:22:30 PST
DIFF TEXT: @@ -1,21 +1,9 @@ +FAIL: Timed out waiting for notifyDone to be called + Verify HEICS image properties can be retrieved. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -The image resources/sticker.heics was loaded successfully. The image resources/sea_animation.heics was loaded successfully. -PASS internals.imageFrameCount(image1) is 96 -PASS Math.round(internals.imageFrameDurationAtIndex(image1, 0) * 1000) is 100 -PASS Math.round(internals.imageFrameDurationAtIndex(image1, 48) * 1000) is 100 -PASS Math.round(internals.imageFrameDurationAtIndex(image1, 95) * 1000) is 100 - -PASS internals.imageFrameCount(image2) is 120 -PASS Math.round(internals.imageFrameDurationAtIndex(image2, 0) * 1000) is 40 -PASS Math.round(internals.imageFrameDurationAtIndex(image2, 60) * 1000) is 40 -PASS Math.round(internals.imageFrameDurationAtIndex(image2, 119) * 1000) is 40 -PASS successfullyParsed is true - -TEST COMPLETE -
Bri Harris
Comment 3 2023-02-02 12:36:43 PST
EWS
Comment 4 2023-02-02 13:28:30 PST
Test gardening commit 259776@main (1c4ab17f7733): <https://commits.webkit.org/259776@main> Reviewed commits have been landed. Closing PR #9549 and removing active labels.
Alexey Proskuryakov
Comment 5 2023-02-06 15:41:39 PST
Crashes are a recent regression. This test used to time out until January 13th, and now it's also crashing. We should track those separately.
Note You need to log in before you can comment on or make changes to this bug.