Bug 35700 - Some of the newly added Java tests fail randomly on buildbot
Summary: Some of the newly added Java tests fail randomly on buildbot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-03 13:52 PST by Alexey Proskuryakov
Modified: 2010-03-03 14:23 PST (History)
0 users

See Also:


Attachments
proposed fix (151.76 KB, patch)
2010-03-03 14:02 PST, Alexey Proskuryakov
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-03-03 13:52:35 PST
Sometimes missing "TEST COMPLETE" message. I think that we may be hitting bug 28328 here.
Comment 1 Alexey Proskuryakov 2010-03-03 14:02:40 PST
Created attachment 49944 [details]
proposed fix
Comment 2 mitz 2010-03-03 14:07:28 PST
Comment on attachment 49944 [details]
proposed fix

> +debug('<br /><span class="pass">TEST COMPLETE</span>');

<br /> ?

rs=me
Comment 3 Alexey Proskuryakov 2010-03-03 14:23:27 PST
> <br /> ?

Yes, copied from js-test-post.js. Maybe it's needed for XHTML? I'd like these to be in sync, in any case.

Committed revision 55477.