-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Migrate DependencyResolutionTests to Swift Testing #8985
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
Migrate DependencyResolutionTests to Swift Testing #8985
Conversation
a447a3a
to
01d5bd1
Compare
@swift-ci test |
01d5bd1
to
27fa968
Compare
@swift-ci test |
@swift-ci test windows |
27fa968
to
b300cf0
Compare
@swift-ci test |
@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 but not sure if others will have opinions on the swift-format config before we merge this, might be worth breaking that out separately
b300cf0
to
6618e51
Compare
@swift-ci test |
makes sense. I removed the |
@swift-ci test windows |
Migrate the Dependency Resolution tests to Swift Testing and augment them to buid against the SwiftBuild build system
6618e51
to
310638d
Compare
@swift-ci test |
@swift-ci test windows |
The windows self-hosted pipeline failed for what appears to be an CI infrastructure issue. I'm retriggering.
@swift-ci test self hosted windows |
Migrate the Dependency Resolution tests to Swift Testing and augment them to buid against the SwiftBuild build system.
Depends on #8975.
Relates to #8997