-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add Swift integration tests to macOS and tvOS builds #3336
Conversation
... which apparently haven't been built in a while
Builds are currently failing with this on standard out: -fsanitize-coverage=trace-pc-guard is no longer supported by libFuzzer. Please either migrate to a compiler that supports -fsanitize=fuzzer or use an older version of libFuzzer
.travis.yml
Outdated
@@ -432,3 +432,4 @@ jobs: | |||
branches: | |||
only: | |||
- master | |||
- wilhuff/swift-integration |
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.
Intended?
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.
Yes -- that was the last commit and it enables testing in travis. Part of resolving and removing the diffbase for the PR will be to remove it. Without this no tests will run until after the PR is retargeted at master.
This is re-attempting the changes in #3284.
The project configuration differences that prevented that PR from going through have been addressed in #3296, #3315, and #3324
Note the diffbase on #3335.