Skip to content

[🍒][cxx-interop][nfc] Disable test for strstr on Linux. #67060

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

zoecarver
Copy link
Contributor

Explanation: strstr comes from stdlib.h or cstdlib on some flavors of linux, so it won't get imported. We may need a more fine grained approach for those platforms. Until then, disable this part of the test on Linux.
Scope: C++ interoperability test
Risk: None: this is a test-only change.
Testing: Swift unit tests.
PR: #67053

@zoecarver zoecarver requested a review from a team as a code owner June 30, 2023 19:13
@zoecarver
Copy link
Contributor Author

@swift-ci please test

@bnbarham bnbarham merged commit 3494cf6 into swiftlang:release/5.9 Jun 30, 2023
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.

2 participants