Skip to content

[2.7] bpo-37362: test_gdb now ignores stderr (GH-14287)#14297

Merged
vstinner merged 1 commit into
python:2.7from
vstinner:test_gdb27
Jun 21, 2019
Merged

[2.7] bpo-37362: test_gdb now ignores stderr (GH-14287)#14297
vstinner merged 1 commit into
python:2.7from
vstinner:test_gdb27

Conversation

@vstinner

@vstinner vstinner commented Jun 21, 2019

Copy link
Copy Markdown
Member

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)

https://bugs.python.org/issue37362

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants