[issue12074] regrtest: display the current number of failures

2011-05-23 Thread Ezio Melotti
Ezio Melotti added the comment: I removed the /0 when there are no failures after a short discussion on #python-dev. FWIW I'm -0 on the /N, but now that it's not displayed if there are no failures it won't bother me too much. -- nosy: +ezio.melotti stage: -> committed/rejected versi

[issue12074] regrtest: display the current number of failures

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 396f4ed61db7 by Ezio Melotti in branch '3.2': #12074: remove the /0 when there are no failures. http://hg.python.org/cpython/rev/396f4ed61db7 New changeset 9de2b1a5ee6b by Ezio Melotti in branch 'default': #12074: merge with 3.2. http://hg.python.o

[issue12074] regrtest: display the current number of failures

2011-05-23 Thread STINNER Victor
STINNER Victor added the comment: > How about instead changing [1/4], [2/4] etc > to be [1/4/0], [2/4/0], etc? Great, I like it, and it's commited. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue12074] regrtest: display the current number of failures

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2da7577fa393 by Victor Stinner in branch '3.2': Issue #12074: regrtest displays also the current number of failures http://hg.python.org/cpython/rev/2da7577fa393 New changeset 60b0131fbea8 by Victor Stinner in branch 'default': (Merge 3.2) Issue #1

[issue12074] regrtest: display the current number of failures

2011-05-23 Thread R. David Murray
R. David Murray added the comment: How about instead changing [1/4], [2/4] etc to be [1/4/0], [2/4/0], etc? -- nosy: +r.david.murray ___ Python tracker ___ _

[issue12074] regrtest: display the current number of failures

2011-05-23 Thread Éric Araujo
Éric Araujo added the comment: +1 on the idea. -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue12074] regrtest: display the current number of failures

2011-05-13 Thread STINNER Victor
STINNER Victor added the comment: See also issue #12073. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue12074] regrtest: display the current number of failures

2011-05-13 Thread STINNER Victor
New submission from STINNER Victor : The full test suite has something like 354 tests. regrtest writes one line per test, and if you use Python compiled in debug mode you have much more lines because of "[123 refs]" lines written by subprocesses. It's difficult to check if a previous test fail