-
Notifications
You must be signed in to change notification settings - Fork 10.5k
AnyHashable tests for Foundation types: add tests for bridging back to Swift types + fixes that make tests pass #3785
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
@swift-ci Please test and merge |
Why is this not using a smoke test? Is a full test necessary? |
If I new this would pass the tests, I would not need to run them. |
abfe7b8
to
d4f364c
Compare
These tests used to pass, but now master moved forward, and fixes by @jckarter are needed. Included them in this PR. |
@swift-ci Please test and merge |
d4f364c
to
914ab4b
Compare
@swift-ci Please test and merge |
914ab4b
to
4315082
Compare
@swift-ci Please test |
@swift-ci Please smoke test and merge |
OS X tests passed, Linux tests failed because of infrastructure reasons. @swift-ci Please test Linux platform |
OS X tests and Linux tests passed, merging. |
Add another batch of tests for AnyHashable.
Before merging this pull request to apple/swift repository:
Triggering Swift CI
The swift-ci is triggered by writing a comment on this PR addressed to the GitHub user @swift-ci. Different tests will run depending on the specific comment that you use. The currently available comments are:
Smoke Testing
A smoke test on macOS does the following:
device standard libraries are not built.
version of these tests are not run.
A smoke test on Linux does the following:
tests are not run.
Validation Testing
Lint Testing
Note: Only members of the Apple organization can trigger swift-ci.