summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/main.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-135494: Fix python -m test --pgo -x test_re (#135713) (#135881)Victor Stinner2025-06-241-6/+10
* [3.13] gh-135124: Change stdout errors in regrtest worker process (GH-135138)...Miss Islington (bot)2025-06-051-6/+1
* [3.13] gh-128770: raise warnings as errors in test suite - except for test_so...Thomas Grainger2025-03-291-2/+2
* [3.13] gh-129363: Change regrtest sequential mode output (GH-129476) (#130405)Miss Islington (bot)2025-02-211-15/+6
* [3.13] gh-109413: Add more type hints to `libregrtest` (GH-126352) (#126388)Miss Islington (bot)2025-01-081-13/+14
* [3.13] gh-109413: Enable `strict_optional` for `libregrtest/main.py` (GH-1263...sobolevn2024-11-141-3/+18
* [3.13] gh-115382: Fix cross compiles when host and target use same SOABIMiss Islington (bot)2024-10-201-0/+1
* [3.13] Fix typos (#123775) (#123866)Victor Stinner2024-10-071-1/+1
* [3.13] gh-119727: Add --single-process option to regrtest (#119728) (#123010)Malcolm Smith2024-08-261-9/+17
* gh-117783: Immortalize objects that use deferred reference counting (#118112)Sam Gross2024-04-291-2/+6
* Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418)dependabot[bot]2024-04-011-3/+1
* gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)Donghee Na2024-03-151-0/+5
* gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...Eric Snow2024-03-041-7/+2
* gh-115122: Add --bisect option to regrtest (#115123)Victor Stinner2024-02-181-3/+55
* gh-115490: Work around test.support.interpreters.channels not handling unload...T. Wouters2024-02-151-2/+7
* gh-108927: Fix removing testing modules from sys.modules (GH-108952)Serhiy Storchaka2023-12-041-5/+13
* gh-109413: regrtest: add WorkerRunTests class (#112588)Victor Stinner2023-12-011-1/+0
* gh-109413: Run mypy on `libregrtest` in CI (#112558)Alex Waygood2023-11-301-3/+9
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Ɓukasz Langa2023-11-101-14/+16
* gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)Serhiy Storchaka2023-10-211-12/+3
* gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)Victor Stinner2023-10-211-8/+13
* Add support.MS_WINDOWS constant (#110446)Victor Stinner2023-10-061-2/+2
* gh-110171: `libregrtest` always sets `random.seed` (#110172)Nikita Sobolev2023-10-041-6/+7
* gh-110164: regrtest disables random if SOURCE_DATE_EPOCH (#110168)Victor Stinner2023-10-011-2/+7
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-011-1/+1
* gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)Victor Stinner2023-09-301-16/+82
* gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)Victor Stinner2023-09-291-5/+18
* gh-109566: Fix regrtest Python options for WASM/WASI (#109954)Victor Stinner2023-09-271-3/+6
* gh-109566: Fix regrtest code adding Python options (#109926)Victor Stinner2023-09-261-23/+42
* gh-109276, gh-109508: Fix libregrtest stdout (#109903)Victor Stinner2023-09-261-3/+11
* gh-109566: regrtest reexecutes the process (#109909)Victor Stinner2023-09-261-4/+37
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-261-1/+1
* gh-109739: regrtest disables load tracker if refleak (#109871)Victor Stinner2023-09-261-3/+13
* gh-109413: libregrtest: Add and improve type annotations (#109405)Alex Waygood2023-09-141-6/+6
* gh-109276: libregrtest: WASM use filename for JSON (#109340)Victor Stinner2023-09-121-1/+1
* gh-109276: libregrtest: fix worker working dir (#109313)Victor Stinner2023-09-121-2/+2
* gh-109276: libregrtest: limit number workers (#109288)Victor Stinner2023-09-121-1/+6
* gh-109276: libregrtest calls random.seed() before each test (#109279)Victor Stinner2023-09-121-2/+11
* gh-109162: libregrtest: move code around (#109253)Victor Stinner2023-09-111-92/+9
* gh-109162: libregrtest: use relative imports (#109250)Victor Stinner2023-09-111-11/+11
* gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)Victor Stinner2023-09-111-65/+68
* gh-109162: libregrtest: fix Logger (#109246)Victor Stinner2023-09-111-25/+14
* gh-109162: libregrtest: add single.py and result.py (#109243)Victor Stinner2023-09-111-6/+8
* gh-109162: libregrtest: add worker.py (#109229)Victor Stinner2023-09-101-92/+16
* gh-109162: libregrtest: add Logger class (#109212)Victor Stinner2023-09-101-98/+50
* gh-109162: libregrtest: add TestResults class (#109208)Victor Stinner2023-09-101-265/+38
* gh-109162: Refactor libregrtest.Regrtest (#109206)Victor Stinner2023-09-101-88/+86
* gh-109162: Refactor libregrtest.runtest_mp (#109205)Victor Stinner2023-09-101-17/+27
* gh-109162: libregrtest: remove WorkerJob class (#109204)Victor Stinner2023-09-091-6/+15
* gh-109162: Refactor libregrtest.RunTests (#109177)Victor Stinner2023-09-091-25/+32