-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[Threading][test] Repair none threading tests #59561
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
[Threading][test] Repair none threading tests #59561
Conversation
|
@swift-ci Please smoke test |
|
preset=buildbot_incremental_linux_crosscompile_wasm |
50ed98a to
b0001a9
Compare
|
preset=buildbot_incremental_linux_crosscompile_wasm |
|
@swift-ci Please smoke test |
|
@al45tair Kindly ping :) |
al45tair
left a comment
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.
Mostly looks fine, though I'm not sure we should remove the threading_package_default line in test/CMakeLists.txt. We should be passing the threading package name that we expect to use through to lit.
b0001a9 to
cb5a1a3
Compare
|
@swift-ci please smoke test |
…ds mode. If the threading package is set to "none", don't actually use threads in the unit tests. rdar://95011060
cb5a1a3 to
356156d
Compare
|
preset=buildbot_incremental_linux_crosscompile_wasm |
|
@swift-ci Please smoke test |
249d08b to
356156d
Compare
|
Thank you for quick review 😄 |
|
😊 Thank-you for working on this — and I'm glad the threading package stuff is useful for you. |
This fixes the all tests on no-thread based on #59403