-
Notifications
You must be signed in to change notification settings - Fork 390
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
Single test failure in two GCC builds only. #1389
Comments
After removing this test another test failed, as this is not a test fail (false) but a process termination. |
These test failures seem unrelated and inexplicable. Since they are only occurring in the two builds that are reporting as both DEBUG and NDEBUG we should resolve that issue first. |
Addressed by libbitcoin/libbitcoin-build#306 - The issue was unrelated to asserting NDEBUG while debug optimizing the build, but I have paired the debug optimization elsewhere. The issue was having enabled avx512 on linux systems where it is not predictably present. This was an error on my part, was testing privately and didn't revert changes before addressing a different issue. |
Resolved |
The text was updated successfully, but these errors were encountered: