summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest
Commit message (Expand)AuthorAgeFilesLines
* gh-115122: Add --bisect option to regrtest (#115123)Victor Stinner2024-02-185-25/+116
* gh-115490: Work around test.support.interpreters.channels not handling unload...T. Wouters2024-02-151-2/+7
* gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...Nikita Sobolev2024-02-131-0/+1
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-121-2/+2
* gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)Ronald Oussoren2024-01-211-1/+7
* gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...Nikita Sobolev2024-01-181-0/+1
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-301-0/+7
* gh-108223: Refer to PEP 703 as Free Threading (#112780)Victor Stinner2023-12-061-1/+1
* gh-108927: Fix removing testing modules from sys.modules (GH-108952)Serhiy Storchaka2023-12-042-9/+13
* gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files...Alex Waygood2023-12-014-5/+16
* gh-109413: regrtest: add WorkerRunTests class (#112588)Victor Stinner2023-12-014-22/+28
* gh-109413: Run mypy on `libregrtest` in CI (#112558)Alex Waygood2023-11-309-17/+30
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Ɓukasz Langa2023-11-107-22/+68
* gh-111881: Import doctest lazily in libregrtest (#111884)Victor Stinner2023-11-091-5/+8
* gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)Victor Stinner2023-11-011-2/+8
* gh-111165: Add missed "support." prefix for "verbose" (GH-111327)Serhiy Storchaka2023-10-251-1/+1
* gh-111165: Move test running code from test.support to libregrtest (GH-111166)Serhiy Storchaka2023-10-257-11/+338
* gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)Serhiy Storchaka2023-10-218-42/+36
* gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)Victor Stinner2023-10-212-9/+14
* regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363)Zachary Ware2023-10-151-4/+6
* regrtest: --fast-ci/slow-ci no longer imply --rerun-fail (#110849)Victor Stinner2023-10-141-1/+0
* gh-108303: Move all inspect test files to `test_inspect/` (#109607)Nikita Sobolev2023-10-101-0/+1
* Add support.MS_WINDOWS constant (#110446)Victor Stinner2023-10-064-7/+6
* gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)Victor Stinner2023-10-051-0/+2
* gh-110367: Enhance regrtest -jN --verbose3 (#110368)Victor Stinner2023-10-051-2/+13
* gh-109276: regrtest: shorter list of resources (#110326)Victor Stinner2023-10-042-17/+43
* gh-110171: `libregrtest` always sets `random.seed` (#110172)Nikita Sobolev2023-10-043-14/+15
* gh-110276: Run `test_str`, not `test_unicode`, as part of the PGO build (#110...Alex Waygood2023-10-031-1/+1
* 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-012-1/+4
* gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)Victor Stinner2023-09-302-18/+119
* gh-109276: regrtest: add WORKER_FAILED state (#110148)Victor Stinner2023-09-304-28/+73
* gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)Victor Stinner2023-09-291-5/+1
* gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)Victor Stinner2023-09-294-14/+33
* gh-109972: Split test_gdb.py into test_gdb package (#109977)Victor Stinner2023-09-281-0/+1
* gh-109566: regrtest doesn't enable --rerun if --python is used (#109969)Victor Stinner2023-09-271-1/+2
* gh-109615: Fix support test_copy_python_src_ignore() (#109958)Victor Stinner2023-09-271-5/+7
* gh-109566: Fix regrtest Python options for WASM/WASI (#109954)Victor Stinner2023-09-272-4/+11
* gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)Victor Stinner2023-09-271-1/+1
* gh-109566: Fix regrtest code adding Python options (#109926)Victor Stinner2023-09-262-26/+46
* gh-109276, gh-109508: Fix libregrtest stdout (#109903)Victor Stinner2023-09-263-53/+26
* gh-109566: regrtest reexecutes the process (#109909)Victor Stinner2023-09-262-4/+42
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-264-5/+65
* gh-109739: regrtest disables load tracker if refleak (#109871)Victor Stinner2023-09-261-3/+13
* gh-109276: regrtest re-runs "env changed" tests (#109831)Victor Stinner2023-09-251-5/+7
* gh-109276: Enhance libregrtest results (#109828)Victor Stinner2023-09-251-38/+29
* gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)Victor Stinner2023-09-201-10/+2
* gh-109508: Fix libregrtest formatting of getcwd() (#109537)Victor Stinner2023-09-181-1/+10
* gh-109413: Improve mypy config for libregrtest (#109518)Alex Waygood2023-09-181-23/+9