summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/main.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-40275: Use new test.support helper submodules in tests (GH-21219)Hai Shi2020-06-301-6/+6
* bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....Serhiy Storchaka2020-06-251-0/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-20849)Hai Shi2020-06-251-1/+2
* bpo-41043: Escape literal part of the path for glob(). (GH-20994)Serhiy Storchaka2020-06-201-1/+1
* regrtest: log timeout at startup (GH-19514)Victor Stinner2020-04-141-1/+4
* bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...Pablo Galindo2019-11-191-1/+1
* bpo-36670: Enhance regrtest (GH-16556)Victor Stinner2019-10-031-14/+21
* bpo-36670: Multiple regrtest bugfixes (GH-16511)Victor Stinner2019-10-011-9/+10
* bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)Victor Stinner2019-09-181-5/+0
* bpo-38203: regrtest: put a 2 min timeout on Python exit (GH-16250)Victor Stinner2019-09-181-10/+24
* bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)Victor Stinner2019-08-141-1/+3
* bpo-37707: Exclude expensive unit tests from PGO task (GH-15009)Neil Schemenauer2019-07-301-0/+1
* Only setup PGO tests when --pgo is enabled. (GH-14927)Gregory P. Smith2019-07-241-2/+3
* bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)Neil Schemenauer2019-07-221-0/+4
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+0
* bpo-37359: Fix regrtest --cleanup (GH-14336)Victor Stinner2019-06-241-1/+1
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332)Victor Stinner2019-06-241-13/+38
* bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)Victor Stinner2019-05-141-36/+54
* bpo-36719: regrtest -jN no longer stops on crash (GH-13231)Victor Stinner2019-05-131-2/+5
* bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)Victor Stinner2019-04-261-13/+22
* bpo-36719: Fix regrtest re-run (GH-12964)Victor Stinner2019-04-261-10/+13
* bpo-36719: regrtest always detect uncollectable objects (GH-12951)Victor Stinner2019-04-261-38/+5
* bpo-36725: Refactor regrtest multiprocessing code (GH-12961)Victor Stinner2019-04-261-7/+10
* bpo-36725: regrtest: add TestResult type (GH-12960)Victor Stinner2019-04-261-43/+45
* bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849)Paul Monson2019-04-181-2/+7
* bpo-34060: Report system load when running test suite for Windows (GH-8357)Ammar Askar2019-04-091-2/+15
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-221-0/+4
* bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150)Pablo Galindo2018-11-291-1/+12
* Add --tempdir option for test run (GH-10322)Steve Dower2018-11-171-7/+5
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Steve Dower2018-09-181-2/+45
* bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)Victor Stinner2018-09-071-3/+3
* bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters...Pablo Galindo2018-06-261-0/+9
* bpo-33873: regrtest: Add warning on -R 1:3 (GH-7736)Pablo Galindo2018-06-161-0/+7
* bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)Victor Stinner2018-06-081-1/+7
* bpo-33718: regrtest: enhance "running:" formatting (GH-7292)Victor Stinner2018-06-011-42/+1
* bpo-33718: regrtest keeps filters to re-run fails (GH-7291)Victor Stinner2018-05-311-17/+22
* regrtest: repeat summary after re-run (GH-7159)Victor Stinner2018-05-281-6/+19
* bpo-31324: Optimize support._match_test() (#4421)Victor Stinner2017-11-211-2/+2
* bpo-30871: Add test.pythoninfo (#3075)Victor Stinner2017-08-171-3/+0
* regrtest: count also env changed as failures in progress (#3061)Victor Stinner2017-08-101-2/+3
* bpo-30764: Fix regrtest --fail-env-changed --forever (#2536)Victor Stinner2017-07-031-1/+3
* bpo-30764: regrtest: add --fail-env-changed option (#2402)Victor Stinner2017-06-261-1/+9
* bpo-30523: regrtest --list-cases --match (#2401)Victor Stinner2017-06-261-1/+5
* bpo-30523: regrtest: Add --list-cases option (#2238)mlouielu2017-06-161-3/+32
* bpo-30284: Fix regrtest for out of tree build (#1481)Victor Stinner2017-06-141-1/+7
* bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479)Victor Stinner2017-05-091-0/+2
* bpo-30263: regrtest: log system load (#1452)Victor Stinner2017-05-041-24/+33
* regrtest: don't fail immediately if a child does crashVictor Stinner2017-02-061-1/+1
* Issue #29035: Simplify a regex in libregrtestVictor Stinner2017-01-031-5/+2
* regrtest --fromfile now accepts a list of filenamesVictor Stinner2016-12-091-8/+6