[issue37359] test_regrtest: test_list_cases() fails on x86 Gentoo Installed with X 3.x
STINNER Victor
report at bugs.python.org
Mon Jul 29 19:45:27 EDT 2019
STINNER Victor <vstinner at redhat.com> added the comment:
The current status is that regrtest has a new --cleanup command but it's not used. regrtest should not leak temporary files anymore.
The remaining issue is when regrtest re-runs tests sequentially and a test does crash the regrtest main process. In this case, the temporary directory is not removed.
I created bpo-37711 "regrtest: re-run failed tests in subprocesses" for this case. The initial issue has been fixed, so I close the issue.
----------
resolution: -> fixed
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37359>
_______________________________________
More information about the Python-bugs-list
mailing list