swiftlang / swift-corelibs-xctest

The XCTest Project, A Swift core library for providing unit test support
swift.org
Apache License 2.0
1.15k stars 267 forks source link

Backport async support to Swift 5.5 #335

Closed SeanROlszewski closed 3 years ago

SeanROlszewski commented 3 years ago

This PR is intended to bring the changes which were introduced in #331 to a release branch so users can take advantage of async/await in XCTest on any platform starting from Swift 5.5.

SeanROlszewski commented 3 years ago

@swift-ci please test <3

🐐

stmontgomery commented 3 years ago

I think we'll also want to back-port @compnerd 's two recent PRs to 5.5 as well (#334 and perhaps #332)

briancroom commented 3 years ago

@swift-ci please test

briancroom commented 3 years ago

Thank you!