-
Notifications
You must be signed in to change notification settings - Fork 206
Multithreading tests and diagnostics #15
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
Multithreading tests and diagnostics #15
Conversation
merge upstream
Diagnose -i arg (swiftlang#14)
…ithread batch mode.
19cfbba
to
160cf99
Compare
@swift-ci please test |
Not sure what's going on here - the tests don't do anything special 🤔 |
Hmm. Perhaps you need to add an explicit |
We might have some configuration issues with finding |
Every time I've run it on Linux, Also, we really need to figure out toolchain-relative lookups 😕 |
Yes, definitely. |
@DougGregor so this should work? I only have access to a Mac at the moment so I can't really test this. Also, the test failed only on the last assert - should I add the target only there or to all the invocations? |
… make it pass on Linux.
Added the target argument to the one failing assert for now. |
@swift-ci please test |
@swift-ci test |
…o make it pass on Linux. Fixed inconsistent indentation.
@DougGregor now it failed on the other test - added target there as well, hopefully this will finally pass. I'm sorry about all the hassle for such small changes 😞 |
@swift-ci please test |
1 similar comment
@swift-ci please test |
No worries; we need to figure out how best to find tools within our toolchain so these tests will become target-agnostic, but that's a separate issue. |
Merge pull request apple#15 from sjavora/multithreading-tests-and-dia…
@DougGregor thanks! Should I open a PR to make some other diagnostics internal? If so, which ones? Better yet, is there a place to discuss this project on the Swift forums? https://forums.swift.org/c/development/tooling? |
Yes, I think I'd like to make all of the diagnostics internal. For discussions, I recommend https://forums.swift.org/c/development/compiler |
Addresses this FIXME. Also adds tests for the
// Multithreading
extension.