Bug 34748 - Make run-iexploder-tests work on Linux
Summary: Make run-iexploder-tests work on Linux
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Andras Becsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-09 04:50 PST by Andras Becsi
Modified: 2010-02-10 01:53 PST (History)
2 users (show)

See Also:


Attachments
proposed patch (5.28 KB, patch)
2010-02-09 05:45 PST, Andras Becsi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.