Bug 133409

Summary: Change run-jsc-stress-tests to not resolve jsc path locally when creating a bundle
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: Tools / TestsAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch fpizlo: review+

Description Michael Saboff 2014-05-30 11:08:58 PDT
When creating a bundle, run-jsc-stress-tests get the canonical path for "jsc".  This doesn't work when the bundle is intended for a remote system.  The create tar file case should behave just like the remote case.
Comment 1 Michael Saboff 2014-05-30 11:12:28 PDT
Created attachment 232298 [details]
Patch
Comment 2 Michael Saboff 2014-05-30 11:19:54 PDT
Committed r169489: <http://trac.webkit.org/changeset/169489>