Skip to content
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

Merged

Conversation

SeanROlszewski
Copy link
Contributor

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
Copy link
Contributor Author

@swift-ci please test <3

@@ -0,0 +1,25 @@
1.238145e+01 Performance/main.swift
Copy link
Contributor

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?

Copy link
Member

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.

@briancroom briancroom force-pushed the chefski/backport-async-support-to-5.5-windows-fix branch from 6d77f27 to d35b428 Compare November 16, 2021 22:02
@briancroom
Copy link
Contributor

@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.
@briancroom briancroom force-pushed the chefski/backport-async-support-to-5.5-windows-fix branch from d35b428 to f9722e6 Compare November 16, 2021 22:10
@briancroom
Copy link
Contributor

@swift-ci please test

@briancroom
Copy link
Contributor

Alright, I just cleaned this up a little bit to cleanly target release/5.5 now that #335 landed, and to not add the additional file.

@briancroom
Copy link
Contributor

Thank you!

@briancroom briancroom merged commit 39926a8 into release/5.5 Nov 17, 2021
@briancroom briancroom deleted the chefski/backport-async-support-to-5.5-windows-fix branch November 17, 2021 03:05
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.

4 participants