index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
libregrtest
/
cmdline.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...
Miss Islington (bot)
2024-05-20
1
-9/+0
*
gh-83434: Disable XML in regrtest when -R option is used (#117232)
Victor Stinner
2024-03-26
1
-1/+13
*
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Donghee Na
2024-03-15
1
-0/+3
*
gh-115122: Add --bisect option to regrtest (#115123)
Victor Stinner
2024-02-18
1
-0/+2
*
gh-109413: Run mypy on `libregrtest` in CI (#112558)
Alex Waygood
2023-11-30
1
-2/+2
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Łukasz Langa
2023-11-10
1
-3/+11
*
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)
Victor Stinner
2023-11-01
1
-2/+8
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
1
-18/+22
*
regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363)
Zachary Ware
2023-10-15
1
-4/+6
*
regrtest: --fast-ci/slow-ci no longer imply --rerun-fail (#110849)
Victor Stinner
2023-10-14
1
-1/+0
*
gh-109276: regrtest: shorter list of resources (#110326)
Victor Stinner
2023-10-04
1
-13/+1
*
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev
2023-10-04
1
-6/+7
*
gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)
Victor Stinner
2023-09-29
1
-5/+1
*
gh-109566: regrtest doesn't enable --rerun if --python is used (#109969)
Victor Stinner
2023-09-27
1
-1/+2
*
gh-109566: Fix regrtest code adding Python options (#109926)
Victor Stinner
2023-09-26
1
-3/+4
*
gh-109566: regrtest reexecutes the process (#109909)
Victor Stinner
2023-09-26
1
-0/+5
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
1
-2/+53
*
gh-109413: libregrtest: Add and improve type annotations (#109405)
Alex Waygood
2023-09-14
1
-1/+1
*
gh-109162: libregrtest: add worker.py (#109229)
Victor Stinner
2023-09-10
1
-1/+0
*
gh-109162: Refactor libregrtest.Regrtest (#109206)
Victor Stinner
2023-09-10
1
-0/+2
*
gh-109162: Refactor libregrtest.runtest_mp (#109205)
Victor Stinner
2023-09-10
1
-5/+1
*
gh-109162: libregrtest: remove WorkerJob class (#109204)
Victor Stinner
2023-09-09
1
-0/+2
*
gh-109162: Refactor libregrtest.runtest (#109172)
Victor Stinner
2023-09-09
1
-0/+6
*
gh-109162: Refactor libregrtest WorkerJob (#109171)
Victor Stinner
2023-09-09
1
-1/+2
*
gh-109162: Refactor Regrtest.main() (#109163)
Victor Stinner
2023-09-08
1
-0/+9
*
gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...
Serhiy Storchaka
2023-09-05
1
-1/+3
*
gh-108834: regrtest reruns failed tests in subprocesses (#108839)
Victor Stinner
2023-09-03
1
-3/+8
*
gh-94052: Don't re-run failed tests with --python option (#94054)
Christian Heimes
2022-06-21
1
-2/+6
*
gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...
Ethan Smith
2022-05-02
1
-0/+4
*
bpo-45745: Remove regrtest --findleaks options (GH-29514)
Victor Stinner
2021-11-12
1
-7/+0
*
bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)
Victor Stinner
2021-10-13
1
-1/+0
*
bpo-44708: Only re-run test methods that match names of previously failing te...
Łukasz Langa
2021-07-22
1
-7/+34
*
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
Hai Shi
2020-06-30
1
-1/+2
*
bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...
Pablo Galindo
2019-11-19
1
-1/+15
*
bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)
Neil Schemenauer
2019-07-22
1
-1/+5
*
bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
Victor Stinner
2019-06-24
1
-1/+3
*
bpo-36719: regrtest -jN no longer stops on crash (GH-13231)
Victor Stinner
2019-05-13
1
-1/+4
*
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
Victor Stinner
2019-04-26
1
-5/+7
*
Fix typo in test module usage message (GH-11374)
sth
2018-12-31
1
-1/+1
*
Add --tempdir option for test run (GH-10322)
Steve Dower
2018-11-17
1
-3/+3
*
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
Steve Dower
2018-09-18
1
-0/+4
*
bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)
Victor Stinner
2018-09-07
1
-1/+1
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-1/+1
*
bpo-30822: Exclude tzdata from regrtest --all (#2775)
Victor Stinner
2017-07-20
1
-3/+12
*
bpo-30764: regrtest: add --fail-env-changed option (#2402)
Victor Stinner
2017-06-26
1
-0/+3
*
bpo-30523: regrtest: Add --list-cases option (#2238)
mlouielu
2017-06-16
1
-0/+3
*
bpo-30540: regrtest: add --matchfile option (#1909)
Victor Stinner
2017-06-09
1
-1/+19
*
bpo-27103: regrtest disables -W if -R is used (#1651)
Victor Stinner
2017-05-18
1
-0/+5
*
bpo-30263: regrtest: log system load (#1452)
Victor Stinner
2017-05-04
1
-0/+2
*
Issue #28950: Disallow -j0 combined with -T/-l in regrtest.
Xiang Zhang
2016-12-19
1
-2/+2
[next]