cpython/Lib/test/libregrtest
Miss Islington (bot) 1d7ad7780a
[3.11] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (GH-111577) (#111590)
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (GH-111577)

"./python -m test -j1 -R 3:3 --verbose3" now works as expected, since
run_single_test() does not replace sys.stdout with StringIO in this
case.
(cherry picked from commit d9a5530d23)

Co-authored-by: Victor Stinner <vstinner@python.org>
2023-11-01 03:57:23 +00:00
..
__init__.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
cmdline.py [3.11] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (GH-111577) (#111590) 2023-11-01 03:57:23 +00:00
filter.py [3.11] [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316) (GH-111318) 2023-10-25 12:37:19 +00:00
findtests.py [3.11] gh-108303: Move all inspect test files to test_inspect/ (GH-109607) (#111543) 2023-10-31 14:00:39 +00:00
logger.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
main.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00
pgo.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
refleak.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
result.py [3.11] [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316) (GH-111318) 2023-10-25 12:37:19 +00:00
results.py [3.11] [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316) (GH-111318) 2023-10-25 12:37:19 +00:00
run_workers.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00
runtests.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00
save_env.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
setup.py [3.11] [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316) (GH-111318) 2023-10-25 12:37:19 +00:00
single.py [3.11] gh-111165: Add missed "support." prefix for "verbose" (GH-111327) (GH-111329) 2023-10-25 15:15:50 +00:00
testresult.py [3.11] [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316) (GH-111318) 2023-10-25 12:37:19 +00:00
utils.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00
win_utils.py bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578) 2022-03-22 00:06:55 +00:00
worker.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00