Bug 28319
| Summary: | [Qt] run-webkit-tests hangs on certain pixel tests with nonfinite tests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | George Wright <gwright> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | kent.hansen |
| Priority: | P2 | Keywords: | Qt |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| URL: | http://philip.html5.org/tests/canvas/suite/tests/2d.imageData.create.nonfinite.html | ||
George Wright
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kent Hansen
The URL is not valid. Please attach the testcase to this bug.