Bug 11462
Summary: | REGRESSION(r17277): run-javascriptcore-tests tries to use ARGV for two conflicting purposes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mark Rowe (bdash) <mrowe> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | slewis |
Priority: | P2 | Keywords: | Regression |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://trac.webkit.org/projects/webkit/changeset/17277 |
Mark Rowe (bdash)
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
Fixed by Stephanie in r17534.