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

2010-12-04 Thread R. David Murray

R. David Murray rdmur...@bitdance.com 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 
affect the error reporting from an automated acceptance test (say for a 
distro).  This seems unlikely to me, but if anyone thinks it is a serious 
concern I'll back out the backports.

--
nosy: +Arfrever, barry, doko
type: feature request - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7110
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-09-28 Thread R. David Murray

R. David Murray rdmur...@bitdance.com 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 rep...@bugs.python.org
http://bugs.python.org/issue7110
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-09-25 Thread Sandro Tosi

Sandro Tosi sandro.t...@gmail.com 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: +sandro.tosi
Added file: http://bugs.python.org/file19016/issue7110-py3k.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7110
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-08-04 Thread Florent Xicluna

Changes by Florent Xicluna florent.xicl...@gmail.com:


--
nosy: +flox

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7110
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-07-31 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
nosy: +merwok

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7110
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-10-14 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +r.david.murray

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7110
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-10-12 Thread Ezio Melotti

New submission from Ezio Melotti ezio.melo...@gmail.com:

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 tracebacks are sent to
stdout and other to stderr (see attached log).

--
components: Tests
files: stdout_stderr.txt
messages: 93889
nosy: ezio.melotti
priority: normal
severity: normal
stage: needs patch
status: open
title: Output test failures on stderr in regrtest.py
type: feature request
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file15108/stdout_stderr.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7110
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com