[Python-checkins] [python/cpython] a5bb62: [2.7] bpo-30283: regrtest: backport test_slow_inte...

GitHub noreply at github.com
Thu May 11 05:30:24 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: a5bb62436e25614276ac4b8e252a87f3fcc946cd
      https://github.com/python/cpython/commit/a5bb62436e25614276ac4b8e252a87f3fcc946cd
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
    M Lib/test/regrtest.py
    M Lib/test/test_regrtest.py

  Log Message:
  -----------
  [2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage() (#1541)

* bpo-30283: regrtest: backport test_coverage()

* Add --coverage option, the option was already described in the doc
* When coverage is used, regrtest now pass all options to runtest()
  and calls also accumulate_result() (as done when coverage is not
  used).
* bpo-25260: Fix coverage on Windows: remove the list of ignored
  directories.

* bpo-30283: regrtest: backport test_slow_interrupted()

* Fix regrtest to report interrupted tests as omitted rather than
  failed.
* bpo-25260: Fix coverage on Windows: remove the list of ignored
  directories.

* bpo-30283: Fix test_regrtest on Visual Studio 2008

Skip Tools\buildbot\test.bat and PCbuild\rt.bat if Python was not
compiled in PCbuild (but compiled in PC\VS9.0\ for example).




More information about the Python-checkins mailing list