summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-...Serhiy Storchaka2020-07-021-1/+1
* bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) ...Victor Stinner2020-06-101-26/+1
* bpo-39983: Add test.support.print_warning() (GH-19683) (GH-19687)Victor Stinner2020-04-232-2/+3
* [3.8] Update libregrtest from master (GH-19516)Victor Stinner2020-04-144-11/+56
* bpo-37531: regrtest ignores output on timeout (GH-16659)Miss Islington (bot)2019-10-091-27/+37
* [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-1655...Victor Stinner2019-10-034-68/+126
* bpo-36670: regrtest bug fixes (GH-16537)Miss Islington (bot)2019-10-021-10/+12
* bpo-36670: Multiple regrtest bugfixes (GH-16511)Miss Islington (bot)2019-10-013-133/+175
* bpo-37531: sync regrtest with master branch (GH-16285)Victor Stinner2019-09-192-17/+26
* bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224)Miss Islington (bot)2019-09-171-6/+6
* [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore...Zachary Ware2019-09-111-3/+1
* bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871)Victor Stinner2019-09-101-18/+63
* [3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279)Victor Stinner2019-08-145-18/+51
* bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024)Miss Islington (bot)2019-07-301-0/+1
* bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite c...Miss Islington (bot)2019-07-291-0/+3
* Only setup PGO tests when --pgo is enabled. (GH-14927)Miss Islington (bot)2019-07-241-2/+3
* bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)Miss Islington (bot)2019-07-223-1/+61
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)Miss Islington (bot)2019-07-021-16/+0
* Remove unused imports in tests (GH-14518) (GH-14520)Victor Stinner2019-07-011-1/+0
* bpo-37359: Fix regrtest --cleanup (GH-14336)Miss Islington (bot)2019-06-241-1/+1
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334)Victor Stinner2019-06-242-14/+41
* bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)Steve Dower2019-05-291-21/+26
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+6
* bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)Victor Stinner2019-05-142-44/+66
* bpo-36719: Fix regrtest MultiprocessThread (GH-13301)Victor Stinner2019-05-141-4/+55
* bpo-36719: regrtest -jN no longer stops on crash (GH-13231)Victor Stinner2019-05-134-18/+46
* bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)Victor Stinner2019-04-262-14/+29
* bpo-36719: Fix regrtest re-run (GH-12964)Victor Stinner2019-04-262-13/+13
* bpo-36719: regrtest always detect uncollectable objects (GH-12951)Victor Stinner2019-04-263-63/+27
* bpo-36725: Refactor regrtest multiprocessing code (GH-12961)Victor Stinner2019-04-263-150/+200
* bpo-36725: regrtest: add TestResult type (GH-12960)Victor Stinner2019-04-267-195/+271
* bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849)Paul Monson2019-04-181-2/+7
* bpo-36560: regrtest: don't collect the GC twice (GH-12747)Victor Stinner2019-04-091-2/+4
* bpo-36560: Fix reference leak hunting in regrtest (GH-12744)Victor Stinner2019-04-093-33/+42
* bpo-34060: Report system load when running test suite for Windows (GH-8357)Ammar Askar2019-04-092-2/+115
* bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)Victor Stinner2019-04-081-2/+6
* Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)Anthony Sottile2019-02-251-4/+2
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-221-0/+4
* Fix typo in test module usage message (GH-11374)sth2018-12-311-1/+1
* bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180)Victor Stinner2018-12-171-2/+2
* bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150)Pablo Galindo2018-11-292-1/+17
* Add --tempdir option for test run (GH-10322)Steve Dower2018-11-172-10/+8
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Steve Dower2018-09-184-20/+68
* bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)Victor Stinner2018-09-073-11/+11
* bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters...Pablo Galindo2018-06-262-1/+11
* bpo-33873: regrtest: Add warning on -R 1:3 (GH-7736)Pablo Galindo2018-06-161-0/+7
* bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)Victor Stinner2018-06-142-10/+19
* bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)Victor Stinner2018-06-081-1/+7
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-021-0/+7
* bpo-33718: regrtest: enhance "running:" formatting (GH-7292)Victor Stinner2018-06-013-43/+51