-
Notifications
You must be signed in to change notification settings - Fork 319
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
Test errors with LLVM Clang on Ubuntu 24.04 #505
Comments
With the change from #506, the list of failing tests reduces to this for me:
|
Re-ran all tests with b77508e with the following results:
|
I re-ran all tests again with 3d5697d (plus the changes from #535) with the following results:
|
Repeated with 130758c (without any local changes):
|
Sorry, a bug sneaked in. Most of these should be fixed now. |
Thanks for the quick turnaround! Would it make that some of these tests get the |
When I added the label "quick" I sorted the tests on some of my platforms by time. For <1s I set label "quick" and for >10s label "slow". So there is no rocket science behind. Computers get faster but generally I think this is still usable classification. At the same time it is not too strict so it may make sense to break the rule to get better representation. |
I re-ran the tests with a current head (073697a) of the repository with the following results:
|
When configuring with
CC=clang CXX=clang++ cmake -DWITH_OpenMP=ON -DOpenMP_C_FLAGS=-fopenmp=libgomp -DOpenMP_CXX_FLAGS=-fopenmp=libgomp --fresh ..
on Ubuntu 24.04, the following tests are failing:Please, let me know if you need further details.
The text was updated successfully, but these errors were encountered: