Bug 55578 - http/tests/misc/acid3.html sometimes fails on Windows due to a subtest taking too long
Summary: http/tests/misc/acid3.html sometimes fails on Windows due to a subtest taking...
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:
Keywords: InRadar, LayoutTestFailure, MakingBotsRed, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-03-02 07:58 PST by Adam Roben (:aroben)
Modified: 2011-04-01 07:01 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-03-02 07:58:40 PST
http/tests/misc/acid3.html sometimes fails on Windows. Here's an example:

http://build.webkit.org/builders/Windows%207%20Release%20%28Tests%29/builds/9903
http://build.webkit.org/builders/Windows%207%20Release%20%28Tests%29/builds/9904
http://build.webkit.org/builders/Windows%207%20Release%20%28Tests%29/builds/9905

The test only failed in build 9904. The test output said:

ALERT: Test 69 failed: timeout -- could be a networking issue

I don't think this is a new issue, but only recently have the bots been green enough to notice it.
Comment 2 Adam Roben (:aroben) 2011-03-02 08:04:39 PST
Apparently for a test to time out, it must return "retry" 500 times in a row. Test 69 returns "retry" in this case:

if (kungFuDeathGrip.title.length < 7)
    return "retry";

Looks like kungFuDeathGrip.title gets set up in test 65 by loading a bunch of iframes: http://trac.webkit.org/browser/trunk/LayoutTests/http/tests/misc/acid3.html?rev=60999#L2306

So I guess we're stalling while waiting for those iframes to load?
Comment 3 Adam Roben (:aroben) 2011-03-02 08:33:52 PST
<rdar://problem/9075086>
Comment 4 Adam Roben (:aroben) 2011-03-15 09:47:59 PDT
This just happened again:

http://build.webkit.org/builders/Windows%207%20Release%20%28Tests%29/builds/10417
Comment 7 Adam Roben (:aroben) 2011-04-01 07:01:24 PDT
This is one of the most-frequent causes of flakiness on the Windows 7 bots.