[issue33680] regrtest: re-run failed tests in a subprocess

2018-09-19 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue33680] regrtest: re-run failed tests in a subprocess

2018-05-29 Thread STINNER Victor
STINNER Victor added the comment: A random example of such crash, process killed by faulthandler timeout: http://buildbot.python.org/all/#/builders/118/builds/65 (...) 394 tests OK. 10 slowest tests: - test_subprocess: 7 min 13 sec - test_concurrent_futures: 2 min 47 sec - test_multiprocessin

[issue33680] regrtest: re-run failed tests in a subprocess

2018-05-29 Thread STINNER Victor
New submission from STINNER Victor : The -w option of regrtest (python -m test) re-run failed tests in verbose in the current process. Problem: if the test does crash, regrtest doesn't re-run following tests, it doesn't write the final tests result (like failing tests, total duration, etc.).