You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lit] Support executable and non-executable tests with C++ Interop (#59216)
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.
0 commit comments