]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#2541)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Jul 2017 13:07:53 +0000 (15:07 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2017 13:07:53 +0000 (15:07 +0200)
commitd7955b8196578306e9d86f6c61c9cb3ee72edab0
tree58919ecdcaf7a16d5f4b891789387d2b881b2800
parentfd93f37f0dc537eb7edca7b75e2f92ef54dd2833
[2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#2541)

* bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7

* bpo-29512: Add test.bisect, bisect failing tests (#2452)

Add a new "python3 -m test.bisect" tool to bisect failing tests.

It can be used to find which test method(s) leak references, leak
files, etc.

* bpo-30764: Fix regrtest --fail-env-changed --forever (#2536) (#2539)

--forever now stops if a fail changes the environment.

* Fix test_bisect: use absolute import
Lib/test/bisect.py [new file with mode: 0755]
Lib/test/regrtest.py
Lib/test/test_bisect.py