-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Tests: Migrate PackageCommandTests to Swift Testing and Augment #9012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Tests: Migrate PackageCommandTests to Swift Testing and Augment #9012
Conversation
@swift-ci test |
Migrate the `BuildSystemDelegateTests` test to Swift Testing and augment the test to run against both the Native and SwiftBUild build system, in addition to the `debug`` and `release` build configuration. Depends on: swiftlang#9012 Relates to: swiftlang#8997 issue: rdar://157669245
} | ||
} | ||
} when: { | ||
(ProcessInfo.hostOperatingSystem == .windows && data.buildSystem == .swiftbuild && !withPrettyPrinting) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (non-blocking): The known issue is with windows and the swiftbuild build system. I expect that the pretty printing doesn't impact this check at all, so I would remove the check whether pretty printing is not enabled.
Migrate a few suites to Swift Teting, namely, - SwiftSDKCommandTests - MultiRootSupportTests - SwiftCommandStateTests Depends on: swiftlang#9012 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate a few suites to Swift Teting, namely, - SwiftSDKCommandTests - MultiRootSupportTests - SwiftCommandStateTests Depends on: swiftlang#9012 Relates to: swiftlang#8997 issue: rdar://157669245
37217a5
to
d505742
Compare
@swift-ci test |
Migrate the `PackageCommandTests` to Swift Testing and augment the suite to run against the Native and SwiftBuild build system, in addition to the `debug` and `release` build configurations. Relates to: swiftlang#8997 issue: rdar://157669245
d505742
to
0e692c0
Compare
@swift-ci test |
@swift-ci test windows |
Migrate the
PackageCommandTests
to Swift Testing and augment the suite to run against the Native and SwiftBuild build system, in addition to thedebug
andrelease
build configurations.Relates to: #8997
issue: rdar://157669245