[issue24741] Hangs and errors while testing on Ubuntu/Intel

REIX Tony report at bugs.python.org
Thu Jul 30 14:52:04 CEST 2015


REIX Tony added the comment:

Hummmmm
I'm now building Python 2.7.10 RPMs on AIX.
The .spec file works fine.
However, when adding make test in the .spec file, I've got the tests blocked in test_io. The same with 2.7.6 .

Going into the directory and trying "make quicktest", it is now blocked after test_signal :
# ps -edf | grep python
    root 15401088        1   0 11:54:03  pts/1  4:49 ./python -Wd -3 -E -tt ./Lib/test/regrtest.py -l

Retrying with 2.7.6, it is blocked again with test_io.

OK. Either it is a general issue with Python tests, or there is an issue on AIX.
Investigating.

----------

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


More information about the Python-bugs-list mailing list