-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
XML Reporter doesn't output stderr / stdin when there is a segfault #2819
Comments
Are you running the binary standalone, or inside some IDE? By default Catch2 is not touching the streams, so they might show. Note the might here, because the compiler is fully within its rights to just delete everything in the test case due to the code invoking UB. |
I'm using Clion. They use the
Without
|
I tested on the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
No output when segfault during test
Expected behavior
Output
Reproduction steps
Platform information:
Additional context
Similar to #1514
The text was updated successfully, but these errors were encountered: