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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-108303: Move all doctest related files and tests to `Lib/test/test_...
Nikita Sobolev
2024-01-19
1
-0/+1
*
[3.11] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...
Miss Islington (bot)
2023-12-04
2
-9/+13
*
[3.11] [3.12] gh-109413: libregrtest: Backport `.py`-file changes from GH-112...
Miss Islington (bot)
2023-12-01
7
-12/+18
*
[3.11] [3.12] gh-109413: libregrtest: enable mypy's `--strict-optional` check...
Miss Islington (bot)
2023-12-01
4
-4/+48
*
[3.11] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112594)
Miss Islington (bot)
2023-12-01
4
-22/+28
*
[3.11] gh-111929: Fix regrtest clear_caches() (#111949)
Victor Stinner
2023-11-12
1
-7/+0
*
[3.11] gh-111929: Fix regrtest --pgo: test_str => test_unicode (GH-111938) (#...
Miss Islington (bot)
2023-11-10
1
-1/+1
*
[3.11] gh-111881: Import doctest lazily in libregrtest (GH-111884) (#111894)
Miss Islington (bot)
2023-11-09
1
-5/+8
*
[3.11] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (...
Miss Islington (bot)
2023-11-01
1
-2/+8
*
[3.11] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ...
Nikita Sobolev
2023-10-31
1
-0/+1
*
[3.11] gh-111165: Add missed "support." prefix for "verbose" (GH-111327) (GH-...
Miss Islington (bot)
2023-10-25
1
-1/+1
*
[3.11] [3.12] gh-111165: Move test running code from test.support to libregrt...
Serhiy Storchaka
2023-10-25
7
-11/+335
*
[3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (G...
Serhiy Storchaka
2023-10-21
8
-42/+36
*
[3.11] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111153)
Miss Islington (bot)
2023-10-21
2
-9/+14
*
[3.11] gh-110756: Fix libregrtest clear_caches() for distutils (#111011)
Victor Stinner
2023-10-17
1
-0/+9
*
[3.11] regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363) (#110924)
Miss Islington (bot)
2023-10-16
1
-4/+6
*
gh-110756: Sync regrtest with main branch (#110758) (#110781)
Victor Stinner
2023-10-12
18
-1895/+2884
*
[3.11] [3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (GH-...
Miss Islington (bot)
2023-10-05
1
-7/+10
*
[3.11] gh-109972: Split test_gdb.py into test_gdb package (#109977) (… (#11...
Victor Stinner
2023-10-04
1
-0/+1
*
[3.11] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#109962)
Victor Stinner
2023-09-27
1
-5/+7
*
[3.11] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109951)
Victor Stinner
2023-09-27
1
-1/+1
*
[3.11] gh-108388: Convert test_concurrent_futures to package (#108401) (#109704)
Victor Stinner
2023-09-22
1
-0/+1
*
[3.11] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#109688)
Miss Islington (bot)
2023-09-21
1
-0/+3
*
[3.11] gh-108303: Move `test_future` into its own test_future_stmt subdir (#1...
Victor Stinner
2023-09-21
1
-0/+1
*
[3.11] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) (#1...
Victor Stinner
2023-09-20
1
-10/+2
*
[3.11] gh-108822: Fix regrtest clear_caches() (#109432)
Victor Stinner
2023-09-15
1
-7/+0
*
[3.11] gh-108416: Mark slow but not CPU bound test methods with requires_reso...
Serhiy Storchaka
2023-09-05
1
-1/+3
*
[3.11] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (GH...
Serhiy Storchaka
2023-09-05
1
-5/+4
*
[3.11] gh-108822: Backport libregrtest changes from the main branch (#108820)
Victor Stinner
2023-09-03
6
-282/+520
*
[3.11] gh-101634: regrtest reports decoding error as failed test (#106169) (#...
Victor Stinner
2023-06-28
1
-1/+11
*
[3.11] bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (GH-30895)...
Łukasz Langa
2023-04-07
1
-2/+34
*
gh-95027: Fix regrtest stdout encoding on Windows (GH-98492)
Miss Islington (bot)
2022-10-21
1
-3/+11
*
[3.11] gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253) (...
Christian Heimes
2022-06-29
1
-26/+28
*
Run Tools/scripts/reindent.py (GH-94225)
Miss Islington (bot)
2022-06-26
1
-1/+0
*
gh-94052: Don't re-run failed tests with --python option (GH-94054)
Miss Islington (bot)
2022-06-21
3
-6/+17
*
[3.11] gh-84461: Fix Emscripten umask and permission issues (GH-94002) (GH-94...
Christian Heimes
2022-06-19
1
-0/+12
*
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
Miss Islington (bot)
2022-06-13
1
-3/+8
*
gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...
Ethan Smith
2022-05-02
2
-2/+11
*
gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)
Serhiy Storchaka
2022-04-25
1
-4/+5
*
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-40280: Detect if WASM platform supports threading (GH-32243)
Christian Heimes
2022-04-02
1
-1/+4
*
bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
Jeremy Kloth
2022-03-22
2
-185/+117
*
Fix EncodingWarning in libregrtest (GH-31654)
Inada Naoki
2022-03-03
1
-1/+1
*
bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
Sam Gross
2022-01-11
1
-8/+10
*
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...
Victor Stinner
2021-12-07
1
-1/+11
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
1
-11/+1
*
bpo-45745: Remove regrtest --findleaks options (GH-29514)
Victor Stinner
2021-11-12
3
-10/+3
*
bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327)
Erlend Egeberg Aasland
2021-11-01
1
-1/+1
*
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
Gregory P. Smith
2021-10-22
1
-0/+24
[next]