[issue7110] Output test failures on stderr in regrtest.py

2010-12-04 Thread R. David Murray
R. David Murray added the comment: I've decided that writing (some) errors to stdout instead of stderr is really a bug, not a feature request, and have backported this fix to 3.1 in r87053 and to 2.7 in r87055. The one possible reason not to do this is that it is conceivable that it would af

[issue7110] Output test failures on stderr in regrtest.py

2010-09-28 Thread R. David Murray
R. David Murray added the comment: Looks good to me. Committed in r85086. Thanks, Sandro. -- resolution: -> accepted stage: needs patch -> committed/rejected status: open -> closed versions: -Python 2.7 ___ Python tracker

[issue7110] Output test failures on stderr in regrtest.py

2010-09-25 Thread Sandro Tosi
Sandro Tosi added the comment: Hello, the attached patch seems to do the trick, at least on what I can verify here on my machine. I'd appreciate a bit more of test from more experienced developers, just to catch corner cases I didn't see. Regards, Sandro -- keywords: +patch nosy: +sa

[issue7110] Output test failures on stderr in regrtest.py

2010-08-04 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue7110] Output test failures on stderr in regrtest.py

2010-07-31 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue7110] Output test failures on stderr in regrtest.py

2009-10-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue7110] Output test failures on stderr in regrtest.py

2009-10-12 Thread Ezio Melotti
New submission from Ezio Melotti : regrtest.py should output all the names of the tests that fail and their tracebacks on stderr. This will provide an easy way to filter out the relevant information (errors and tracebacks) from all the other outputs. The current behavior seems incoherent, some t