-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
1.7.0b1 - Unittest errors building on Debian hurd-i386 #415
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
With beta2 the failures are only about the "function not implemented" error:
Full build log at: https://buildd.debian.org/status/fetch.php?pkg=python-numpy&arch=hurd-i386&ver=1%3A1.7.0~b2-1&stamp=1348954769 |
Seems to be a Hurd issue: http://web.archiveorange.com/archive/v/dpz3Spjqy0ESHmXKVt7c http://lists.gnu.org/archive/html/bug-hurd/2002-11/msg00243.html Either leave as is, or mark as knownfail on that platform? |
my suggestion would be to mark is as Knownfail on hurd |
Can you check the output of |
I see sys.platform is already used for ctypes knownfail, so that could be used for hurd too. |
The abort problem is fixed by 5ae12ea and the Besides these two things, all errors seem to be fixed. |
Fixes gh-415. This test raises "Function not implemented" on Hurd: ====================================================================== ERROR: test_flush (test_memmap.TestMemmap) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/buildd-python-numpy_1.7.0~b2-1-hurd-i386-Ws9GSv/python-numpy-1.7.0~b2/debian/tmp/usr/lib/python3/dist-packages/numpy/core/tests/test_memmap.py", line 72, in test_flush fp.flush() File "/build/buildd-python-numpy_1.7.0~b2-1-hurd-i386-Ws9GSv/python-numpy-1.7.0~b2/debian/tmp/usr/lib/python3/dist-packages/numpy/core/memmap.py", line 301, in flush self.base.flush() mmap.error: [Errno 1073741902] Function not implemented Which seems like a Hurd issue: http://web.archiveorange.com/archive/v/dpz3Spjqy0ESHmXKVt7c http://lists.gnu.org/archive/html/bug-hurd/2002-11/msg00243.html So we mark it as knownfail on that platform.
Hello,
when building 1.7.0b1 on Debian unstable hurd-i386 the tests suite returns some error:
Full build log is available at: https://buildd.debian.org/status/fetch.php?pkg=python-numpy&arch=hurd-i386&ver=1%3A1.7.0~b1-1&stamp=1346549189
Regards,
Sandro
The text was updated successfully, but these errors were encountered: