summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/main.py
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-1655...Miss Islington (bot)2019-10-031-14/+21
* bpo-36670: Multiple regrtest bugfixes (GH-16511)Miss Islington (bot)2019-10-011-9/+10
* bpo-37531: sync regrtest with master branch (GH-16285) (GH-16289)Victor Stinner2019-09-191-15/+24
* [3.7] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15874)Victor Stinner2019-09-101-1/+0
* [3.7] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15280)Victor Stinner2019-08-141-1/+3
* Revert "Remove unused imports in tests (GH-14518) (GH-14522)" (GH-14555)Victor Stinner2019-07-021-0/+1
* Remove unused imports in tests (GH-14518) (GH-14522)Victor Stinner2019-07-011-1/+0
* bpo-37359: Fix regrtest --cleanup (GH-14336)Miss Islington (bot)2019-06-241-1/+1
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14335)Victor Stinner2019-06-241-13/+38
* bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)Miss Islington (bot)2019-05-141-36/+54
* bpo-36719: regrtest -jN no longer stops on crash (GH-13231)Miss Islington (bot)2019-05-131-2/+5
* [3.7] bpo-36719: sync regrtest with master branch (GH-12967)Victor Stinner2019-04-261-92/+94
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-221-0/+4
* [3.7] bpo-34279: Synchronize regrtest with master (GH-10800)Victor Stinner2018-11-291-4/+15
* Add --tempdir option for test run (GH-10322)Miss Islington (bot)2018-11-171-7/+5
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Miss Islington (bot)2018-09-181-2/+45
* bpo-33873: Backport regrtest from master to 3.7 (GH-7935)Victor Stinner2018-06-261-0/+16
* bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)Miss Islington (bot)2018-06-091-1/+7
* bpo-33718: regrtest: update from master (GH-7305)Victor Stinner2018-06-011-60/+37
* 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
* regrtest: log FS and locale encodingsVictor Stinner2016-09-091-1/+5
* Adds test.support.PGO and skips tests that are not useful for PGO.Steve Dower2016-09-071-0/+2
* Cleanup libregrtestVictor Stinner2016-08-221-1/+0
* regrtest: replace "Result:" with "Tests result:"Victor Stinner2016-08-191-1/+1
* regrtest: add a summary of the summary, "Result: xxx"Victor Stinner2016-08-171-0/+8
* regrtest: set interrupted to True if re-run is interruptedVictor Stinner2016-08-171-1/+2
* regrtest: add newlines in output for readabilityVictor Stinner2016-08-171-0/+3
* regrtest: nicer output for durationsVictor Stinner2016-08-171-12/+19
* regrtest: display test result (passed, failed, ...)Victor Stinner2016-05-201-4/+8
* regrtest: round final timing towards +infVictor Stinner2016-03-271-3/+8
* Cleanup regrtest "main()" functionVictor Stinner2016-03-241-22/+23
* regrtest: mention in tests run sequentially or in parallelVictor Stinner2016-03-241-0/+2
* regrtest: fix --fromfile featureVictor Stinner2016-03-241-6/+17
* regrtest: display test duration in sequential modeVictor Stinner2016-03-231-2/+19
* regrtest: add time to outputVictor Stinner2016-03-221-5/+18
* Close #25373: Fix regrtest --slow with interrupted testVictor Stinner2015-10-111-4/+8
* Merge from 3.5 for issue #25188.Brett Cannon2015-10-021-2/+10
* Issue #22806: Add ``python -m test --list-tests`` command to list tests.Victor Stinner2015-10-021-19/+36