forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork6
Commit44d9a71
authored
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 detectwhen gdb fails to retrieve the traceback. For example, skip a test if"Backtrace stopped: frame did not save the PC" is found.1 parentb39f65a commit44d9a71
File tree
2 files changed
+12
-0
lines changed- Lib/test
- Misc/NEWS.d/next/Tests
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
249 | 257 | | |
250 | 258 | | |
251 | 259 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments
Comments
(0)