Bug 247715

Summary: [Tests] fast/image/low-memory-decode.html can timeout
Product: WebKit Reporter: Claudio Saavedra <csaavedra>
Component: New BugsAssignee: Claudio Saavedra <csaavedra>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=213386

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