There are 6 test failures.
Failures in builtin_abs.__test__.int_abs might be related to new versions of 
GCC or glibc. I use GCC 4.7.2 and glibc 2.16.0.
Failures in NumPy-related tests are probably related to new version of NumPy. I 
use NumPy 1.7.0rc1.
Failures are identical with CPython 2.6, 2.7, 3.1, 3.2 and 3.3.

Results with CPython 2.7:

======================================================================
FAIL: int_abs (line 35) (builtin_abs.__test__)
Doctest: builtin_abs.__test__.int_abs (line 35)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/doctest.py", line 2201, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for builtin_abs.__test__.int_abs (line 35)
  File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/c/builtin_abs/builtin_abs.so",
 line unknown line number, in int_abs (line 35)

----------------------------------------------------------------------
File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/c/builtin_abs/builtin_abs.so",
 line ?, in builtin_abs.__test__.int_abs (line 35)
Failed example:
    int_abs(-max_int-1) == abs(-max_int-1)
Expected:
    True
Got:
    False


======================================================================
FAIL: int_abs (line 35) (builtin_abs.__test__)
Doctest: builtin_abs.__test__.int_abs (line 35)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/doctest.py", line 2201, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for builtin_abs.__test__.int_abs (line 35)
  File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/cpp/builtin_abs/builtin_abs.so",
 line unknown line number, in int_abs (line 35)

----------------------------------------------------------------------
File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/cpp/builtin_abs/builtin_abs.so",
 line ?, in builtin_abs.__test__.int_abs (line 35)
Failed example:
    int_abs(-max_int-1) == abs(-max_int-1)
Expected:
    True
Got:
    False


======================================================================
FAIL: numpy_test ()
Doctest: numpy_test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/doctest.py", line 2201, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for numpy_test
  File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/c/numpy_test/numpy_test.so",
 line 518, in numpy_test

----------------------------------------------------------------------
File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/c/numpy_test/numpy_test.so",
 line 539, in numpy_test
Failed example:
    obj_array()
Expected:
    [a 1 {}]
    a 1 {}
Got:
    ['a' 1 {}]
    a 1 {}


======================================================================
FAIL: numpy_test (numpy_test.__test__)
Doctest: numpy_test.__test__.numpy_test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/doctest.py", line 2201, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for numpy_test.__test__.numpy_test
  File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/c/numpy_test/numpy_test.so",
 line unknown line number, in numpy_test

----------------------------------------------------------------------
File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/c/numpy_test/numpy_test.so",
 line ?, in numpy_test.__test__.numpy_test
Failed example:
    obj_array()
Expected:
    [a 1 {}]
    a 1 {}
Got:
    ['a' 1 {}]
    a 1 {}


======================================================================
FAIL: numpy_test ()
Doctest: numpy_test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/doctest.py", line 2201, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for numpy_test
  File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/cpp/numpy_test/numpy_test.so",
 line 844, in numpy_test

----------------------------------------------------------------------
File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/cpp/numpy_test/numpy_test.so",
 line 865, in numpy_test
Failed example:
    obj_array()
Expected:
    [a 1 {}]
    a 1 {}
Got:
    ['a' 1 {}]
    a 1 {}


======================================================================
FAIL: numpy_test (numpy_test.__test__)
Doctest: numpy_test.__test__.numpy_test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/doctest.py", line 2201, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for numpy_test.__test__.numpy_test
  File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/cpp/numpy_test/numpy_test.so",
 line unknown line number, in numpy_test

----------------------------------------------------------------------
File 
"/var/tmp/portage/dev-python/cython-0.18_beta1-r1000/work/Cython-0.18b1/tests-2.7/run/cpp/numpy_test/numpy_test.so",
 line ?, in numpy_test.__test__.numpy_test
Failed example:
    obj_array()
Expected:
    [a 1 {}]
    a 1 {}
Got:
    ['a' 1 {}]
    a 1 {}


----------------------------------------------------------------------
Ran 7330 tests in 2965.935s

FAILED (failures=6)
ALL DONE

-- 
Arfrever Frehtes Taifersar Arahesis

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to