Bug 133089

Summary: [iOS] REGRESSION (r168910): webkitdirs.pm: Be more forgiving when parsing --sdk, --device and --sim
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, dbates, ddkilzer, dfarler
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 129535    
Bug Blocks:    
Attachments:
Description Flags
Patch v1 none

Description David Kilzer (:ddkilzer) 2014-05-19 15:55:01 PDT
If both '--sdk SDKROOT' and '--sim' are specified on the command line, we would remove the '--sdk' arguments, but leave '--sim', potentially passing it along to xcodebuild causing a build failure.  This happens when 'old-run-webkit-tests --release --sim' invokes build-dumprendertree when DumpRenderTree hasn't been built yet.
Comment 1 David Kilzer (:ddkilzer) 2014-05-19 15:58:40 PDT
This is technically a regression from r168910:

    [iOS] Support TestWebKitAPI in the iOS Simulator
    <http://webkit.org/b/129535>
Comment 2 David Kilzer (:ddkilzer) 2014-05-19 16:00:23 PDT
Created attachment 231731 [details]
Patch v1
Comment 3 WebKit Commit Bot 2014-05-19 17:44:31 PDT
Comment on attachment 231731 [details]
Patch v1

Clearing flags on attachment: 231731

Committed r169088: <http://trac.webkit.org/changeset/169088>
Comment 4 WebKit Commit Bot 2014-05-19 17:44:34 PDT
All reviewed patches have been landed.  Closing bug.