cpython/Lib/test/libregrtest
Miss Islington (bot) d6a92b5594
bpo-36670: Multiple regrtest bugfixes (GH-16511)
* Windows: Fix counter name in WindowsLoadTracker. Counter names are
  localized: use the registry to get the counter name. Original
  change written by Lorenz Mende.
* Regrtest.main() now ensures that the Windows load tracker is also
  killed if an exception is raised
* TestWorkerProcess now ensures that worker processes are no longer
  running before exiting: kill also worker processes when an
  exception is raised.
* Enhance regrtest messages and warnings: include test name,
  duration, add a worker identifier, etc.
* Rename MultiprocessRunner to TestWorkerProcess
* Use print_warning() to display warnings.

Co-Authored-By: Lorenz Mende <Lorenz.mende@gmail.com>
(cherry picked from commit 982bfa4da0)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2019-10-01 03:58:53 -07:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
cmdline.py bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14335) 2019-06-24 12:51:30 +02:00
main.py bpo-36670: Multiple regrtest bugfixes (GH-16511) 2019-10-01 03:58:53 -07:00
refleak.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00
runtest.py [3.7] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15280) 2019-08-14 16:30:54 +02:00
runtest_mp.py bpo-36670: Multiple regrtest bugfixes (GH-16511) 2019-10-01 03:58:53 -07:00
save_env.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00
setup.py bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) 2019-07-02 00:38:36 -07:00
utils.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00
win_utils.py bpo-36670: Multiple regrtest bugfixes (GH-16511) 2019-10-01 03:58:53 -07:00