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 5.5, PR #2 #336

Closed SeanROlszewski closed 3 years ago

SeanROlszewski commented 3 years ago

This includes a set of changes that @compnerd landed. We're back porting these to 5.5 so more users can take advantage of async/await in XCTest.

SeanROlszewski commented 3 years ago

@swift-ci please test <3

briancroom commented 3 years ago

@swift-ci please test

briancroom commented 3 years ago

@swift-ci please test

briancroom commented 3 years ago

Alright, I just cleaned this up a little bit to cleanly target release/5.5 now that https://github.com/apple/swift-corelibs-xctest/pull/335 landed, and to not add the additional file.

briancroom commented 3 years ago

Thank you!