Bug 255229
Summary: | REGRESSION (262714@main): compile-webkit-without-change step failing on iOS bots due to unexpected arguments | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | Tools / Tests | Assignee: | Ryan Haddad <ryanhaddad> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
262714@main used the additionalArguments property to define child processes and tests to run for iOS layout test queues. This property is also used by the compile-webkit-without-change (and likely other) steps, which results in failures like the following:
perl Tools/Scripts/build-webkit --release --child-process=5 --exclude-tests imported/w3c/web-platform-tests WK_VALIDATE_DEPENDENCIES=YES ARCHS=arm64 ONLY_ACTIVE_ARCH=NO --ios-simulator
xcodebuild: error: invalid option '--exclude-tests'
https://ews-build.webkit.org/#/builders/15/builds/3003/steps/30/logs/stdio
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/107834466>
Ryan Haddad
Pull request: https://github.com/WebKit/WebKit/pull/12574
EWS
Committed 262785@main (bf0fc8a49d4d): <https://commits.webkit.org/262785@main>
Reviewed commits have been landed. Closing PR #12574 and removing active labels.