Bug 28467 - http/tests/loading/preload-img-test.html fails on Windows
Summary: http/tests/loading/preload-img-test.html fails on Windows
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/Windo...
Keywords: InRadar, LayoutTestFailure, PlatformOnly
Depends on:
Blocks:
 
Reported: 2009-08-19 12:37 PDT by Adam Roben (:aroben)
Modified: 2010-04-18 09:38 PDT (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 Adam Roben (:aroben) 2009-08-19 12:37:35 PDT
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.
Comment 1 Adam Roben (:aroben) 2009-08-19 12:38:59 PDT
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.
Comment 2 Eric Seidel (no email) 2009-12-22 14:52:06 PST
This may be related to bug 30392.
Comment 3 Adam Roben (:aroben) 2010-04-18 09:38:18 PDT
<rdar://problem/7877402>