[issue23145] regrtest: log test loader errors

2015-01-06 Thread STINNER Victor
STINNER Victor added the comment: I chose to show errors and then raise an exception. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue23145] regrtest: log test loader errors

2015-01-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1bb3df5bb83f by Victor Stinner in branch 'default': Issue #23145: regrtest now shows errors and raises an exception if https://hg.python.org/cpython/rev/1bb3df5bb83f -- nosy: +python-dev ___ Python tracke

[issue23145] regrtest: log test loader errors

2015-01-01 Thread R. David Murray
R. David Murray added the comment: loader.errors only exists in 3.5. -- nosy: +r.david.murray versions: -Python 2.7, Python 3.4 ___ Python tracker ___ __

[issue23145] regrtest: log test loader errors

2015-01-01 Thread STINNER Victor
Changes by STINNER Victor : Added file: http://bugs.python.org/file37584/test_asyncio_bug.patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue23145] regrtest: log test loader errors

2015-01-01 Thread STINNER Victor
New submission from STINNER Victor: Currently, when regrtest fails to load a test submodule, no exception is raised, no error is logged. I propose to at least log all loader errors: see attached regrtest.patch. For an example, try to apply the attached test_asyncio_bug.patch and run: ./python