[issue21278] Running the test suite with -v makes the test_ctypes and the test_zipimport erroneously reported as failed

ddvento@ucar.edu report at bugs.python.org
Fri May 9 21:48:52 CEST 2014


ddvento at ucar.edu added the comment:

This bug is extremely hard to reproduce in a controlled manner.
I mean, if I run

EXTRATESTOPTS='-x test_gdb -uall -v' make testall

it appears 100% of the times (whereas the same command without the -v 
works just fine, as I initially mentioned).

But I do not want to run the whole thing, so I resorted to

EXTRATESTOPTS='-uall -v -f ctypes_and_zipimport' make testall

where the ctypes_and_zipimport file contains test_ctypes,
test_zipimport and a handful of other tests. For all the tries I did, 
this always succeeded.

So I can't debug this issue, sorry.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21278>
_______________________________________


More information about the Python-bugs-list mailing list