]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110166: Fix gdb CFunctionFullTests on ppc64le clang build (#110331)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Oct 2023 08:57:35 +0000 (10:57 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 08:57:35 +0000 (08:57 +0000)
commit1de9406f9136e3952b849487f0151be3c669a3ea
tree3b9a1f5c6cbdd7f6ce4f8c18d7d3e1f63a0dd3d6
parent1465386720cd532a378a5cc1e6de9d96dd8fcc81
gh-110166: Fix gdb CFunctionFullTests on ppc64le clang build (#110331)

CFunctionFullTests now also runs "bt" command before "py-bt-full",
similar to CFunctionTests which also runs "bt" command before
"py-bt". So test_gdb can skip the test if patterns like "?? ()" are
found in the gdb output.
Lib/test/test_gdb/test_cfunction_full.py