| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-44708: Only re-run test methods that match names of previously failing te... | Miss Islington (bot) | 2021-07-22 | 4 | -162/+312 |
|
|
* | bpo-44647: Add a permanent Unicode-valued env var to regrtest (GH-27187) (#2... | Miss Islington (bot) | 2021-07-16 | 1 | -0/+10 |
|
|
* | bpo-43843: libregrtest uses threading.excepthook (GH-25400) | Victor Stinner | 2021-04-16 | 2 | -1/+36 |
|
|
* | bpo-41718: libregrtest avoids importing datetime (GH-24985) | Victor Stinner | 2021-03-23 | 1 | -3/+5 |
|
|
* | bpo-41718: Disable support.testresult XML output by default (GH-24982) | Victor Stinner | 2021-03-23 | 1 | -0/+4 |
|
|
* | bpo-41718: libregrtest runtest avoids import_helper (GH-24983) | Victor Stinner | 2021-03-23 | 1 | -2/+4 |
|
|
* | bpo-41718: Reduce libregrtest runtest imports (GH-24980) | Victor Stinner | 2021-03-22 | 3 | -97/+107 |
|
|
* | bpo-41718: regrtest saved_test_environment avoids imports (GH-24934) | Victor Stinner | 2021-03-22 | 2 | -42/+69 |
|
|
* | bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui... | Pablo Galindo | 2021-02-28 | 1 | -0/+1 |
|
|
* | bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) | Brandt Bucher | 2021-02-26 | 1 | -0/+1 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21785) | Hai Shi | 2020-08-08 | 1 | -3/+3 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21772) | Hai Shi | 2020-08-07 | 2 | -4/+8 |
|
|
* | bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) | Victor Stinner | 2020-08-03 | 1 | -1/+6 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21219) | Hai Shi | 2020-06-30 | 3 | -8/+10 |
|
|
* | bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters.... | Serhiy Storchaka | 2020-06-25 | 1 | -0/+1 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-20849) | Hai Shi | 2020-06-25 | 3 | -4/+8 |
|
|
* | bpo-41043: Escape literal part of the path for glob(). (GH-20994) | Serhiy Storchaka | 2020-06-20 | 1 | -1/+1 |
|
|
* | bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) | Victor Stinner | 2020-06-10 | 1 | -26/+1 |
|
|
* | bpo-39983: Add test.support.print_warning() (GH-19683) | Victor Stinner | 2020-04-23 | 2 | -2/+2 |
|
|
* | regrtest: log timeout at startup (GH-19514) | Victor Stinner | 2020-04-14 | 2 | -4/+15 |
|
|
* | bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor... | Pablo Galindo | 2019-11-19 | 3 | -3/+17 |
|
|
* | bpo-38614: Add timeout constants to test.support (GH-16964) | Victor Stinner | 2019-10-30 | 1 | -0/+11 |
|
|
* | bpo-38502: regrtest uses process groups if available (GH-16829) | Victor Stinner | 2019-10-18 | 1 | -7/+22 |
|
|
* | bpo-37531: regrtest now catchs ProcessLookupError (GH-16827) | Victor Stinner | 2019-10-16 | 1 | -0/+5 |
|
|
* | bpo-37531: regrtest ignores output on timeout (GH-16659) | Victor Stinner | 2019-10-08 | 1 | -27/+37 |
|
|
* | bpo-36670: Enhance regrtest (GH-16556) | Victor Stinner | 2019-10-03 | 4 | -50/+89 |
|
|
* | bpo-36670: Enhance regrtest WindowsLoadTracker (GH-16553) | Victor Stinner | 2019-10-03 | 1 | -26/+42 |
|
|
* | bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) | Victor Stinner | 2019-10-02 | 1 | -1/+4 |
|
|
* | bpo-36670: regrtest bug fixes (GH-16537) | Victor Stinner | 2019-10-02 | 1 | -10/+12 |
|
|
* | bpo-36670: Multiple regrtest bugfixes (GH-16511) | Victor Stinner | 2019-10-01 | 3 | -133/+175 |
|
|
* | bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) | Victor Stinner | 2019-09-18 | 1 | -5/+0 |
|
|
* | bpo-38203: regrtest: put a 2 min timeout on Python exit (GH-16250) | Victor Stinner | 2019-09-18 | 1 | -10/+24 |
|
|
* | bpo-37531: regrtest main process uses shorter timeout (GH-16220) | Victor Stinner | 2019-09-17 | 1 | -6/+6 |
|
|
* | bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-1... | Greg Price | 2019-09-11 | 1 | -3/+1 |
|
|
* | bpo-37531: Fix regrtest _timedout() function on timeout (GH-15419) | Victor Stinner | 2019-08-23 | 1 | -2/+2 |
|
|
* | bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) | Victor Stinner | 2019-08-21 | 1 | -18/+63 |
|
|
* | bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) | Victor Stinner | 2019-08-14 | 3 | -14/+49 |
|
|
* | bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181) | Paul Monson | 2019-08-08 | 1 | -0/+1 |
|
|
* | Fix typos in comments, docs and test names (#15018) | Min ho Kim | 2019-07-30 | 1 | -1/+1 |
|
|
* | bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) | Neil Schemenauer | 2019-07-30 | 1 | -0/+1 |
|
|
* | bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite c... | Steve Dower | 2019-07-29 | 1 | -0/+3 |
|
|
* | Only setup PGO tests when --pgo is enabled. (GH-14927) | Gregory P. Smith | 2019-07-24 | 1 | -2/+3 |
|
|
* | bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) | Neil Schemenauer | 2019-07-22 | 3 | -1/+61 |
|
|
* | bpo-37473: Don't import importlib ASAP in tests (GH-14661) | Victor Stinner | 2019-07-14 | 1 | -3/+0 |
|
|
* | bpo-37421: urllib.request tests call urlcleanup() (GH-14529) | Victor Stinner | 2019-07-02 | 1 | -0/+13 |
|
|
* | bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) | Ned Deily | 2019-07-02 | 1 | -16/+0 |
|
|
* | Remove unused imports in tests (GH-14518) | Victor Stinner | 2019-07-01 | 1 | -1/+0 |
|
|
* | bpo-37359: Fix regrtest --cleanup (GH-14336) | Victor Stinner | 2019-06-24 | 1 | -1/+1 |
|
|
* | bpo-37359: Add --cleanup option to python3 -m test (GH-14332) | Victor Stinner | 2019-06-24 | 2 | -14/+41 |
|
|
* | bpo-37069: regrtest uses sys.unraisablehook (GH-13759) | Victor Stinner | 2019-06-12 | 2 | -0/+21 |
|
|