Skip to content

[cxx-interop][LLDB] Update test for variadic templates, part 1 #9561

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
Nov 11, 2024

Conversation

egorzhdan
Copy link

@egorzhdan egorzhdan commented Nov 8, 2024

C++ class template instantiations previously did not get a valid generated Swift type name if they used variadic generics.

See swiftlang/swift#77450.

Since fully enabling the test requires the Swift PR to be merged, and the Swift PR relies on this test passing, this PR temporarily disables the failing asserts.

rdar://139435937
rdar://106459037

C++ class template instantiations previously did not get a valid generated Swift type name if they used variadic generics.

See swiftlang/swift#77450.

Since fully enabling the test requires the Swift PR to be merged, and the Swift PR relies on this test passing, this PR temporarily disables the failing asserts.

rdar://139435937
rdar://106459037
@egorzhdan egorzhdan force-pushed the egorzhdan/20240723-cxx-interop-test branch from 099ec53 to 77f4603 Compare November 11, 2024 13:34
@egorzhdan egorzhdan changed the title [cxx-interop][LLDB] Update test for variadic templates [cxx-interop][LLDB] Update test for variadic templates, part 1 Nov 11, 2024
@egorzhdan egorzhdan marked this pull request as ready for review November 11, 2024 13:35
@egorzhdan
Copy link
Author

@swift-ci please test

@egorzhdan egorzhdan merged commit 9aaee4d into stable/20240723 Nov 11, 2024
2 of 3 checks passed
@egorzhdan egorzhdan deleted the egorzhdan/20240723-cxx-interop-test branch November 11, 2024 16:24
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.

1 participant