Bug 28467
Summary: | http/tests/loading/preload-img-test.html fails on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | eric |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, PlatformOnly |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://build.webkit.org/results/Windows%20Release%20(Tests)/r47516%20(3558)/http/tests/loading/preload-img-test-pretty-diff.html |
Adam Roben (:aroben)
http/tests/loading/preload-img-test.html seems to be failing on Windows. It started failing after r47148, but it seems extremely unlikely that that revision actually caused the failure.
I've added the test to the Skipped file for now.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
I did some investigation of this today. I can reproduce the failure like this:
run-webkit-tests http/tests/incremental/split-hex-entities.pl http/tests/loading/bad-server-subframe.html http/tests/loading/preload-img-test.html
Removing either of the first two tests makes the failure go away.
The test seems to be failing because the synchronous XHR to load /resources/network-simulator.php?command=reset-resource-count is timing out. The resource count never gets reset, so the old value from the last time the tests was run is maintained.
Eric Seidel (no email)
This may be related to bug 30392.
Adam Roben (:aroben)
<rdar://problem/7877402>