-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Copy Testing modules/binaries in Install-Platform #76352
Copy Testing modules/binaries in Install-Platform #76352
Conversation
swiftlang/swift-foundation#908 @swift-ci please smoke test |
swiftlang/swift-foundation#908 @swift-ci please smoke test |
swiftlang/swift-foundation#908 @swift-ci please smoke test |
swiftlang/swift-foundation#908 @swift-ci please smoke test windows platform |
@swift-ci please smoke test |
There are other lingering issues in SwiftPM that prevent Foundation from adopting swift-testing at the moment. We're working on those separately, but this PR at least passes CI without the Foundation change and with the Foundation change the previous CI runs validated that this works as expected. @compnerd / @grynspan any opposition to merging this while we work on the SwiftPM issue in parallel? |
Ship it. |
In addition to XCTest, we need to copy the
Testing
modules/binaries to the staged toolchain so that downstream clients (like Foundation's unit tests) can find them.