Skip to content

[lit] Support executable and non-executable tests with C++ Interop #59216

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
Jun 3, 2022

Conversation

drodriguez
Copy link
Contributor

In #59120 I did not realize that I was filtering tests that required
executable or non-executable features, so many tests were being skipped.

This change should recover both sets of tests and it allows us to test
C++ interop in a lot more cases.

Sadly this raises the number of failing tests with C++ interop to 425.

In swiftlang#59120 I did not realize that I was filtering tests that required
executable or non-executable features, so many tests were being skipped.

This change should recover both sets of tests and it allows us to test
C++ interop in a lot more cases.

Sadly this raises the number of failing tests with C++ interop to 425.
@drodriguez drodriguez requested review from bulbazord and plotfi June 2, 2022 02:05
@drodriguez
Copy link
Contributor Author

@swift-ci please smoke test

@hyp hyp added the c++ interop Feature: Interoperability with C++ label Jun 2, 2022
@drodriguez drodriguez merged commit 47efc38 into swiftlang:main Jun 3, 2022
@drodriguez drodriguez deleted the with-cxx-interop-executable branch June 3, 2022 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ interop Feature: Interoperability with C++
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants