8000 gh-104736: Fix test_gdb tests on ppc64le with clang (#109360) · vstinner/cpython@5ead95a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ead95a

Browse files
committed
pythongh-104736: Fix test_gdb tests on ppc64le with clang (python#109360)
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)
1 parent b660dcb commit 5ead95a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fix test_gdb on Python built with LLVM clang 16 on Linux ppc64le (ex: Fedora
2+
38). Search patterns in gdb "bt" command output to detect when gdb fails to
3+
retrieve the traceback. For example, skip a test if ``Backtrace stopped: frame
4+
did not save the PC`` is found. Patch by Victor Stinner.

0 commit comments

Comments
 (0)
0