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

gh-104736: Fix test_gdb tests on ppc64le with clang #109360

Merged
merged 1 commit into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. pythongh-104736: Fix test_gdb tests on ppc64le with clang

    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.
    vstinner committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4958e10 View commit details
    Browse the repository at this point in the history