summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195) (#1...Miss Islington (bot)2024-07-011-0/+59
* [3.12] gh-119050: Add XML support to libregrtest refleak checker (#119148) (#...Victor Stinner2024-05-201-9/+0
* [3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#11...Victor Stinner2024-03-261-3/+71
* [3.12] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718)...Miss Islington (bot)2024-03-131-1/+5
* [3.12] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...Miss Islington (bot)2023-12-041-0/+19
* [3.12] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (...Miss Islington (bot)2023-11-011-0/+23
* [3.12] gh-111165: Move test running code from test.support to libregrtest (GH...Serhiy Storchaka2023-10-251-1/+117
* [3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (G...Serhiy Storchaka2023-10-211-23/+19
* [3.12] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111154)Miss Islington (bot)2023-10-211-13/+59
* [3.12] regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363) (#110925)Miss Islington (bot)2023-10-161-3/+5
* [3.12] gh-110756: Sync regrtest with main branch (#110758)Victor Stinner2023-10-121-112/+403
* [3.12] gh-108834: Sync libregrtest with the main branch (#108966)Victor Stinner2023-09-081-87/+219
* [3.12] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (#1...Serhiy Storchaka2023-09-051-4/+4
* [3.12] gh-108822: regrtest computes statistics (#108793) (#108833)Victor Stinner2023-09-041-51/+155
* [3.12] gh-101634: regrtest reports decoding error as failed test (GH-106169) ...Miss Islington (bot)2023-06-281-0/+36
* bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (#30895)Nikita Sobolev2023-04-071-0/+154
* gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)Victor Stinner2022-11-021-20/+34
* gh-93353: regrtest supports checking tmp files with -j2 (#93909)Victor Stinner2022-06-161-8/+12
* gh-93353: Fix regrtest for -jN with N >= 2 (GH-93813)Victor Stinner2022-06-141-1/+3
* gh-93353: regrtest checks for leaked temporary files (#93776)Victor Stinner2022-06-141-0/+20
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+0
* gh-69443: Add test.support.Py_DEBUG constant (#93226)Victor Stinner2022-05-251-5/+4
* gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)Serhiy Storchaka2022-04-251-1/+1
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-251-0/+2
* bpo-45745: Remove regrtest --findleaks options (GH-29514)Victor Stinner2021-11-121-7/+1
* bpo-45410: regrtest replaces print_warning.orig_stderr (GH-28926)Victor Stinner2021-10-131-0/+40
* bpo-44708: Only re-run test methods that match names of previously failing te...Łukasz Langa2021-07-221-15/+17
* bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187)Łukasz Langa2021-07-161-1/+9
* bpo-43843: libregrtest uses threading.excepthook (GH-25400)Victor Stinner2021-04-161-1/+32
* bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718)Victor Stinner2020-08-031-4/+9
* bpo-40275: Use new test.support helper submodules in tests (GH-21219)Hai Shi2020-06-301-17/+18
* bpo-41043: Escape literal part of the path for glob(). (GH-20994)Serhiy Storchaka2020-06-201-1/+1
* bpo-40443: Remove unused imports in tests (GH-19805)Victor Stinner2020-04-291-1/+0
* bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...Pablo Galindo2019-11-191-0/+54
* bpo-37531: regrtest ignores output on timeout (GH-16659)Victor Stinner2019-10-081-1/+0
* bpo-36670: Enhance regrtest (GH-16556)Victor Stinner2019-10-031-6/+8
* bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on all platforms...Victor Stinner2019-09-191-2/+1
* bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)Victor Stinner2019-09-181-4/+1
* bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on Windows (GH-1...Victor Stinner2019-09-171-0/+2
* bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)Victor Stinner2019-08-141-0/+27
* bpo-37667: Add regression test for regrtest. (GH-14929)Gregory P. Smith2019-07-241-0/+26
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332)Victor Stinner2019-06-241-0/+15
* bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-...Paul Monson2019-06-191-0/+4
* bpo-37069: regrtest uses sys.unraisablehook (GH-13759)Victor Stinner2019-06-121-1/+29
* bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)Paul Monson2019-06-071-2/+6
* bpo-36719: Fix regrtest re-run (GH-12964)Victor Stinner2019-04-261-1/+22
* bpo-36719: regrtest always detect uncollectable objects (GH-12951)Victor Stinner2019-04-261-6/+35
* bpo-36725: Refactor regrtest multiprocessing code (GH-12961)Victor Stinner2019-04-261-2/+2
* bpo-36725: regrtest: add TestResult type (GH-12960)Victor Stinner2019-04-261-13/+15
* bpo-36465: Fix test_regrtest on Windows (GH-12945)Victor Stinner2019-04-241-1/+1