-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update the allTests declarations for compatibility with the latest Corelibs XCTest #158
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
Conversation
Oh man. Revlock… :D |
Update the allTests declarations for compatibility with the latest Corelibs XCTest
👍🏻 |
this is breaking with latest tool chain
|
@aciidb0mb3r with this having been merged, the SwiftPM tests will need to be built against the master branch of corelibs-xctest rather than the version included in the toolchain. SwiftPM's It's slightly unfortunate that this got merged in so shortly after a toolchain snapshot was released since it will presumably be at least a week until the snapshots catch up. On the plus side, however, we don't foresee needing to make any more breaking changes like this as a result of working towards API compatibility with Apple XCTest. |
Ug, yeah. I didn't really think about coordinating with the snapshot dates... |
Posting this for reference
|
@briancroom the |
@aciidb0mb3r hmm yeah, it seems that the linker is finding the snapshot's @mike-ferris-apple neither did I! Hopefully another one will be posted early next week already, though. |
Commands can now report additional errors, notes and warnings, not tied to a command process as before. This is used by the `StaleFileRemoval` command to report deleted files and demotes all its errors to warnings.
This is a follow-up to swiftlang#158 to add the newly added delegate methods to llbuild's C API.
This includes the necessary changes for the test suite to build and run with the
swift-corelibs-xctest
changes proposed in swiftlang/swift-corelibs-xctest#40 and should be merged in coordination with that PR.