cpython/Lib/test/libregrtest
Victor Stinner d5418e97fc
[3.11] gh-101634: regrtest reports decoding error as failed test (#106169) (#106175)
gh-101634: regrtest reports decoding error as failed test (#106169)

When running the Python test suite with -jN option, if a worker stdout
cannot be decoded from the locale encoding report a failed testn so the
exitcode is non-zero.

(cherry picked from commit 2ac3eec103)
2023-06-28 02:58:34 +00:00
..
__init__.py
cmdline.py
main.py [3.11] bpo-46523: fix tests rerun when setUp[Class|Module] fails (GH-30895) (GH-103342) 2023-04-07 19:35:16 +02:00
pgo.py
refleak.py
runtest.py
runtest_mp.py [3.11] gh-101634: regrtest reports decoding error as failed test (#106169) (#106175) 2023-06-28 02:58:34 +00:00
save_env.py
setup.py
utils.py
win_utils.py