Bug 142112 - Add ability for run-jsc-benchmarks to set library path from test binary when run on a build bot
Summary: Add ability for run-jsc-benchmarks to set library path from test binary when ...
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: 2015-02-27 15:16 PST by Michael Saboff
Modified: 2015-02-27 15:32 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.31 KB, patch)
2015-02-27 15:20 PST, 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 2015-02-27 15:16:47 PST
The build bot scripts that import a build from another build bot put the build in a sub directory called buildToTest.  To use run-jsc-benchmarks on a build bot the path to jsc doesn't include the current prefixes that run-jsc-benchmarks looks for, like Release/, Debug/, etc.  We should make someDir/jsc use someDir for the library path as well.
Comment 1 Michael Saboff 2015-02-27 15:20:34 PST
Created attachment 247562 [details]
Patch
Comment 2 Michael Saboff 2015-02-27 15:32:19 PST
Committed r180787: <http://trac.webkit.org/changeset/180787>