diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2022-10-21 23:58:15 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2022-10-22 00:04:01 -0400 |
commit | 49c843e6d2d0577200e7c1d2d02855f21a3a9dde (patch) | |
tree | 51d73429836f4778649ff2ac77e7d10fd9fff230 /libbacktrace/backtrace.c | |
parent | 095e74caa783c9db83bc771510e7586bbc512397 (diff) | |
download | binutils-49c843e6d2d0577200e7c1d2d02855f21a3a9dde.zip binutils-49c843e6d2d0577200e7c1d2d02855f21a3a9dde.tar.gz binutils-49c843e6d2d0577200e7c1d2d02855f21a3a9dde.tar.bz2 |
gdb/testsuite: add max number of instructions check in gdb.base/unwind-on-each-insn.exp
This test sends my CI in an infinite loop of failures. We expect to
have a handful of iterations (5 on my development machine, where the
test passes fine)but the log shows that it went up to 104340 iterations:
FAIL: gdb.base/unwind-on-each-insn.exp - instruction 104340: maint print frame-id
DUPLICATE: gdb.base/unwind-on-each-insn.exp - instruction 104340: maint print frame-id
FAIL: gdb.base/unwind-on-each-insn.exp - instruction 104340: [string equal $fid $main_fid]
FAIL: gdb.base/unwind-on-each-insn.exp - instruction 104340: get hexadecimal valueof "$pc"
Add a max instruction check, exit the loop if we reach 100 iterations.
This should allow the test to fail fast if there's a problem, but 100
iterations should be more than enough for when things are working.
Change-Id: I77978d593aca046068f9209272d82e1675ba17c2
Diffstat (limited to 'libbacktrace/backtrace.c')
0 files changed, 0 insertions, 0 deletions