Skip to content

[Test] Add @escaping to async refactoring tests #38614

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

Merged
merged 1 commit into from
Jul 24, 2021

Conversation

bnbarham
Copy link
Contributor

The async refactorings ignore whether a completion handler had
@escaping or not. In preparation of fixing this, fix up all functions
to have @escaping for their completion handler parameter.

Also some small miscellaneous fixes in order to reduce the number of
warnings output on test failures and also the addition of REQUIRES: concurrency on all tests.

The async refactorings ignore whether a completion handler had
`@escaping` or not. In preparation of fixing this, fix up all functions
to have `@escaping` for their completion handler parameter.

Also some small miscellaneous fixes in order to reduce the number of
warnings output on test failures and also the addition of `REQUIRES:
concurrency` on all tests.
@bnbarham bnbarham requested review from ahoppen and hamishknight July 23, 2021 23:55
@bnbarham
Copy link
Contributor Author

@swift-ci please test

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - fabb021

@bnbarham
Copy link
Contributor Author

@swift-ci please clean test Linux platform

@bnbarham bnbarham merged commit b6af50d into main Jul 24, 2021
@bnbarham bnbarham deleted the add-escaping-to-async-tests branch July 24, 2021 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants