[issue7134] Add looping capability to regrtest

2009-11-12 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> duplicate status: open -> closed superseder: -> Run some tests in a loop until failure ___ Python tracker ___ _

[issue7134] Add looping capability to regrtest

2009-10-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue7134] Add looping capability to regrtest

2009-10-14 Thread Jesse Noller
New submission from Jesse Noller : 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 -- assignee: jnoller components