Skip to content

Update to support the latest Corelibs XCTest #270

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

Merged
merged 1 commit into from
Mar 2, 2016

Conversation

briancroom
Copy link
Contributor

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.

@@ -81,7 +81,7 @@ class TestNSString : XCTestCase {
("test_ExternalRepresentation", test_ExternalRepresentation),
("test_mutableStringConstructor", test_mutableStringConstructor),
("test_PrefixSuffix", test_PrefixSuffix),
("test_reflection", test_reflection),
("test_reflection", { _ in test_reflection }),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated to this change but we should consider moving this into an actual test scope.

@phausler
Copy link
Contributor

Overall looks good to me, as soon as swiftlang/swift-corelibs-xctest#40 is merged we should bring this in as well

mike-ferris pushed a commit that referenced this pull request Mar 2, 2016
Update to support the latest Corelibs XCTest
@mike-ferris mike-ferris merged commit ab8ffd1 into swiftlang:master Mar 2, 2016
@briancroom briancroom deleted the update_allTests branch March 2, 2016 04:03
atrick pushed a commit to atrick/swift-corelibs-foundation that referenced this pull request Jan 12, 2021
[test] Fix data race in build system test
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.

3 participants