]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37362: test_gdb now ignores stderr (GH-14287) (GH-14297)
authorVictor Stinner <vstinner@redhat.com>
Fri, 21 Jun 2019 21:58:53 +0000 (23:58 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2019 21:58:53 +0000 (23:58 +0200)
commitadcdb1e4f5eb3c63e4e40242737be9c00a26764c
tree6e4d48b8a9deba6cef83e4a8870e49e36fe9330c
parentc421c66a58a6caae30f0679d7e61411418e67cec
bpo-37362: test_gdb now ignores stderr (GH-14287) (GH-14297)

test_gdb no longer fails if it gets an "unexpected" message on
stderr: it now ignores stderr. The purpose of test_gdb is to test
that python-gdb.py commands work as expected, not to test gdb.

(cherry picked from commit e56a123fd0acaa295a28b98d2e46d956b97d1263)
Lib/test/test_gdb.py
Misc/NEWS.d/next/Tests/2019-06-21-15-47-33.bpo-37362.D3xppx.rst [new file with mode: 0644]