[issue45118] regrtest no longer lists "re-run tests" in the second summary

2021-10-04 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 6ae97bbf4e6540a8287c47d098cfe703260b5fa2 by Pablo Galindo (Miss Islington (bot)) in branch '3.10': bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214) https://github.com/python/cpython/commit/6ae97bbf4e6540a8287c

[issue45118] regrtest no longer lists "re-run tests" in the second summary

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7538fe34d730fe08cbbecc17606bc0f5f69ff416 by Miss Islington (bot) in branch '3.10': bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214) https://github.com/python/cpython/commit/7538fe34d730fe08cbbecc17606bc0f5f69ff416 ---

[issue45118] regrtest no longer lists "re-run tests" in the second summary

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Victor! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45118] regrtest no longer lists "re-run tests" in the second summary

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 04c13c97eecdb66365782dbbf5e93ff5de267a61 by Miss Islington (bot) in branch '3.9': bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28215) https://github.com/python/cpython/commit/04c13c97eecdb66365782dbbf5e93ff5de267a61

[issue45118] regrtest no longer lists "re-run tests" in the second summary

2021-09-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +26640 pull_request: https://github.com/python/cpython/pull/28215 ___ Python tracker ___ __

[issue45118] regrtest no longer lists "re-run tests" in the second summary

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c4ea45d7d2c02674db2fdb96c7eee89324d2dc64 by Victor Stinner in branch 'main': bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) https://github.com/python/cpython/commit/c4ea45d7d2c02674db2fdb96c7eee89324d2dc64 -- nosy: +lu

[issue45118] regrtest no longer lists "re-run tests" in the second summary

2021-09-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26639 pull_request: https://github.com/python/cpython/pull/28214 ___ Python tracker _

[issue45118] regrtest no longer lists "re-run tests" in the second summary

2021-09-06 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +26612 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28183 ___ Python tracker ___ _

[issue45118] regrtest no longer lists "re-run tests" in the second summary

2021-09-06 Thread STINNER Victor
New submission from STINNER Victor : When running Python with test -w/--verbose2 command line option to re-run tests which failed, the failing tests are listed in the first summary, and they are not listed in the final summary. Example with Lib/test/test_x.py: --- import builtins import unitt