Bug 11462 - REGRESSION(r17277): run-javascriptcore-tests tries to use ARGV for two conflicting purposes
Summary: REGRESSION(r17277): run-javascriptcore-tests tries to use ARGV for two confli...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://trac.webkit.org/projects/webki...
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2006-10-30 15:06 PST by Mark Rowe (bdash)
Modified: 2006-11-02 11:37 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2006-10-30 15:06:51 PST
With r17277 ARGV is now passed through to both xcodebuild and jsDriver.pl.  This makes it impossible to specify arguments to either, as the other command will fail due to not understanding the arguments.
Comment 1 mitz 2006-11-02 11:37:01 PST
Fixed by Stephanie in r17534.