On Sun, Apr 1, 2012 at 11:32, Ralf Gommers <[email protected]> wrote:
> Thanks. Can you explain what happens when running the tests? I don't
> understand why the log says "Fatal Python error...Aborted" and then it
> happily continues (or restarts) and returns "OK (KNOWNFAIL=3, SKIP=4)" even
> for the 2.7.3rc1 and 3.2.3rc2 release candidates.

I think it's some sort of stdout/stderr mixup, where

.....
-----
Ran 3541 tests in 26.049s

OK (KNOWNFAIL=3, SKIP=4)

is printed before the information about the tests, such as:

Running unit tests for numpy
NumPy version 1.6.1
NumPy is installed in
/build/buildd-python-numpy_1.6.1-6-i386-lYkcLV/python-numpy-1.6.1/debian/tmp/usr/lib/python2.7/dist-packages/numpy
Python version 2.7.3rc1 (default, Mar 10 2012, 00:01:06) [GCC 4.6.3]
nose version 1.1.2

so it might be that only the debug flavors are affected by this problem.

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to