Bug 267571 - Fix timeout in fast/images/animated-image-mp4-crash.html
Summary: Fix timeout in fast/images/animated-image-mp4-crash.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks: 265363
  Show dependency treegraph
 
Reported: 2024-01-16 01:21 PST by Said Abou-Hallawa
Modified: 2024-01-29 10:44 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2024-01-16 01:21:44 PST
Running this layout test with this command 

run-webkit-tests --debug fast/images/animated-image-mp4-crash.html --repeat=100

will timeout.

The image "two-samples-with-same-pts.mp4" is cached by the WebProcess process and is used by the same test multiple times. The repetition count of this image is 1. After the first loop, the animation stops and no more frames can be decoded for this image.
Comment 1 Radar WebKit Bug Importer 2024-01-16 01:21:59 PST
<rdar://problem/121035201>
Comment 2 Said Abou-Hallawa 2024-01-16 01:25:19 PST
Pull request: https://github.com/WebKit/WebKit/pull/22810
Comment 3 EWS 2024-01-29 10:44:11 PST
Committed 273669@main (b89b5796147b): <https://commits.webkit.org/273669@main>

Reviewed commits have been landed. Closing PR #22810 and removing active labels.