-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
Open
Description
current git head 75cdf3d
test_kind.TestKind.test_all fails on sparc64 (debian unstable, linux 2.6.32-5, big endian, 16 byte long double, no unaligned loads)
======================================================================
FAIL: test_kind.TestKind.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/jtaylor/local/lib/python2.7/site-packages/numpy/f2py/tests/test_kind.py", line 32, in test_all
'selectedrealkind(%s): expected %r but got %r' % (i, selected_real_kind(i), selectedrealkind(i)))
File "/home/jtaylor/local/lib/python2.7/site-packages/numpy/testing/utils.py", line 42, in assert_
raise AssertionError(msg)
AssertionError: selectedrealkind(16): expected 10 but got 16
----------------------------------------------------------------------
Reactions are currently unavailable