Skip to content

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

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-f2ef51f-3.7
Aug 31, 2018
Merged

[3.7] bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018)#9021
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-f2ef51f-3.7

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>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@pablogsal: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 4da7181 into python:3.7 Aug 31, 2018
@miss-islington miss-islington deleted the backport-f2ef51f-3.7 branch August 31, 2018 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants