-
-
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
'ApprovalTests' fails in Catch 2.10.0 #1780
Comments
@amitherman95 can you reproduce that only on mingw or also on other compiler? I would not be surprised if it would be Mingw issue similar to #1782 where |
Judging by the difference in stringification, the underlying library has decided to always print out 3 digits for the exponent of scientific numbers, unlike all other double formatting libraries. On top of my head I can't say whether that is an allowed implementation, or straight out bug though. |
Judging by this
It is a straight out 3rd party bug. |
I can reproduce this on Alpine Linux using the latest catch2 (2.12.4 currently). @horenmar do you have a link to an issue for the 3rd party bug? |
Describe the bug
CTest failure
Reproduction steps
just type 'ctest -j 2 --output-on-failure'
Platform information:
Additional context
CTest output:
Is this an expected behavior?
The text was updated successfully, but these errors were encountered: