summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/main.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#11...Victor Stinner2024-03-261-3/+55
* [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...Antoine Pitrou2024-03-181-0/+5
* [3.12] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...Miss Islington (bot)2023-12-041-5/+13
* [3.12] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112593)Miss Islington (bot)2023-12-011-1/+0
* [3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (G...Serhiy Storchaka2023-10-211-12/+3
* [3.12] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111154)Miss Islington (bot)2023-10-211-8/+13
* [3.12] gh-110756: Sync regrtest with main branch (#110758)Victor Stinner2023-10-121-699/+475
* [3.12] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#110340)Victor Stinner2023-10-041-5/+7
* [3.12] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109950)Victor Stinner2023-10-021-1/+1
* [3.12] gh-108834: Sync libregrtest with the main branch (#108966)Victor Stinner2023-09-081-280/+312
* [3.12] gh-108822: regrtest computes statistics (#108793) (#108833)Victor Stinner2023-09-041-43/+83
* [3.12] gh-108388: regrtest splits test_asyncio package (GH-108393) (#108397)Miss Islington (bot)2023-08-241-14/+11
* [3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105...Miss Islington (bot)2023-07-051-0/+20
* 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-081-1/+3
* gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)Victor Stinner2022-11-021-6/+16
* gh-94052: Don't re-run failed tests with --python option (#94054)Christian Heimes2022-06-211-1/+10
* gh-84461: Fix Emscripten umask and permission issues (GH-94002)Christian Heimes2022-06-191-0/+12
* gh-84461: Fix parallel testing on WebAssembly (GH-93768)Christian Heimes2022-06-131-3/+8
* 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-44336: Prevent tests hanging on child process handles on Windows (GH-26578)Jeremy Kloth2022-03-221-22/+22
* bpo-45745: Remove regrtest --findleaks options (GH-29514)Victor Stinner2021-11-121-1/+1
* bpo-45118: Fix regrtest second summary for re-run tests (GH-28183)Victor Stinner2021-09-071-4/+7
* bpo-44708: Only re-run test methods that match names of previously failing te...Ɓukasz Langa2021-07-221-31/+45
* bpo-41718: libregrtest avoids importing datetime (GH-24985)Victor Stinner2021-03-231-3/+5
* bpo-40275: Use new test.support helper submodules in tests (GH-21219)Hai Shi2020-06-301-6/+6
* bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....Serhiy Storchaka2020-06-251-0/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-20849)Hai Shi2020-06-251-1/+2
* bpo-41043: Escape literal part of the path for glob(). (GH-20994)Serhiy Storchaka2020-06-201-1/+1
* regrtest: log timeout at startup (GH-19514)Victor Stinner2020-04-141-1/+4
* bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...Pablo Galindo2019-11-191-1/+1
* bpo-36670: Enhance regrtest (GH-16556)Victor Stinner2019-10-031-14/+21
* bpo-36670: Multiple regrtest bugfixes (GH-16511)Victor Stinner2019-10-011-9/+10
* bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)Victor Stinner2019-09-181-5/+0
* bpo-38203: regrtest: put a 2 min timeout on Python exit (GH-16250)Victor Stinner2019-09-181-10/+24
* bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)Victor Stinner2019-08-141-1/+3
* bpo-37707: Exclude expensive unit tests from PGO task (GH-15009)Neil Schemenauer2019-07-301-0/+1
* Only setup PGO tests when --pgo is enabled. (GH-14927)Gregory P. Smith2019-07-241-2/+3
* bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)Neil Schemenauer2019-07-221-0/+4
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+0
* bpo-37359: Fix regrtest --cleanup (GH-14336)Victor Stinner2019-06-241-1/+1
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332)Victor Stinner2019-06-241-13/+38
* bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)Victor Stinner2019-05-141-36/+54
* bpo-36719: regrtest -jN no longer stops on crash (GH-13231)Victor Stinner2019-05-131-2/+5
* bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)Victor Stinner2019-04-261-13/+22
* bpo-36719: Fix regrtest re-run (GH-12964)Victor Stinner2019-04-261-10/+13
* bpo-36719: regrtest always detect uncollectable objects (GH-12951)Victor Stinner2019-04-261-38/+5
* bpo-36725: Refactor regrtest multiprocessing code (GH-12961)Victor Stinner2019-04-261-7/+10
* bpo-36725: regrtest: add TestResult type (GH-12960)Victor Stinner2019-04-261-43/+45