summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/main.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix regrtest --coverage on WindowsVictor Stinner2015-09-301-4/+1
* Issue #25220: Fix "-m test --forever"Victor Stinner2015-09-301-1/+1
* Issue #25220, libregrtest: CleanupVictor Stinner2015-09-301-9/+8
* Issue #25220, libregrtest: Pass directly ns to runtest()Victor Stinner2015-09-301-29/+33
* Issue #25220, libregrtest: Set support.use_resources in setup_tests()Victor Stinner2015-09-301-3/+2
* Issue #25220, libregrtest: Call setup_python(ns) in the slavesVictor Stinner2015-09-291-2/+3
* Issue #25220, libregrtest: Add runtest_ns() functionVictor Stinner2015-09-291-11/+6
* Issue #25220, libregrtest: Move setup_python() to a new submoduleVictor Stinner2015-09-291-110/+15
* Issue #25220, libregrtest: Cleanup setup codeVictor Stinner2015-09-291-47/+49