| Summary: | [ Ventura ] fast/images/animated-heics-verify.html is a flaky time out. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bri Harris <bharris9> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | mmaxfield, sabouhallawa, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Bri Harris
2023-02-02 12:21:27 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 - 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. |