Bug 35700

Summary: Some of the newly added Java tests fail randomly on buildbot
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
proposed fix mitz: review+

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.