Skip to content
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

i#7297 C++ exceptions: Ignore client.exception Linux failures #7342

Merged
merged 5 commits into from
Mar 11, 2025

Conversation

derekbruening
Copy link
Contributor

Adds the client.exception test to the ignore list on Linux as the
Linux private loader on glibc 2.34+ fails to support C++ exceptions.

Long-term we should either officially drop C++ exception support and
remove this test, or add support (probably via #7312).

Issue: #7297

Adds the client.exception test to the ignore list on Linux as the
Linux private loader on glibc 2.34+ fails to support C++ exceptions.

Long-term we should either officially drop C++ exception support and
remove this test, or add support (probably via #7312).

Issue: #7297
@derekbruening
Copy link
Contributor Author

Ubuntu22 check looks good: client.exception is indeed ignored for x86-64, x86-32, and aarch64.

@derekbruening derekbruening merged commit 0bdf676 into master Mar 11, 2025
26 checks passed
@derekbruening derekbruening deleted the i7297-ignore-client.exception branch March 11, 2025 00:02
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