[issue30540] regrtest: add --matchfile option

2017-07-18 Thread Steve Dower
Changes by Steve Dower : -- pull_requests: -2809 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue30540] regrtest: add --matchfile option

2017-07-18 Thread Steve Dower
Changes by Steve Dower : -- pull_requests: +2809 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30540] regrtest: add --matchfile option

2017-06-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 46e299c1536da541b9dbf76c0cb909bf8c79f589 by Victor Stinner in branch '3.5': [3.5] bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#2250) https://github.com/python/cpython/commit/46e299c1536da541b9dbf76c0cb909bf8c79f589

[issue30540] regrtest: add --matchfile option

2017-06-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 24c2c20873dc800c99d1dabf26419b40cadfe627 by Victor Stinner in branch '2.7': bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#2249) https://github.com/python/cpython/commit/24c2c20873dc800c99d1dabf26419b40cadfe627 ---

[issue30540] regrtest: add --matchfile option

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

[issue30540] regrtest: add --matchfile option

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

[issue30540] regrtest: add --matchfile option

2017-06-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset a0ccc54e6dffacf9e7c06f2a3e9056d2d35d21eb by Victor Stinner in branch '3.6': Synchronize libregrtest from master to 3.6 (#2244) https://github.com/python/cpython/commit/a0ccc54e6dffacf9e7c06f2a3e9056d2d35d21eb --

[issue30540] regrtest: add --matchfile option

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

[issue30540] regrtest: add --matchfile option

2017-06-09 Thread STINNER Victor
STINNER Victor added the comment: > But what about doctests? They are run unconditionally. Sorry, I don't know how to handle them. I only tried to make a small enhancement for my "bisect" usecase. If you see a way to handle them, don't hesitate to propose a patch! I would prefer to have time

[issue30540] regrtest: add --matchfile option

2017-06-09 Thread STINNER Victor
STINNER Victor added the comment: New changeset ef8320cf6f09b659c63bfb188bf45dbcae556762 by Victor Stinner in branch 'master': bpo-30540: regrtest: add --matchfile option (#1909) https://github.com/python/cpython/commit/ef8320cf6f09b659c63bfb188bf45dbcae556762 --

[issue30540] regrtest: add --matchfile option

2017-06-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I less need reading test names from a file than other changes in this file. :) But what about doctests? They are run unconditionally. -- ___ Python tracker _

[issue30540] regrtest: add --matchfile option

2017-06-01 Thread STINNER Victor
STINNER Victor added the comment: This issue is the last part to implement the issue #29512: "regrtest refleak: implement bisection feature". See also the second part, bpo-30523: unittest: add --list-tests option to only display the list of test names, don't run tests. -- ___

[issue30540] regrtest: add --matchfile option

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

[issue30540] regrtest: add --matchfile option

2017-06-01 Thread STINNER Victor
New submission from STINNER Victor: Attached pull request adds the --matchfile option to regrtest. * Add a new option taking a filename to get a list of test names to filter tests. * support.match_tests becomes a list. * Modify run_unittest() to accept to match the whole test identifier, no