summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...Pablo Galindo2019-11-191-0/+54
* bpo-37531: regrtest ignores output on timeout (GH-16659)Victor Stinner2019-10-081-1/+0
* bpo-36670: Enhance regrtest (GH-16556)Victor Stinner2019-10-031-6/+8
* bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on all platforms...Victor Stinner2019-09-191-2/+1
* bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)Victor Stinner2019-09-181-4/+1
* bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on Windows (GH-1...Victor Stinner2019-09-171-0/+2
* bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)Victor Stinner2019-08-141-0/+27
* bpo-37667: Add regression test for regrtest. (GH-14929)Gregory P. Smith2019-07-241-0/+26
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332)Victor Stinner2019-06-241-0/+15
* bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-...Paul Monson2019-06-191-0/+4
* bpo-37069: regrtest uses sys.unraisablehook (GH-13759)Victor Stinner2019-06-121-1/+29
* bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)Paul Monson2019-06-071-2/+6
* bpo-36719: Fix regrtest re-run (GH-12964)Victor Stinner2019-04-261-1/+22
* bpo-36719: regrtest always detect uncollectable objects (GH-12951)Victor Stinner2019-04-261-6/+35
* bpo-36725: Refactor regrtest multiprocessing code (GH-12961)Victor Stinner2019-04-261-2/+2
* bpo-36725: regrtest: add TestResult type (GH-12960)Victor Stinner2019-04-261-13/+15
* bpo-36465: Fix test_regrtest on Windows (GH-12945)Victor Stinner2019-04-241-1/+1
* bpo-35568: add 'raise_signal' function (GH-11335)Vladimir Matveev2019-01-081-2/+1
* bpo-34279: regrtest consider that skipped tests are ran (GH-11132)Victor Stinner2018-12-141-0/+14
* bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150)Pablo Galindo2018-11-291-5/+81
* bpo-35202: Remove unused imports in Lib directory (GH-10450)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-151-1/+0
* bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)Victor Stinner2018-09-071-4/+4
* bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)Victor Stinner2018-06-141-0/+25
* bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)Victor Stinner2018-06-081-6/+37
* bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654)Andrés Delfino2018-04-301-0/+2
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-6/+2
* bpo-31009: Fix support.fd_count() on Windows (#2862)Victor Stinner2017-07-251-13/+1
* bpo-30822: Exclude tzdata from regrtest --all (#2775)Victor Stinner2017-07-201-1/+12
* bpo-30776: reduce regrtest -R false positives (#2422)Victor Stinner2017-06-271-18/+35
* bpo-30764: regrtest: add --fail-env-changed option (#2402)Victor Stinner2017-06-261-13/+40
* bpo-30523: regrtest --list-cases --match (#2401)Victor Stinner2017-06-261-0/+9
* bpo-30523: Add --list-cases unittest (#2243)Louie Lu2017-06-161-1/+17
* bpo-30540: regrtest: add --matchfile option (#1909)Victor Stinner2017-06-091-3/+62
* bpo-30263: regrtest: log system load (#1452)Victor Stinner2017-05-041-1/+4
* regrtest: don't fail immediately if a child does crashVictor Stinner2017-02-061-1/+12
* Issue #29035: Simplify a regex in libregrtestVictor Stinner2017-01-031-0/+8
* Issue #28950: Disallow -j0 combined with -T/-l in regrtest.Xiang Zhang2016-12-191-0/+2
|\
| * Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.Xiang Zhang2016-12-191-0/+3
* | Issue #28484: Skip tests if GIL is not used or multithreading is disabledMartin Panter2016-10-201-1/+6
* | Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-171-0/+9
|\ \ | |/
| * Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-171-0/+10
* | Fix test_huntrleaks_fd_leak() of test_regrtestVictor Stinner2016-09-181-5/+2
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-2/+2
* | 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-4/+17
* | regrtest: nicer output for durationsVictor Stinner2016-08-171-2/+2
* | regrtest: rename --slow option to --slowestVictor Stinner2016-08-171-6/+6
* | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-0/+3
|\ \ | |/
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-2/+0
* | Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests()Victor Stinner2016-03-301-1/+1