Bug 138268 - No way to specify target os or architecture when using the --no-copy option with run-jsc-stress-tests
Summary: No way to specify target os or architecture when using the --no-copy option w...
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-10-31 16:17 PDT by Michael Saboff
Modified: 2014-10-31 17:23 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.23 KB, patch)
2014-10-31 16:23 PDT, Michael Saboff
kling: 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-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>