Bug 138268

Summary: No way to specify target os or architecture when using the --no-copy option with run-jsc-stress-tests
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: Tools / TestsAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch kling: review+

Description Michael Saboff 2014-10-31 16:17:33 PDT
When run-jsc-stress-tests has access to a JavaScriptCore build, it uses that build to determine the test target's OS and architecture.  We need a command line option to specify these when we don't have a JavaScriptCore build or to override those values.
Comment 1 Michael Saboff 2014-10-31 16:23:39 PDT
Created attachment 240767 [details]
Patch
Comment 2 Andreas Kling 2014-10-31 17:18:06 PDT
Comment on attachment 240767 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-10-31 17:23:21 PDT
Committed r175442: <http://trac.webkit.org/changeset/175442>