]> granicus.if.org Git - python/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:39:58 +0000 (14:39 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2019 21:39:58 +0000 (14:39 -0700)
commit3523e0c47be372477e990df7435a0f45be80fd50
treed708bb1c21f5b2c6a78455cc56e942f785fe5390
parentf3e38ec7f014557296f6cc7b60a33d65faad1716
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]