-
Notifications
You must be signed in to change notification settings - Fork 95
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
6 tests fail #2980
Comments
Please could you post the errors? |
All errors are in the linked log file, see above. |
I have an idea about some of these. serial_testsSeveral failed tests here. First one is a death test:
These are not super robust on clang, so might be sensible to turn off Timer test:
Looks like it doesn't like the regex we're using. I guess it's test-backtrace:
Might be due to name mangling or the backtrace library giving us different output than on Linux? It would be helpful to print the full output in failure here. test-command-args
Looks like FreeBSD is giving us empty error messages for some filesystem operations that we're expecting to fail. We're using POSIX test-squash
This is maybe a test that should be in test-stopCheck and test-coordinates-initializationThese both fail with |
These tests fail:
Here is the LastTest.log file.
Version: 5.1.1
clang-18
Python-3.11
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: