summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-108834: Sync libregrtest with the main branch (#108966)Victor Stinner2023-09-081-4/+11
* gh-94052: Don't re-run failed tests with --python option (#94054)Christian Heimes2022-06-211-2/+6
* gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...Ethan Smith2022-05-021-0/+4
* bpo-45745: Remove regrtest --findleaks options (GH-29514)Victor Stinner2021-11-121-7/+0
* bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)Victor Stinner2021-10-131-1/+0
* bpo-44708: Only re-run test methods that match names of previously failing te...Ɓukasz Langa2021-07-221-7/+34
* bpo-40275: Use new test.support helper submodules in tests (GH-21219)Hai Shi2020-06-301-1/+2
* bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...Pablo Galindo2019-11-191-1/+15
* bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)Neil Schemenauer2019-07-221-1/+5
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332)Victor Stinner2019-06-241-1/+3
* bpo-36719: regrtest -jN no longer stops on crash (GH-13231)Victor Stinner2019-05-131-1/+4
* bpo-36719: regrtest always detect uncollectable objects (GH-12951)Victor Stinner2019-04-261-5/+7
* Fix typo in test module usage message (GH-11374)sth2018-12-311-1/+1
* Add --tempdir option for test run (GH-10322)Steve Dower2018-11-171-3/+3
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Steve Dower2018-09-181-0/+4
* bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)Victor Stinner2018-09-071-1/+1
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-1/+1
* bpo-30822: Exclude tzdata from regrtest --all (#2775)Victor Stinner2017-07-201-3/+12
* bpo-30764: regrtest: add --fail-env-changed option (#2402)Victor Stinner2017-06-261-0/+3
* bpo-30523: regrtest: Add --list-cases option (#2238)mlouielu2017-06-161-0/+3
* bpo-30540: regrtest: add --matchfile option (#1909)Victor Stinner2017-06-091-1/+19
* bpo-27103: regrtest disables -W if -R is used (#1651)Victor Stinner2017-05-181-0/+5
* bpo-30263: regrtest: log system load (#1452)Victor Stinner2017-05-041-0/+2
* Issue #28950: Disallow -j0 combined with -T/-l in regrtest.Xiang Zhang2016-12-191-2/+2
* Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-171-4/+7
* Merge 3.5 (regrtest)Victor Stinner2016-09-101-1/+1
* regrtest: rename --slow option to --slowestVictor Stinner2016-08-171-1/+1
* Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).Alexander Belopolsky2016-07-221-1/+3
* regrtest doesn't ignore -j1 anymoreVictor Stinner2016-05-201-2/+0
* Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-021-1/+1
* Fix missing import in libregrtest.Steve Dower2015-10-081-0/+1
* Issue #23919: Prevents assert dialogs appearing in the test suite.Steve Dower2015-10-081-0/+4
* Merge from 3.5 for issue #25188.Brett Cannon2015-10-021-1/+5
* Issue #22806: Add ``python -m test --list-tests`` command to list tests.Victor Stinner2015-10-021-7/+4
* Issue #25220, libregrtest: Call setup_python(ns) in the slavesVictor Stinner2015-09-291-2/+0
* Issue #25220: Move most regrtest.py code to libregrtestVictor Stinner2015-09-261-1/+1
* Issue #25220: Create Lib/test/libregrtest/Victor Stinner2015-09-261-0/+340
* Issue #25220: Backed out changeset eaf9a99b6bb8Victor Stinner2015-09-231-340/+0
* Issue #25220: Create Lib/test/libregrtest/Victor Stinner2015-09-231-0/+340