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
<rdar://problem/104972391>
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 -
Pull request: https://github.com/WebKit/WebKit/pull/9549
Test gardening commit 259776@main (1c4ab17f7733): <https://commits.webkit.org/259776@main> Reviewed commits have been landed. Closing PR #9549 and removing active labels.
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.