[Python-checkins] [python/cpython] d7955b: [2.7] bpo-29512, bpo-30764: Backport regrtest enha...

GitHub noreply at github.com
Mon Jul 3 09:07:56 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: d7955b8196578306e9d86f6c61c9cb3ee72edab0
      https://github.com/python/cpython/commit/d7955b8196578306e9d86f6c61c9cb3ee72edab0
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-07-03 (Mon, 03 Jul 2017)

  Changed paths:
    A Lib/test/bisect.py
    M Lib/test/regrtest.py
    M Lib/test/test_bisect.py

  Log Message:
  -----------
  [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




More information about the Python-checkins mailing list