]> granicus.if.org Git - python/commit
bpo-37362: test_gdb now ignores stderr (GH-14287)
authorVictor Stinner <vstinner@redhat.com>
Fri, 21 Jun 2019 21:17:30 +0000 (23:17 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2019 21:17:30 +0000 (23:17 +0200)
commite56a123fd0acaa295a28b98d2e46d956b97d1263
treee1b591f21eff1bd7ba64951ff28da4f16668ff13
parent8b2aa1fddeb647bfbdb3b5827ddc3fdef19b8e44
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.
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]