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
/
test_regrtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Ćukasz Langa
2023-11-10
1
-4/+14
*
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)
Victor Stinner
2023-11-01
1
-0/+23
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
1
-1/+117
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
1
-23/+19
*
gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
Victor Stinner
2023-10-21
1
-13/+59
*
regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363)
Zachary Ware
2023-10-15
1
-3/+5
*
regrtest: --fast-ci/slow-ci no longer imply --rerun-fail (#110849)
Victor Stinner
2023-10-14
1
-1/+0
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
1
-3/+1
*
gh-110367: Fix regrtest test_worker_output_on_failure() on ASAN build (#110387)
Victor Stinner
2023-10-05
1
-4/+11
*
gh-110367: Enhance regrtest -jN --verbose3 (#110368)
Victor Stinner
2023-10-05
1
-0/+34
*
gh-109276: regrtest: shorter list of resources (#110326)
Victor Stinner
2023-10-04
1
-0/+20
*
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev
2023-10-04
1
-2/+6
*
gh-110164: regrtest disables random if SOURCE_DATE_EPOCH (#110168)
Victor Stinner
2023-10-01
1
-0/+8
*
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Victor Stinner
2023-09-30
1
-8/+0
*
gh-109276: regrtest: add WORKER_FAILED state (#110148)
Victor Stinner
2023-09-30
1
-0/+10
*
gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)
Victor Stinner
2023-09-29
1
-2/+0
*
gh-109566: regrtest doesn't enable --rerun if --python is used (#109969)
Victor Stinner
2023-09-27
1
-2/+10
*
gh-109566: Fix regrtest Python options for WASM/WASI (#109954)
Victor Stinner
2023-09-27
1
-4/+9
*
gh-109566: Fix regrtest code adding Python options (#109926)
Victor Stinner
2023-09-26
1
-11/+15
*
gh-109566: regrtest reexecutes the process (#109909)
Victor Stinner
2023-09-26
1
-1/+57
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
1
-2/+48
*
gh-109276: regrtest re-runs "env changed" tests (#109831)
Victor Stinner
2023-09-25
1
-2/+11
*
gh-109276: Enhance libregrtest results (#109828)
Victor Stinner
2023-09-25
1
-1/+2
*
gh-109425: regrtest decodes worker stdout with backslashreplace (#109428)
Victor Stinner
2023-09-14
1
-15/+28
*
gh-109276: libregrtest: WASM use filename for JSON (#109340)
Victor Stinner
2023-09-12
1
-7/+32
*
gh-109276: libregrtest calls random.seed() before each test (#109279)
Victor Stinner
2023-09-12
1
-11/+50
*
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum
2023-09-11
1
-3/+4
*
gh-109162: libregrtest: use relative imports (#109250)
Victor Stinner
2023-09-11
1
-57/+62
*
gh-109162: libregrtest: add single.py and result.py (#109243)
Victor Stinner
2023-09-11
1
-1/+1
*
gh-109162: libregrtest: add worker.py (#109229)
Victor Stinner
2023-09-10
1
-5/+0
*
gh-109162: libregrtest: fix _decode_worker_job() (#109202)
Victor Stinner
2023-09-09
1
-4/+14
*
gh-109162: Refactor libregrtest WorkerJob (#109171)
Victor Stinner
2023-09-09
1
-4/+4
*
gh-109162: Regrtest copies 'ns' attributes (#109168)
Victor Stinner
2023-09-08
1
-1/+1
*
gh-89392: Remove support of test_main() in libregrtest (GH-108876)
Serhiy Storchaka
2023-09-05
1
-4/+4
*
gh-108834: regrtest --fail-rerun exits with code 5 (#108896)
Victor Stinner
2023-09-05
1
-2/+3
*
gh-108834: regrtest reruns failed tests in subprocesses (#108839)
Victor Stinner
2023-09-03
1
-87/+218
*
regrtest computes statistics (#108793)
Victor Stinner
2023-09-02
1
-51/+155
*
Fix test_regrtest when run with uops always on (#108778)
Guido van Rossum
2023-09-01
1
-3/+7
*
gh-101634: regrtest reports decoding error as failed test (#106169)
Victor Stinner
2023-06-28
1
-0/+36
*
bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (#30895)
Nikita Sobolev
2023-04-07
1
-0/+154
*
gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)
Victor Stinner
2022-11-02
1
-20/+34
*
gh-93353: regrtest supports checking tmp files with -j2 (#93909)
Victor Stinner
2022-06-16
1
-8/+12
*
gh-93353: Fix regrtest for -jN with N >= 2 (GH-93813)
Victor Stinner
2022-06-14
1
-1/+3
*
gh-93353: regrtest checks for leaked temporary files (#93776)
Victor Stinner
2022-06-14
1
-0/+20
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-1/+0
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-25
1
-5/+4
*
gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)
Serhiy Storchaka
2022-04-25
1
-1/+1
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-0/+2
*
bpo-45745: Remove regrtest --findleaks options (GH-29514)
Victor Stinner
2021-11-12
1
-7/+1
*
bpo-45410: regrtest replaces print_warning.orig_stderr (GH-28926)
Victor Stinner
2021-10-13
1
-0/+40
[next]