Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: a0ccc54e6dffacf9e7c06f2a3e9056d2d35d21eb https://github.com/python/cpython/commit/a0ccc54e6dffacf9e7c06f2a3e9056d2d35d21eb Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月16日 (2017年6月16日) Changed paths: M Lib/test/libregrtest/cmdline.py M Lib/test/libregrtest/main.py M Lib/test/libregrtest/refleak.py M Lib/test/libregrtest/runtest.py M Lib/test/libregrtest/runtest_mp.py M Lib/test/support/__init__.py M Lib/test/test_regrtest.py Log Message: ----------- Synchronize libregrtest from master to 3.6 (#2244) * bpo-30523: regrtest: Add --list-cases option (#2238) * bpo-30284: Fix regrtest for out of tree build (#1481) * bpo-30540: regrtest: add --matchfile option (#1909) * bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) * bpo-30263: regrtest: log system load (#1452)