| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] gh-101634: regrtest reports decoding error as failed test (GH-106169) ... | Miss Islington (bot) | 2023-06-28 | 1 | -0/+36 |
|
|
* | bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (#30895) | Nikita Sobolev | 2023-04-07 | 1 | -0/+154 |
|
|
* | gh-98903: Test suite fails with exit code 4 if no tests ran (#98904) | Victor Stinner | 2022-11-02 | 1 | -20/+34 |
|
|
* | gh-93353: regrtest supports checking tmp files with -j2 (#93909) | Victor Stinner | 2022-06-16 | 1 | -8/+12 |
|
|
* | gh-93353: Fix regrtest for -jN with N >= 2 (GH-93813) | Victor Stinner | 2022-06-14 | 1 | -1/+3 |
|
|
* | gh-93353: regrtest checks for leaked temporary files (#93776) | Victor Stinner | 2022-06-14 | 1 | -0/+20 |
|
|
* | gh-84623: Remove unused imports in tests (#93772) | Victor Stinner | 2022-06-13 | 1 | -1/+0 |
|
|
* | gh-69443: Add test.support.Py_DEBUG constant (#93226) | Victor Stinner | 2022-05-25 | 1 | -5/+4 |
|
|
* | gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905) | Serhiy Storchaka | 2022-04-25 | 1 | -1/+1 |
|
|
* | bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615) | Christian Heimes | 2022-01-25 | 1 | -0/+2 |
|
|
* | bpo-45745: Remove regrtest --findleaks options (GH-29514) | Victor Stinner | 2021-11-12 | 1 | -7/+1 |
|
|
* | bpo-45410: regrtest replaces print_warning.orig_stderr (GH-28926) | Victor Stinner | 2021-10-13 | 1 | -0/+40 |
|
|
* | bpo-44708: Only re-run test methods that match names of previously failing te... | Łukasz Langa | 2021-07-22 | 1 | -15/+17 |
|
|
* | bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187) | Łukasz Langa | 2021-07-16 | 1 | -1/+9 |
|
|
* | bpo-43843: libregrtest uses threading.excepthook (GH-25400) | Victor Stinner | 2021-04-16 | 1 | -1/+32 |
|
|
* | bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) | Victor Stinner | 2020-08-03 | 1 | -4/+9 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21219) | Hai Shi | 2020-06-30 | 1 | -17/+18 |
|
|
* | bpo-41043: Escape literal part of the path for glob(). (GH-20994) | Serhiy Storchaka | 2020-06-20 | 1 | -1/+1 |
|
|
* | bpo-40443: Remove unused imports in tests (GH-19805) | Victor Stinner | 2020-04-29 | 1 | -1/+0 |
|
|
* | bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor... | Pablo Galindo | 2019-11-19 | 1 | -0/+54 |
|
|
* | bpo-37531: regrtest ignores output on timeout (GH-16659) | Victor Stinner | 2019-10-08 | 1 | -1/+0 |
|
|
* | bpo-36670: Enhance regrtest (GH-16556) | Victor Stinner | 2019-10-03 | 1 | -6/+8 |
|
|
* | bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on all platforms... | Victor Stinner | 2019-09-19 | 1 | -2/+1 |
|
|
* | bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) | Victor Stinner | 2019-09-18 | 1 | -4/+1 |
|
|
* | bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on Windows (GH-1... | Victor Stinner | 2019-09-17 | 1 | -0/+2 |
|
|
* | bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) | Victor Stinner | 2019-08-14 | 1 | -0/+27 |
|
|
* | bpo-37667: Add regression test for regrtest. (GH-14929) | Gregory P. Smith | 2019-07-24 | 1 | -0/+26 |
|
|
* | bpo-37359: Add --cleanup option to python3 -m test (GH-14332) | Victor Stinner | 2019-06-24 | 1 | -0/+15 |
|
|
* | bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-... | Paul Monson | 2019-06-19 | 1 | -0/+4 |
|
|
* | bpo-37069: regrtest uses sys.unraisablehook (GH-13759) | Victor Stinner | 2019-06-12 | 1 | -1/+29 |
|
|
* | bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) | Paul Monson | 2019-06-07 | 1 | -2/+6 |
|
|
* | bpo-36719: Fix regrtest re-run (GH-12964) | Victor Stinner | 2019-04-26 | 1 | -1/+22 |
|
|
* | bpo-36719: regrtest always detect uncollectable objects (GH-12951) | Victor Stinner | 2019-04-26 | 1 | -6/+35 |
|
|
* | bpo-36725: Refactor regrtest multiprocessing code (GH-12961) | Victor Stinner | 2019-04-26 | 1 | -2/+2 |
|
|
* | bpo-36725: regrtest: add TestResult type (GH-12960) | Victor Stinner | 2019-04-26 | 1 | -13/+15 |
|
|
* | bpo-36465: Fix test_regrtest on Windows (GH-12945) | Victor Stinner | 2019-04-24 | 1 | -1/+1 |
|
|
* | bpo-35568: add 'raise_signal' function (GH-11335) | Vladimir Matveev | 2019-01-08 | 1 | -2/+1 |
|
|
* | bpo-34279: regrtest consider that skipped tests are ran (GH-11132) | Victor Stinner | 2018-12-14 | 1 | -0/+14 |
|
|
* | bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150) | Pablo Galindo | 2018-11-29 | 1 | -5/+81 |
|
|
* | bpo-35202: Remove unused imports in Lib directory (GH-10450) | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) | 2018-11-15 | 1 | -1/+0 |
|
|
* | bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099) | Victor Stinner | 2018-09-07 | 1 | -4/+4 |
|
|
* | bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686) | Victor Stinner | 2018-06-14 | 1 | -0/+25 |
|
|
* | bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) | Victor Stinner | 2018-06-08 | 1 | -6/+37 |
|
|
* | bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) | Andrés Delfino | 2018-04-30 | 1 | -0/+2 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -6/+2 |
|
|
* | bpo-31009: Fix support.fd_count() on Windows (#2862) | Victor Stinner | 2017-07-25 | 1 | -13/+1 |
|
|
* | bpo-30822: Exclude tzdata from regrtest --all (#2775) | Victor Stinner | 2017-07-20 | 1 | -1/+12 |
|
|
* | bpo-30776: reduce regrtest -R false positives (#2422) | Victor Stinner | 2017-06-27 | 1 | -18/+35 |
|
|
* | bpo-30764: regrtest: add --fail-env-changed option (#2402) | Victor Stinner | 2017-06-26 | 1 | -13/+40 |
|
|
* | bpo-30523: regrtest --list-cases --match (#2401) | Victor Stinner | 2017-06-26 | 1 | -0/+9 |
|
|