[issue25285] regrtest: run tests in subprocesses with -j1 on buildbots

2016-05-20 Thread STINNER Victor
STINNER Victor added the comment: changeset: 101449:6f7e5b51c8fb user:Victor Stinner date:Fri May 20 13:15:55 2016 +0200 files: Lib/test/libregrtest/cmdline.py Misc/NEWS Tools/buildbot/test.bat description: regrtest doesn't ignore -j1 anymore *

[issue25285] regrtest: run tests in subprocesses with -j1 on buildbots

2015-10-12 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___

[issue25285] regrtest: run tests in subprocesses with -j1 on buildbots

2015-09-30 Thread STINNER Victor
New submission from STINNER Victor: Currently, regrtest ignores the -j1 parameter. For -jN, the multiprocess mode is only enabled for N != 1. I propose to modify regrtest to run tests in subprocesses when -j1 is used. It would solve the issue #18906. I also want to run tests in subprocesses

[issue25285] regrtest: run tests in subprocesses with -j1 on buildbots

2015-09-30 Thread STINNER Victor
Changes by STINNER Victor : -- keywords: +patch Added file: http://bugs.python.org/file40632/regrtest_run_in_subprocess.patch ___ Python tracker