Skip to content

[3.6] bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018)#9019

Closed
miss-islington wants to merge 1 commit into
python:3.6from
miss-islington:backport-f2ef51f-3.6
Closed

[3.6] bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018)#9019
miss-islington wants to merge 1 commit into
python:3.6from
miss-islington:backport-f2ef51f-3.6

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 31, 2018

Copy link
Copy Markdown
Contributor

Sometimes some versions of the shared libraries that are part of the
traceback are compiled in optimised mode and the Program Counter (PC)
is not present, not allowing gdb to walk the frames back. When this
happens, the Python bindings of gdb raise an exception, making the
test impossible to succeed.
(cherry picked from commit f2ef51f)

Co-authored-by: Pablo Galindo Pablogsal@gmail.com

https://bugs.python.org/issue34007

…le. (pythonGH-9018)

Sometimes some versions of the shared libraries that are part of the
traceback are compiled in optimised mode and the Program Counter (PC)
is not present, not allowing gdb to walk the frames back. When this
happens, the Python bindings of gdb raise an exception, making the
test impossible to succeed.
(cherry picked from commit f2ef51f)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>

@pablogsal pablogsal left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job @miss-islington!

@miss-islington

Copy link
Copy Markdown
Contributor Author

@pablogsal: Backport status check is done, and it's a failure ❌ .

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

@pablogsal: Backport status check is done, and it's a failure ❌ .

@pablogsal pablogsal closed this Aug 31, 2018
@pablogsal pablogsal reopened this Aug 31, 2018
@miss-islington miss-islington deleted the backport-f2ef51f-3.6 branch August 31, 2018 22:52
@miss-islington

Copy link
Copy Markdown
Contributor Author

@pablogsal: Backport status check is done, and it's a failure ❌ .

4 similar comments
@miss-islington

Copy link
Copy Markdown
Contributor Author

@pablogsal: Backport status check is done, and it's a failure ❌ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

@pablogsal: Backport status check is done, and it's a failure ❌ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

@pablogsal: Backport status check is done, and it's a failure ❌ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

@pablogsal: Backport status check is done, and it's a failure ❌ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants