-
Notifications
You must be signed in to change notification settings - Fork 5
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
Tests are failing with Clang 12 on OSX #2
Comments
Thanks a lot for reporting this! We'll have a look at these failures, but unfortunately, there is next to no support we can give on OSX. |
You might be able to reproduce this on Linux with clang 12 as well. |
We were unsuccessful when trying to reproduce this with clang 12 on Linux (CentOS 7). It might be something specific to OSX, in which case there is little we can do. |
With release 6.0.0 another test is failing on OSX:
|
Building UtilsOS fails with Clang 12 on OSX:
The
PeriodicSystemTest.MultiplicationWorksMolecular
test seems to fail due to different byte orders in an object, which might point to relying on undefined behaviourAnd the
OptimizerTests.DimerTest_4
is failing withHere is also the test summary
The text was updated successfully, but these errors were encountered: