[issue30254] [2.7] regrtest announces 401 tests, but there are 304 tests?

STINNER Victor report at bugs.python.org
Wed May 3 10:31:42 EDT 2017


STINNER Victor added the comment:

It has been long time since I didn't work on Python 2.7, so I forgot that regrtest of Python 2.7 lacks *many* features of Python master. I created the issue #30258 to add code to handle crash of a test child process.

> Maybe be related to issue #30255 (test_xml_etree crash related to slices).

regrtest stopped at the first crash of a child process and swallow child stdout/stderr. This crash explains this issue. Since issue #30255 is fixed, I close this issue to now focus on the issue #30258 (fix regrtest to detect crashes).

----------

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


More information about the Python-bugs-list mailing list