[Numpy-discussion] numpy.test() failures in 2.0.0.dev8233

Nils Wagner nwagner at iam.uni-stuttgart.de
Sun Feb 21 05:27:59 EST 2010


======================================================================
FAIL: 
test_multiarray.TestNewBufferProtocol.test_export_endian
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/nose-0.11.2.dev-py2.6.egg/nose/case.py", 
line 183, in runTest
     self.test(*self.arg)
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/core/tests/test_multiarray.py", 
line 1582, in test_export_endian
     assert y.format in '>l'
AssertionError

======================================================================
FAIL: 
test_multiarray.TestNewBufferProtocol.test_export_record
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/nose-0.11.2.dev-py2.6.egg/nose/case.py", 
line 183, in runTest
     self.test(*self.arg)
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/core/tests/test_multiarray.py", 
line 1561, in test_export_record
     assert y.format == 
'T{b:a:=h:b:=l:c:=q:d:B:e:=H:f:=L:g:=Q:h:=d:i:=d:j:=g:k:4s:l:=4w:m:3x:n:?:o:}'
AssertionError

======================================================================
FAIL: 
test_multiarray.TestNewBufferProtocol.test_export_simple_1d
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/nose-0.11.2.dev-py2.6.egg/nose/case.py", 
line 183, in runTest
     self.test(*self.arg)
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/core/tests/test_multiarray.py", 
line 1514, in test_export_simple_1d
     assert y.format == '=l'
AssertionError

======================================================================
FAIL: 
test_multiarray.TestNewBufferProtocol.test_export_subarray
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/nose-0.11.2.dev-py2.6.egg/nose/case.py", 
line 183, in runTest
     self.test(*self.arg)
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/core/tests/test_multiarray.py", 
line 1576, in test_export_subarray
     assert y.itemsize == 16
AssertionError

----------------------------------------------------------------------
Ran 2519 tests in 21.494s

FAILED (KNOWNFAIL=4, failures=4)
<nose.result.TextTestResult run=2519 errors=0 failures=4>





More information about the NumPy-Discussion mailing list