FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.12] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) by miss-islington · Pull Request #109361 · python/cpython · GitHub

/ cpython Public

[3.12] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) - #109361

Merged
Yhg1s merged 1 commit into
python:3.12from
miss-islington:backport-44d9a71-3.12
Sep 13, 2023
Merged

[3.12] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360)#109361
Yhg1s merged 1 commit into
python:3.12from
miss-islington:backport-44d9a71-3.12

Conversation

miss-islington commented Sep 13, 2023
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Fix test_gdb on Python built with LLVM clang 16 on Linux ppc64le (ex:
Fedora 38). Search patterns in gdb "bt" command output to detect
when gdb fails to retrieve the traceback. For example, skip a test if
"Backtrace stopped: frame did not save the PC" is found.
(cherry picked from commit 44d9a71)

Co-authored-by: Victor Stinner vstinner@python.org

…09360)

Fix test_gdb on Python built with LLVM clang 16 on Linux ppc64le (ex:
Fedora 38). Search patterns in gdb "bt" command output to detect
when gdb fails to retrieve the traceback. For example, skip a test if
"Backtrace stopped: frame did not save the PC" is found.
(cherry picked from commit 44d9a71)

Co-authored-by: Victor Stinner <vstinner@python.org>

vstinner 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM, good bot.

Yhg1s merged commit c30d5df into python:3.12 Sep 13, 2023
miss-islington deleted the backport-44d9a71-3.12 branch September 13, 2023 10:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL