-
Notifications
You must be signed in to change notification settings - Fork 307
Port SwiftPMBuildSystemTests to Swift Testing #2176
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?
Conversation
@swift-ci test |
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.
Thank you. Looks good to me, just a couple minor comments inline. Also great to see that there aren’t any other issues with using Swift Testing in Swift CI.
And Swift CI failed because of a formatting issue. Can you run swift format -ipr .
to format the patch?
Tests/BuildSystemIntegrationTests/SwiftPMBuildSystemTests.swift
Outdated
Show resolved
Hide resolved
Tests/BuildSystemIntegrationTests/SwiftPMBuildSystemTests.swift
Outdated
Show resolved
Hide resolved
Tests/BuildSystemIntegrationTests/SwiftPMBuildSystemTests.swift
Outdated
Show resolved
Hide resolved
2e4a635
to
dfc7c7b
Compare
@swift-ci test |
@swift-ci test macOS |
@swift-ci test Windows |
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.
LGTM, thank you!
Looks like test execution crashed on macOS while executing the first test 🤔 |
This is in preparation for parameterizing these tests to use either SwiftPM's native or Swift Build based build system