New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-37362: test_gdb now ignores stderr #14287
Conversation
Misc/NEWS.d/next/Tests/2019-06-21-15-47-33.bpo-37362.D3xppx.rst
Outdated
Show resolved
Hide resolved
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.
cefff8e
to
3417178
Compare
Oh, I didn't expect that I would have the honor of getting a review of the author of the original code author :-) Dave Malcolm! He wrote "(...) your approach looks good to me": https://bugs.python.org/issue37362#msg346221 |
Thanks @vstinner for the PR |
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 e56a123) Co-authored-by: Victor Stinner <vstinner@redhat.com>
GH-14295 is a backport of this pull request to the 3.8 branch. |
GH-14296 is a backport of this pull request to the 3.7 branch. |
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 e56a123) Co-authored-by: Victor Stinner <vstinner@redhat.com>
Sorry, @vstinner, I could not cleanly backport this to |
GH-14297 is a backport of this pull request to the 2.7 branch. |
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 e56a123) Co-authored-by: Victor Stinner <vstinner@redhat.com>
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 e56a123) Co-authored-by: Victor Stinner <vstinner@redhat.com>
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.
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.
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.
https://bugs.python.org/issue37362