Skip to content
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-40019: Skip test_gdb if Python was optimized #19081

Merged
merged 1 commit into from
Mar 20, 2020
Merged

bpo-40019: Skip test_gdb if Python was optimized #19081

merged 1 commit into from
Mar 20, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Mar 19, 2020

test_gdb now skips tests if it detects that gdb failed to read debug
information because Python binary is optimized.

https://bugs.python.org/issue40019

test_gdb now skips tests if it detects that gdb failed to read debug
information because the Python binary is optimized.
@vstinner vstinner merged commit 7bf069b into python:master Mar 20, 2020
@vstinner vstinner deleted the test_gdb_optim branch March 20, 2020 07:23
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 31, 2020
test_gdb now skips tests if it detects that gdb failed to read debug
information because the Python binary is optimized.
(cherry picked from commit 7bf069b)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-bot
Copy link

GH-19255 is a backport of this pull request to the 3.8 branch.

@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 31, 2020
test_gdb now skips tests if it detects that gdb failed to read debug
information because the Python binary is optimized.
(cherry picked from commit 7bf069b)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-bot
Copy link

GH-19256 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Mar 31, 2020
test_gdb now skips tests if it detects that gdb failed to read debug
information because the Python binary is optimized.
(cherry picked from commit 7bf069b)

Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington added a commit that referenced this pull request Mar 31, 2020
test_gdb now skips tests if it detects that gdb failed to read debug
information because the Python binary is optimized.
(cherry picked from commit 7bf069b)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants