Issue 7134: Add looping capability to regrtest (original) (raw)

Issue7134

Created on 2009-10-14 23:40 by jnoller, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (1)
msg94052 - (view) Author: Jesse Noller (jnoller) * (Python committer) Date: 2009-10-14 23:40
We should add "loop this test" capabilities to regrtest - running tests in a tight loop can help debug issues which don't appear with a one-off run. See: http://mail.python.org/pipermail/python-dev/2009-June/090238.html
History
Date User Action Args
2022-04-11 14:56:53 admin set github: 51383
2009-11-13 00:14:40 pitrou set status: open -> closedresolution: duplicatesuperseder: Run some tests in a loop until failure
2009-10-14 23:40:56 ezio.melotti set nosy: + ezio.melotti
2009-10-14 23:40:02 jnoller create