-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
1.21.5: tests failures on some Debian architectures #20635
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
Comments
Hmmm, quick scan, most failures seem to be related to floating point errors and I am not sure how much trouble we should go to try and get those right... This one worries me a bit more:
It happens in the line:
But I wonder if it is something weird to do with |
Armel doesn't have an FPU, correct? Are the instructions trapped and emulated, or is it library based? I'm trying to see how much can be attributed to the library (if used) and the reporting of exceptions (if available). |
i must admit i'm not really knowledgable on all the specs and quirks of these "uncommon" archs. there's a main debian archs list here which contains references to each of them, here's the one for armel |
FYI (cross-reference): The i386 failure of |
closing outdated issues i reported long ago |
Hello,
i've just uploaded numpy/1.21.5 and the test suite produced some failures on a few architectures we support. Please note you're going to find 2 sets of test results, because we're building for both Python 3.9.9 and Python 3.10.1.
armel
full build log
failures summary:
i386
full build log
mipsel
full build log
The text was updated successfully, but these errors were encountered: