summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest
Commit message (Expand)AuthorAgeFilesLines
* gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...Serhiy Storchaka2023-09-051-1/+3
* Add missed "f" in an f-string (GH-108906)Serhiy Storchaka2023-09-051-1/+1
* gh-89392: Remove support of test_main() in libregrtest (GH-108876)Serhiy Storchaka2023-09-051-8/+5
* gh-108834: regrtest --fail-rerun exits with code 5 (#108896)Victor Stinner2023-09-051-2/+3
* gh-108834: regrtest reruns failed tests in subprocesses (#108839)Victor Stinner2023-09-035-389/+585
* regrtest computes statistics (#108793)Victor Stinner2023-09-025-241/+306
* gh-108388: Convert test_concurrent_futures to package (#108401)Victor Stinner2023-08-241-0/+1
* gh-108388: Split test_multiprocessing_spawn (#108396)Victor Stinner2023-08-241-0/+3
* gh-108388: regrtest splits test_asyncio package (#108393)Victor Stinner2023-08-242-44/+39
* gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)Victor Stinner2023-08-221-17/+24
* gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)Victor Stinner2023-08-211-0/+5
* gh-101634: regrtest reports decoding error as failed test (#106169)Victor Stinner2023-06-281-1/+11
* Display the sanitizer config in the regrtest header. (#105301)Gregory P. Smith2023-06-061-0/+20
* gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424)Alex Waygood2023-05-131-9/+6
* GH-86275: Implementation of hypothesis stubs for property-based tests, with z...Paul Ganssle2023-05-121-1/+3
* gh-91896: Improve visibility of `ByteString` deprecation warnings (#104294)Alex Waygood2023-05-121-6/+10
* gh-103193: Fix refleaks in `test_inspect` and `test_typing` (#104320)Alex Waygood2023-05-091-0/+7
* gh-82054: allow test runner to split test_asyncio to execute in parallel by s...Joshua Herman2023-04-301-3/+16
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-4/+10
* bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (#30895)Nikita Sobolev2023-04-071-2/+29
* gh-100086: Add build info to test.libregrtest (#100093)Victor Stinner2022-12-082-1/+88
* gh-72719: Remove asyncore and asynchat modules (#96580)Nikita Sobolev2022-11-081-2/+2
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-9/+0
* GH-98686: Quicken everything (GH-98687)Brandt Bucher2022-11-021-2/+1
* gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)Victor Stinner2022-11-021-6/+16
* gh-95027: Fix regrtest stdout encoding on Windows (#98492)Victor Stinner2022-10-211-3/+11
* gh-96465: Clear fractions hash lru_cache under refleak testing (GH-96689)Zachary Ware2022-09-081-0/+7
* gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253)Christian Heimes2022-06-291-39/+38
* Run Tools/scripts/reindent.py (#94225)Victor Stinner2022-06-261-1/+0
* gh-94052: Don't re-run failed tests with --python option (#94054)Christian Heimes2022-06-213-6/+17
* gh-84461: Fix Emscripten umask and permission issues (GH-94002)Christian Heimes2022-06-191-0/+12
* gh-93353: regrtest supports checking tmp files with -j2 (#93909)Victor Stinner2022-06-161-3/+6
* gh-93353: Fix regrtest for -jN with N >= 2 (GH-93813)Victor Stinner2022-06-141-15/+21
* gh-93353: regrtest checks for leaked temporary files (#93776)Victor Stinner2022-06-142-7/+35
* gh-84461: Fix parallel testing on WebAssembly (GH-93768)Christian Heimes2022-06-131-3/+8
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+1
* gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...Ethan Smith2022-05-022-2/+11
* gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)Serhiy Storchaka2022-04-251-4/+5
* gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)Inada Naoki2022-04-221-2/+1
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-071-1/+3
* bpo-40280: Detect if WASM platform supports threading (GH-32243)Christian Heimes2022-04-021-1/+4
* bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)Jeremy Kloth2022-03-222-185/+117
* Fix EncodingWarning in libregrtest (GH-31654)Inada Naoki2022-03-031-1/+1
* bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)Sam Gross2022-01-111-8/+10
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner2021-12-071-1/+11
* bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)Victor Stinner2021-11-151-11/+1
* bpo-45745: Remove regrtest --findleaks options (GH-29514)Victor Stinner2021-11-123-10/+3
* bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327)Erlend Egeberg Aasland2021-11-011-1/+1
* bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)Gregory P. Smith2021-10-221-0/+24
* bpo-45410: regrtest replaces print_warning.orig_stderr (GH-28926)Victor Stinner2021-10-132-3/+13