WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
55578
http/tests/misc/acid3.html sometimes fails on Windows due to a subtest taking too long
https://bugs.webkit.org/show_bug.cgi?id=55578
Summary
http/tests/misc/acid3.html sometimes fails on Windows due to a subtest taking...
Adam Roben (:aroben)
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Roben (:aroben)
Comment 1
2011-03-02 08:01:40 PST
Here's test 69:
http://trac.webkit.org/browser/trunk/LayoutTests/http/tests/misc/acid3.html?rev=60999#L2437
Adam Roben (:aroben)
Comment 2
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?
Adam Roben (:aroben)
Comment 3
2011-03-02 08:33:52 PST
<
rdar://problem/9075086
>
Adam Roben (:aroben)
Comment 4
2011-03-15 09:47:59 PDT
This just happened again:
http://build.webkit.org/builders/Windows%207%20Release%20%28Tests%29/builds/10417
Adam Roben (:aroben)
Comment 5
2011-03-17 09:33:45 PDT
And again:
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r81355%20(10512)/results.html
Adam Roben (:aroben)
Comment 6
2011-03-17 11:20:56 PDT
And again:
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r81363%20(10517)/http/tests/misc/acid3-pretty-diff.html
Adam Roben (:aroben)
Comment 7
2011-04-01 07:01:24 PDT
This is one of the most-frequent causes of flakiness on the Windows 7 bots.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug