-
Notifications
You must be signed in to change notification settings - Fork 266
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
Backport async support to 5.5, PR #2 #336
Backport async support to 5.5, PR #2 #336
Conversation
@swift-ci please test <3 |
Tests/Functional/.lit_test_times.txt
Outdated
@@ -0,0 +1,25 @@ | |||
1.238145e+01 Performance/main.swift |
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.
I don't think we want to include this file, do we? The other PR included a change to a .gitignore file to ignore this… Should we merge these two back-porting PRs into one so the .gitignore change will take effect also?
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.
Did I accidentally commit this? I'm sorry, this wasn't meant to be added.
6d77f27
to
d35b428
Compare
@swift-ci please test |
Disable this test on Windows as this is exposing a latent UB in the Concurrency runtime. It seems better to safely disable this test on Windows for the time being until the runtime is fixed.
Allow passing through `-sdk %SDKROOT%` on Windows for tests.
d35b428
to
f9722e6
Compare
@swift-ci please test |
Alright, I just cleaned this up a little bit to cleanly target |
Thank you! |
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.