summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...Miss Islington (bot)2024-05-201-9/+0
* gh-83434: Disable XML in regrtest when -R option is used (#117232)Victor Stinner2024-03-261-1/+13
* gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)Donghee Na2024-03-151-0/+3
* gh-115122: Add --bisect option to regrtest (#115123)Victor Stinner2024-02-181-0/+2
* gh-109413: Run mypy on `libregrtest` in CI (#112558)Alex Waygood2023-11-301-2/+2
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Łukasz Langa2023-11-101-3/+11
* gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)Victor Stinner2023-11-011-2/+8
* gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)Serhiy Storchaka2023-10-211-18/+22
* regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363)Zachary Ware2023-10-151-4/+6
* regrtest: --fast-ci/slow-ci no longer imply --rerun-fail (#110849)Victor Stinner2023-10-141-1/+0
* gh-109276: regrtest: shorter list of resources (#110326)Victor Stinner2023-10-041-13/+1
* gh-110171: `libregrtest` always sets `random.seed` (#110172)Nikita Sobolev2023-10-041-6/+7
* gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)Victor Stinner2023-09-291-5/+1
* gh-109566: regrtest doesn't enable --rerun if --python is used (#109969)Victor Stinner2023-09-271-1/+2
* gh-109566: Fix regrtest code adding Python options (#109926)Victor Stinner2023-09-261-3/+4
* gh-109566: regrtest reexecutes the process (#109909)Victor Stinner2023-09-261-0/+5
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-261-2/+53
* gh-109413: libregrtest: Add and improve type annotations (#109405)Alex Waygood2023-09-141-1/+1
* gh-109162: libregrtest: add worker.py (#109229)Victor Stinner2023-09-101-1/+0
* gh-109162: Refactor libregrtest.Regrtest (#109206)Victor Stinner2023-09-101-0/+2
* gh-109162: Refactor libregrtest.runtest_mp (#109205)Victor Stinner2023-09-101-5/+1
* gh-109162: libregrtest: remove WorkerJob class (#109204)Victor Stinner2023-09-091-0/+2
* gh-109162: Refactor libregrtest.runtest (#109172)Victor Stinner2023-09-091-0/+6
* gh-109162: Refactor libregrtest WorkerJob (#109171)Victor Stinner2023-09-091-1/+2
* gh-109162: Refactor Regrtest.main() (#109163)Victor Stinner2023-09-081-0/+9
* gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...Serhiy Storchaka2023-09-051-1/+3
* gh-108834: regrtest reruns failed tests in subprocesses (#108839)Victor Stinner2023-09-031-3/+8
* 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