-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[CxxInterop] Add tests for static variables #31362
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 |
@swift-ci Please test Windows |
@hlopko I'm not sure how this failure got through PR testing. Have you already fixed it or do I need to XFAIL the test? https://ci.swift.org/job/oss-swift_tools-RA_stdlib-DA_test-device-non_executable/70/consoleFull TEST 'Swift(iphoneos-armv7) :: Interop/Cxx/static/static-var-irgen.swift' FAILED test/Interop/Cxx/static/static-var-irgen.swift:49:11: error: CHECK: expected string not found in input |
Fix coming in #31530. Thanks for reporting. As for why it was not caught by presubmits, I though we only have macos presubmits, no ios? Maybe @shahmishal can clarify? |
SR-12464