-
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
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.
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.
This matches the XCTest version of the test.
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 |
d505742
to
0e692c0
Compare
@swift-ci test |
@swift-ci test windows |
0e692c0
to
5ce19cf
Compare
@swift-ci test |
@swift-ci test windows |
5ce19cf
to
f2c5311
Compare
@swift-ci test |
@swift-ci test windows |
@swift-ci test |
f2c5311
to
aace277
Compare
@swift-ci test |
@swift-ci test windows |
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
aace277
to
167d459
Compare
@swift-ci test |
@swift-ci test windows |
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
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
167d459
to
63a2165
Compare
@swift-ci test |
@swift-ci test windows |
@swift-ci test macOS |
the macOS platform smoke test CI build failed unrelated to the change
Re-triggering the macOS pipelines @swift-ci smoke test macOS platform |
@swift-ci smoke test macOS platform |
@swift-ci smoketest macOS platform |
The macOS self hosted pipeline failed at the
Re-triggering macOS builds @swift-ci test macOS |
@swift-ci test self hosted macos |
@swift-ci test self hosted |
The windows self hosted pipeline has been running for over 3 hours. Let's re-trigger the build @swift-ci test self hosted windows |
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
@swift-ci test self hosted windows |
Windows self hosted failed due to a test failure
re-triggering to determine the occurrence @swift-ci test self hosted windows |
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
Migrate a few suites to Swift Teting, namely, - SwiftSDKCommandTests - MultiRootSupportTests Depends on: swiftlang#9012 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate a few suites to Swift Teting, namely, - SwiftSDKCommandTests - MultiRootSupportTests Depends on: swiftlang#9012 Relates to: swiftlang#8997 issue: rdar://157669245
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.Depends on: #9020
Relates to: #8997
issue: rdar://157669245