Bug 255229 - REGRESSION (262714@main): compile-webkit-without-change step failing on iOS bots due to unexpected arguments
Summary: REGRESSION (262714@main): compile-webkit-without-change step failing on iOS b...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryan Haddad
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-10 08:56 PDT by Ryan Haddad
Modified: 2023-04-10 14:33 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2023-04-10 08:56:55 PDT
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
Comment 1 Radar WebKit Bug Importer 2023-04-10 08:57:11 PDT
<rdar://problem/107834466>
Comment 2 Ryan Haddad 2023-04-10 09:15:36 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12574
Comment 3 EWS 2023-04-10 14:32:59 PDT
Committed 262785@main (bf0fc8a49d4d): <https://commits.webkit.org/262785@main>

Reviewed commits have been landed. Closing PR #12574 and removing active labels.