Bug 247715 - [Tests] fast/image/low-memory-decode.html can timeout
Summary: [Tests] fast/image/low-memory-decode.html can timeout
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Claudio Saavedra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-09 22:40 PST by Claudio Saavedra
Modified: 2022-11-14 02:00 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claudio Saavedra 2022-11-09 22:40:15 PST
I think it's a mistake for this test to return early and not call notifyDone(). It causes timeouts on failures, masking potential problems. Also endSimulatedPressure() is not called.
Comment 1 Claudio Saavedra 2022-11-09 23:42:41 PST
https://github.com/WebKit/WebKit/pull/6335