Bug 56119 - jquery/effects.html times out on Windows XP Debug (Tests)
Summary: jquery/effects.html times out on Windows XP Debug (Tests)
Status: RESOLVED DUPLICATE of bug 56080
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: LayoutTestFailure, MakingBotsRed, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-03-10 10:16 PST by Adam Roben (:aroben)
Modified: 2011-03-10 11:46 PST (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) 2011-03-10 10:16:44 PST
jquery/effects.html times out on Windows XP Debug (Tests). See the URL for an example.

I think this test is just too big to be run in Windows Debug builds. Is there any way we can break it up into smaller chunks?
Comment 1 Adam Roben (:aroben) 2011-03-10 10:17:40 PST
Other options (in decreasing order of preference):

1) Add a way for certain tests to have longer timeout values
2) Skip this test in Debug builds on Windows (which would require fixing bug 55254)
3) Skip this test on Windows XP
Comment 2 Adam Roben (:aroben) 2011-03-10 10:19:32 PST
Splitting it up doesn't seem too hard. We'd have to split up jquery/resources/unit/effects.js into effects{1,2,3,...}.js and then make effects{1,2,3,...}.html to match. It would make merging future versions of the jquery test suite harder, though.
Comment 3 Adam Barth 2011-03-10 11:26:11 PST
There's a similar bug filed about GTK.  Splitting the test into smaller pieces is pretty straightforward.  I wouldn't worry too much about merging with future versions of the test suite.
Comment 4 Adam Roben (:aroben) 2011-03-10 11:46:02 PST

*** This bug has been marked as a duplicate of bug 56080 ***