]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101634: regrtest reports decoding error as failed test (#106169)
authorVictor Stinner <vstinner@python.org>
Wed, 28 Jun 2023 02:26:52 +0000 (04:26 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2023 02:26:52 +0000 (04:26 +0200)
commit2ac3eec103cf450aaaebeb932e51155d2e7fb37b
tree31efe761a024723ab093eb83a9a081106e858502
parent3f8483cad2f3b94600c3ecf3f0bb220bb1e61d7d
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.
Lib/test/libregrtest/runtest_mp.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Tests/2023-06-28-02-51-08.gh-issue-101634.Rayczr.rst [new file with mode: 0644]