-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Tests] Consolidate expectThrowsCommandExecutionError usage #9125
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
- Add throwing and non-throwing overloads for expectThrowsCommandExecutionError in SwiftTesting+Helpers - Remove duplicate implementation from APIDiffTests - Simplify call sites by using appropriate overload without unnecessary `try`s where appropriate
@swift-ci test |
e6d2e0a
to
e7c1a68
Compare
@swift-ci please test |
@swift-ci test windows |
Most of the CI builds last passed 4 days ago. So let's retrigerred the builds to ensure they are still free @swift-ci test |
The builds failed with
Retriggering the two macOS @swift-ci test macOS |
The builds failed with
Re-triggering the Swift Test Linux Platform (smoke test), which requires also triggering the Linus self-hosted pipeline too. @swift-ci test linux |
try
s where appropriate