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-127718: Add colour to `test.regrtest` output (#127719)
Hugo van Kemenade
2024-12-10
1
-0/+46
*
gh-112192: Increase the trace module coverage precision to one decimal (#126972)
RUANG (James Roy)
2024-12-03
1
-1/+1
*
Move get_signal_name() to test.support (#121251)
Victor Stinner
2024-07-02
1
-10/+0
*
gh-121188: Sanitize invalid XML characters in regrtest (#121195)
Victor Stinner
2024-07-01
1
-0/+59
*
gh-120417: Use import_helper() in test_regrtest (#120680)
Victor Stinner
2024-06-18
1
-14/+12
*
gh-119727: Add --single-process option to regrtest (#119728)
Victor Stinner
2024-06-03
1
-0/+13
*
gh-119050: Add XML support to libregrtest refleak checker (#119148)
Victor Stinner
2024-05-20
1
-9/+0
*
Enhance regrtest get_signal_name(): support shell exit code (#117647)
Victor Stinner
2024-04-08
1
-0/+1
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
1
-0/+8
*
gh-83434: Disable XML in regrtest when -R option is used (#117232)
Victor Stinner
2024-03-26
1
-0/+18
*
gh-110918: Fix side effects of regrtest test_match_tests() (#116718)
Victor Stinner
2024-03-13
1
-1/+5
*
gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)
Petr Viktorin
2024-02-27
1
-2/+2
*
gh-115122: Add --bisect option to regrtest (#115123)
Victor Stinner
2024-02-18
1
-1/+51
*
gh-112984 Update Windows build and installer for free-threaded builds (GH-113...
Steve Dower
2024-01-17
1
-0/+4
*
gh-108927: Fix removing testing modules from sys.modules (GH-108952)
Serhiy Storchaka
2023-12-04
1
-0/+19
*
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
[next]