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
/
main.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#11...
Victor Stinner
2024-03-26
1
-3/+55
*
[3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...
Antoine Pitrou
2024-03-18
1
-0/+5
*
[3.12] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...
Miss Islington (bot)
2023-12-04
1
-5/+13
*
[3.12] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112593)
Miss Islington (bot)
2023-12-01
1
-1/+0
*
[3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (G...
Serhiy Storchaka
2023-10-21
1
-12/+3
*
[3.12] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111154)
Miss Islington (bot)
2023-10-21
1
-8/+13
*
[3.12] gh-110756: Sync regrtest with main branch (#110758)
Victor Stinner
2023-10-12
1
-699/+475
*
[3.12] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#110340)
Victor Stinner
2023-10-04
1
-5/+7
*
[3.12] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109950)
Victor Stinner
2023-10-02
1
-1/+1
*
[3.12] gh-108834: Sync libregrtest with the main branch (#108966)
Victor Stinner
2023-09-08
1
-280/+312
*
[3.12] gh-108822: regrtest computes statistics (#108793) (#108833)
Victor Stinner
2023-09-04
1
-43/+83
*
[3.12] gh-108388: regrtest splits test_asyncio package (GH-108393) (#108397)
Miss Islington (bot)
2023-08-24
1
-14/+11
*
[3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105...
Miss Islington (bot)
2023-07-05
1
-0/+20
*
bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (#30895)
Nikita Sobolev
2023-04-07
1
-2/+29
*
gh-100086: Add build info to test.libregrtest (#100093)
Victor Stinner
2022-12-08
1
-1/+3
*
gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)
Victor Stinner
2022-11-02
1
-6/+16
*
gh-94052: Don't re-run failed tests with --python option (#94054)
Christian Heimes
2022-06-21
1
-1/+10
*
gh-84461: Fix Emscripten umask and permission issues (GH-94002)
Christian Heimes
2022-06-19
1
-0/+12
*
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
Christian Heimes
2022-06-13
1
-3/+8
*
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki
2022-04-22
1
-2/+1
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
1
-1/+3
*
bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
Jeremy Kloth
2022-03-22
1
-22/+22
*
bpo-45745: Remove regrtest --findleaks options (GH-29514)
Victor Stinner
2021-11-12
1
-1/+1
*
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183)
Victor Stinner
2021-09-07
1
-4/+7
*
bpo-44708: Only re-run test methods that match names of previously failing te...
Ćukasz Langa
2021-07-22
1
-31/+45
*
bpo-41718: libregrtest avoids importing datetime (GH-24985)
Victor Stinner
2021-03-23
1
-3/+5
*
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
Hai Shi
2020-06-30
1
-6/+6
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-0/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
1
-1/+2
*
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
1
-1/+1
*
regrtest: log timeout at startup (GH-19514)
Victor Stinner
2020-04-14
1
-1/+4
*
bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...
Pablo Galindo
2019-11-19
1
-1/+1
*
bpo-36670: Enhance regrtest (GH-16556)
Victor Stinner
2019-10-03
1
-14/+21
*
bpo-36670: Multiple regrtest bugfixes (GH-16511)
Victor Stinner
2019-10-01
1
-9/+10
*
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)
Victor Stinner
2019-09-18
1
-5/+0
*
bpo-38203: regrtest: put a 2 min timeout on Python exit (GH-16250)
Victor Stinner
2019-09-18
1
-10/+24
*
bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)
Victor Stinner
2019-08-14
1
-1/+3
*
bpo-37707: Exclude expensive unit tests from PGO task (GH-15009)
Neil Schemenauer
2019-07-30
1
-0/+1
*
Only setup PGO tests when --pgo is enabled. (GH-14927)
Gregory P. Smith
2019-07-24
1
-2/+3
*
bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)
Neil Schemenauer
2019-07-22
1
-0/+4
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-37359: Fix regrtest --cleanup (GH-14336)
Victor Stinner
2019-06-24
1
-1/+1
*
bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
Victor Stinner
2019-06-24
1
-13/+38
*
bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)
Victor Stinner
2019-05-14
1
-36/+54
*
bpo-36719: regrtest -jN no longer stops on crash (GH-13231)
Victor Stinner
2019-05-13
1
-2/+5
*
bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)
Victor Stinner
2019-04-26
1
-13/+22
*
bpo-36719: Fix regrtest re-run (GH-12964)
Victor Stinner
2019-04-26
1
-10/+13
*
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
Victor Stinner
2019-04-26
1
-38/+5
*
bpo-36725: Refactor regrtest multiprocessing code (GH-12961)
Victor Stinner
2019-04-26
1
-7/+10
*
bpo-36725: regrtest: add TestResult type (GH-12960)
Victor Stinner
2019-04-26
1
-43/+45
[next]