summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-119050: Add XML support to libregrtest refleak checker (#119148) (#...Victor Stinner2024-05-203-16/+37
* [3.12] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119157)Miss Islington (bot)2024-05-181-6/+6
* [3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` ...Miss Islington (bot)2024-04-241-1/+1
* [3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#11...Victor Stinner2024-03-266-36/+162
* [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...Antoine Pitrou2024-03-183-0/+39
* [3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (#116924)Antoine Pitrou2024-03-171-0/+7
* [3.12] gh-116731: libregrtest: Clear inspect & importlib.metadata caches in c...Miss Islington (bot)2024-03-141-0/+9
* [3.12] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718)...Miss Islington (bot)2024-03-131-0/+5
* [3.12] chore: fix typos (#116345) (#116370)Terry Jan Reedy2024-03-052-2/+2
* [3.12] gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission e...Miss Islington (bot)2024-02-291-0/+4
* [3.12] gh-108303: Move all `pydoc` related files to `test_pydoc` (GH-114506) ...Nikita Sobolev2024-02-151-0/+1
* [3.12] gh-108303: Move all doctest related files and tests to `Lib/test/test_...Miss Islington (bot)2024-01-181-0/+1
* [3.12] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...Miss Islington (bot)2023-12-042-9/+13
* [3.12] gh-109413: libregrtest: Backport `.py`-file changes from #112558 (#112...Alex Waygood2023-12-017-12/+18
* [3.12] gh-109413: libregrtest: enable mypy's `--strict-optional` check on mos...Alex Waygood2023-12-014-4/+48
* [3.12] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112593)Miss Islington (bot)2023-12-014-22/+28
* gh-111929: Fix regrtest --pgo: test_str => test_unicode (#111938)Victor Stinner2023-11-101-1/+1
* [3.12] gh-111881: Import doctest lazily in libregrtest (GH-111884) (#111893)Miss Islington (bot)2023-11-091-5/+8
* [3.12] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (...Miss Islington (bot)2023-11-011-2/+8
* [3.12] gh-111165: Add missed "support." prefix for "verbose" (GH-111327) (GH-...Miss Islington (bot)2023-10-251-1/+1
* [3.12] gh-111165: Move test running code from test.support to libregrtest (GH...Serhiy Storchaka2023-10-257-11/+338
* [3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (G...Serhiy Storchaka2023-10-218-42/+36
* [3.12] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111154)Miss Islington (bot)2023-10-212-9/+14
* [3.12] regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363) (#110925)Miss Islington (bot)2023-10-161-4/+6
* [3.12] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ...Nikita Sobolev2023-10-131-0/+1
* [3.12] gh-110756: Sync regrtest with main branch (#110779)Victor Stinner2023-10-122-1208/+0
* [3.12] gh-110756: Sync regrtest with main branch (#110758)Victor Stinner2023-10-1216-834/+2841
* [3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413) (...Victor Stinner2023-10-051-7/+10
* [3.12] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#110340)Victor Stinner2023-10-041-5/+7
* [3.12] gh-109972: Split test_gdb.py into test_gdb package (#109977) (#110339)Victor Stinner2023-10-041-0/+1
* [3.12] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109950)Victor Stinner2023-10-021-1/+1
* [3.12] gh-108303: Move `test_future` into its own test_future_stmt subdir (#1...Victor Stinner2023-10-021-0/+1
* [3.12] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) (#1...Victor Stinner2023-10-021-10/+2
* [3.12] gh-108834: Sync libregrtest with the main branch (#108966)Victor Stinner2023-09-085-406/+610
* [3.12] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (#1...Serhiy Storchaka2023-09-051-5/+4
* [3.12] gh-108822: regrtest computes statistics (#108793) (#108833)Victor Stinner2023-09-045-241/+306
* [3.12] gh-108388: Convert test_concurrent_futures to package (#108401) (#108443)Victor Stinner2023-08-261-0/+1
* [3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#108442)Miss Islington (bot)2023-08-251-0/+3
* [3.12] gh-108388: regrtest splits test_asyncio package (GH-108393) (#108397)Miss Islington (bot)2023-08-242-44/+39
* [3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105...Miss Islington (bot)2023-07-051-0/+20
* [3.12] gh-101634: regrtest reports decoding error as failed test (GH-106169) ...Miss Islington (bot)2023-06-281-1/+11
* gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424)Alex Waygood2023-05-131-9/+6
* GH-86275: Implementation of hypothesis stubs for property-based tests, with z...Paul Ganssle2023-05-121-1/+3
* gh-91896: Improve visibility of `ByteString` deprecation warnings (#104294)Alex Waygood2023-05-121-6/+10
* gh-103193: Fix refleaks in `test_inspect` and `test_typing` (#104320)Alex Waygood2023-05-091-0/+7
* gh-82054: allow test runner to split test_asyncio to execute in parallel by s...Joshua Herman2023-04-301-3/+16
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-4/+10
* 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-082-1/+88
* gh-72719: Remove asyncore and asynchat modules (#96580)Nikita Sobolev2022-11-081-2/+2