summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest
Commit message (Expand)AuthorAgeFilesLines
* gh-136702: Clear codec caches for refleak tests; use test.support helpers (GH...Petr Viktorin2025-11-101-0/+19
* gh-140082: Forward colorizing from libregrtest to unittest (#140083)Cody Maloney2025-10-292-0/+15
* gh-140482: Preserve and restore `stty echo` as a test environment (#140519)Barry Warsaw2025-10-241-0/+26
* gh-137242: Allow Android testbed to take all Python command-line options (#13...Malcolm Smith2025-10-061-8/+20
* gh-139322: Create test_os package (#139453)Victor Stinner2025-10-011-1/+2
* gh-139208: Fix regrtest --fast-ci --verbose (#139240)Victor Stinner2025-09-231-1/+5
* gh-118803: Make `ByteString` deprecations louder; remove `ByteString` from `t...Alex Waygood2025-09-181-0/+9
* gh-137242: Add a --no-randomize option, and use it in Android CI (#138649)Victor Stinner2025-09-081-0/+5
* gh-138013: Move I/O tests to test_io (#138365)Cody Maloney2025-09-031-0/+1
* gh-137341: Remove more word duplications (GH-137342)Serhiy Storchaka2025-08-031-1/+1
* gh-134657: Remove newly added private names from asyncio.__all__ (#134665)Jelle Zijlstra2025-07-091-1/+1
* gh-117657: enable `test_capi` under TSAN (#136269)Kumar Aditya2025-07-081-3/+1
* gh-135494: Fix python -m test --pgo -x test_re (#135713)Victor Stinner2025-06-241-6/+10
* gh-130605: reenable `test_concurrent_futures` tests under TSAN (#135790)Kumar Aditya2025-06-211-1/+1
* gh-135489: Show verbose output for failing tests during PGO profiling step wi...PuQing2025-06-171-1/+1
* gh-135124: Change stdout errors in regrtest worker process (#135138)Victor Stinner2025-06-052-6/+10
* gh-133519: Add console to resources in libregrtest (#133520)AN Long2025-05-091-1/+1
* GH-133231: Add JIT utilities in sys._jit (GH-133233)Brandt Bucher2025-05-051-36/+4
* Bump mypy to 1.15 (#133405)sobolevn2025-05-051-1/+1
* gh-127945: add `test_ctypes` to free-threading TSAN CI (#132727)Kumar Aditya2025-04-211-0/+1
* gh-132678: Add --prioritize to regrtest (GH-132679)Ɓukasz Langa2025-04-182-5/+38
* gh-128002: run all asyncio tests with tsan CI (#131797)Kumar Aditya2025-03-281-1/+1
* gh-128770: raise warnings as errors in test suite - except for test_socket wh...Thomas Grainger2025-03-271-2/+2
* gh-131152: Remove unused imports from tests (#131153)Victor Stinner2025-03-133-3/+1
* gh-117174: Fix reference leak and gdb tests (#131095)Pablo Galindo Salgado2025-03-111-3/+14
* gh-128002: add `test_asyncio.test_free_threading` to tsan tests (#131106)Kumar Aditya2025-03-111-0/+1
* gh-130605: Temporarily disable test_concurrent_futures in TSAN CI job (gh-130...Sam Gross2025-02-261-1/+1
* gh-129824: Temporarily skip InterpreterPoolMixin tests under TSAN (gh-129826)Sam Gross2025-02-251-0/+1
* gh-129363: Change regrtest sequential mode output (#129476)Victor Stinner2025-02-211-15/+6
* gh-117657: Add test_thread_local_bytecode to TSAN tests (gh-129753)Sam Gross2025-02-111-0/+1
* gh-117657: Enable test_opcache under TSAN (GH-129831)Sam Gross2025-02-111-0/+1
* gh-129980: Include test name in TSAN filename in multiprocess test runner (GH...Sam Gross2025-02-111-0/+9
* gh-128657: Run test_hashlib with `--parallel-threads` (GH-129833)Sam Gross2025-02-081-0/+1
* gh-117657: Include all of test_free_threading in TSAN tests (#129749)Sam Gross2025-02-061-1/+1
* gh-129694: Add `--parallel-threads` TSAN job to CI (gh-129696)Sam Gross2025-02-063-1/+20
* gh-127933: Add option to run regression tests in parallel (gh-128003)Sam Gross2025-02-045-2/+118
* gh-128595: Default to stdout isatty for colour detection instead of stderr (#...Hugo van Kemenade2025-01-201-11/+20
* Revert "gh-128770: raise warnings as errors in test suite - except for test_s...Hugo van Kemenade2025-01-171-2/+2
* gh-128770: raise warnings as errors in test suite - except for test_socket wh...Thomas Grainger2025-01-171-2/+2
* gh-128690: temporarily do not use test_embed in PGO profile builds (#128771)Ned Deily2025-01-131-1/+0
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-181-1/+1
* gh-127146: Emscripten clean up test suite (#127984)Hood Chatham2024-12-172-14/+1
* add help blurb for "extralargefile" (#127710)Skip Montanaro2024-12-101-20/+22
* gh-127718: Add colour to `test.regrtest` output (#127719)Hugo van Kemenade2024-12-104-53/+117
* gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensio...Daniele Parmeggiani2024-12-031-0/+1
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-12-021-1/+1
* gh-109413: Fix libregrtest get_running() (#127153)Victor Stinner2024-11-221-1/+1
* gh-109413: Enable mypy's `disallow_any_generics` setting when checking `libre...sobolevn2024-11-194-4/+7
* gh-109413: Enable `strict_optional = true` for `libregrtest/run_workers` (#12...sobolevn2024-11-182-11/+13
* gh-109413: Enable `strict_optional` for `libregrtest/main.py` (#126394)sobolevn2024-11-134-8/+21