[issue30383] [3.5] Backport regrtest features from master to Python 3.5

2017-06-27 Thread STINNER Victor
STINNER Victor added the comment: I backported almost all regrtest features from master to 3.5. You should now get almost the same tool, even if the implementation is much older (regrtest was deeply reworked in master, a new test.libregrtest package was created). I added the NEWS entry. I now

[issue30383] [3.5] Backport regrtest features from master to Python 3.5

2017-06-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset eef254d6c6b13db2f3d6a2f219bc76e84416f59c by Victor Stinner in branch '3.5': bpo-30383: Add NEWS entry for backported regrtest (#2438) https://github.com/python/cpython/commit/eef254d6c6b13db2f3d6a2f219bc76e84416f59c -- _

[issue30383] [3.5] Backport regrtest features from master to Python 3.5

2017-06-27 Thread STINNER Victor
STINNER Victor added the comment: PR 2438 adds the NEWS entry. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue30383] [3.5] Backport regrtest features from master to Python 3.5

2017-06-27 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2487 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30383] [3.5] Backport regrtest features from master to Python 3.5

2017-06-19 Thread STINNER Victor
STINNER Victor added the comment: I backport all test_regrtest except of test_huntrleaks_fd_leak() which is a deliberate choice, so I now close the issue. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue30383] [3.5] Backport regrtest features from master to Python 3.5

2017-06-19 Thread STINNER Victor
STINNER Victor added the comment: Oh, while reading bpo-30283, I see that Serhiy asked me to mention regrtest enhancements. So I reopen the issue. -- resolution: fixed -> status: closed -> open ___ Python tracker

[issue30383] [3.5] Backport regrtest features from master to Python 3.5

2017-06-19 Thread STINNER Victor
STINNER Victor added the comment: New changeset a601fcca3bf2061e43d4d2710a730536cf26327b by Victor Stinner in branch '3.5': [3.5] bpo-30383: Backport regrtest and test_regrtest enhancements from master to 3.5 (#2279) https://github.com/python/cpython/commit/a601fcca3bf2061e43d4d2710a730536cf26

[issue30383] [3.5] Backport regrtest features from master to Python 3.5

2017-06-19 Thread STINNER Victor
STINNER Victor added the comment: I chose to not backport test_huntrleaks_fd_leak() since I expect bugs, and I'm not interested at this point to fix such issues. -- ___ Python tracker _

[issue30383] [3.5] Backport regrtest features from master to Python 3.5

2017-06-19 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2328 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30383] [3.5] Backport regrtest features from master to Python 3.5

2017-05-16 Thread STINNER Victor
New submission from STINNER Victor: bpo-30283 backported regrtest features from master to Python 2.7. I now propose to do the same for Python 3.5, as suggested by Serhiy Storshaka. -- components: Tests messages: 293827 nosy: haypo priority: normal severity: normal status: open title: [3