diff options
author | Ondřej Čertík <ondrej.certik@gmail.com> | 2012-11-13 17:37:50 -0800 |
---|---|---|
committer | Ondřej Čertík <ondrej.certik@gmail.com> | 2012-11-13 17:42:01 -0800 |
commit | f6cab0a8afc16137e8e0edb3e657494d37d8d211 (patch) | |
tree | 7c34d86ee4d0fa785e51eaf8bba351c848eb51c5 /numpy/doc/basics.py | |
parent | ddb71564755d2ce803f7bd00614ae160e1a618b9 (diff) | |
download | numpy-f6cab0a8afc16137e8e0edb3e657494d37d8d211.tar.gz |
FIX: Mark a tests knownfail on Hurd
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.
Diffstat (limited to 'numpy/doc/basics.py')
0 files changed, 0 insertions, 0 deletions