Bug 142112

Summary: Add ability for run-jsc-benchmarks to set library path from test binary when run on a build bot
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: Tools / TestsAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: lforschler
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch fpizlo: review+

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>