[Webkit-unassigned] [Bug 55578] http/tests/misc/acid3.html sometimes fails on Windows due to a subtest taking too long

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 08:04:39 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55578





--- Comment #2 from Adam Roben (:aroben) <aroben at apple.com>  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?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list