]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37362: test_gdb now ignores stderr (GH-14287)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Jun 2019 21:38:26 +0000 (14:38 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2019 21:38:26 +0000 (14:38 -0700)
commit16ec95bb191e4136630de7437f75636d4b6a450f
tree8eedd6ae98c48497b6a46dc1e80ca4f3dd3a5f6a
parent887e0576b80c3d71045dbad4fc5f07ec8a2c90d8
bpo-37362: test_gdb now ignores stderr (GH-14287)

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)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
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]