summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/main.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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