Bug 251624 - [ Ventura ] fast/images/animated-heics-verify.html is a flaky time out.
Summary: [ Ventura ] fast/images/animated-heics-verify.html is a flaky time out.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-02 12:21 PST by Bri Harris
Modified: 2023-02-06 15:41 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bri Harris 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
Comment 1 Radar WebKit Bug Importer 2023-02-02 12:21:57 PST
<rdar://problem/104972391>
Comment 2 Bri Harris 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
-
Comment 3 Bri Harris 2023-02-02 12:36:43 PST
Pull request: https://github.com/WebKit/WebKit/pull/9549
Comment 4 EWS 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.
Comment 5 Alexey Proskuryakov 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.