-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Tests: Migrate 2 suites to Swift Testing #9017
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 2 suites to Swift Testing #9017
Conversation
56d2213
to
2e0a0ef
Compare
5954b71
to
47f63a3
Compare
@swift-ci test |
Migrate a few suites to Swift Teting, namely, - SwiftSDKCommandTests - MultiRootSupportTests Depends on: swiftlang#9012 Relates to: swiftlang#8997 issue: rdar://157669245
47f63a3
to
ee16803
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!
return false | ||
} | ||
} | ||
return true |
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): for fun, you could also make this helper a one-line implementation! :D
return subset.allSatisfy({ array.contains($0) })
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.
Thanks for this. I'll address this in a follow-up change.
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,
Depends on: #9012
Relates to: #8997
issue: rdar://157669245