Bug 34748

Summary: Make run-iexploder-tests work on Linux
Product: WebKit Reporter: Andras Becsi <abecsi>
Component: Tools / TestsAssignee: Andras Becsi <abecsi>
Status: RESOLVED FIXED    
Severity: Normal CC: vestbo, zecke
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
proposed patch none

Description Andras Becsi 2010-02-09 04:50:58 PST
WebKitTools/Scripts/run-iexploder-tests currently only works on Mac, make it work on Linux too.
Comment 1 Andras Becsi 2010-02-09 05:45:18 PST
Created attachment 48408 [details]
proposed patch
Comment 2 Adam Barth 2010-02-09 12:14:41 PST
Comment on attachment 48408 [details]
proposed patch

Looks good to me.  One minor point:

+ &waitForHTTPDLock &getWaitTime

Should we put those on separate lines like you've done with the rest?
Comment 3 Andras Becsi 2010-02-10 01:10:12 PST
(In reply to comment #2)
> (From update of attachment 48408 [details])
> Looks good to me.  One minor point:
> 
> + &waitForHTTPDLock &getWaitTime
> 
> Should we put those on separate lines like you've done with the rest?
Thanks, I missed that one.
Comment 4 Andras Becsi 2010-02-10 01:52:31 PST
Committed in revision 54590. Closing bug.
Comment 5 Andras Becsi 2010-02-10 01:53:32 PST
Comment on attachment 48408 [details]
proposed patch

Clearing flags.