Bug 28319 - [Qt] run-webkit-tests hangs on certain pixel tests with nonfinite tests
Summary: [Qt] run-webkit-tests hangs on certain pixel tests with nonfinite tests
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL: http://philip.html5.org/tests/canvas/...
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-08-14 14:47 PDT by George Wright
Modified: 2010-03-11 02:11 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Wright 2009-08-14 14:47:05 PDT
The testcase in the URL causes run-webkit-tests to hang when trying to process that file for pixel tests. It seems it is hanging on all test cases that use the Infinity keyword.

It seems that DumpRenderTree Qt is reporting an incorrect PNG length when dumping the PNG data (or more likely that the PNG data is being truncated), which is causing run-webkit-tests to hang waiting for more data which doesn't come.
Comment 1 Kent Hansen 2010-03-11 02:11:41 PST
The URL is not valid. Please attach the testcase to this bug.