Bug 133409 - Change run-jsc-stress-tests to not resolve jsc path locally when creating a bundle
Summary: Change run-jsc-stress-tests to not resolve jsc path locally when creating a b...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-30 11:08 PDT by Michael Saboff
Modified: 2014-05-30 11:19 PDT (History)
0 users

See Also:


Attachments
Patch (1.20 KB, patch)
2014-05-30 11:12 PDT, Michael Saboff
fpizlo: review+
Details | Formatted Diff | Diff

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