aboutsummaryrefslogtreecommitdiff
path: root/gnulib/patches
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2020-12-04 13:36:48 +0100
committerTom de Vries <tdevries@suse.de>2020-12-04 13:36:48 +0100
commita8d136756b9882f90311af7205a00c0d97fea64d (patch)
tree815a49754c5b7fab5b7882234d412f7565c7e0db /gnulib/patches
parentf17727b3497a630b01dffd219cdc372a058be121 (diff)
downloadgdb-a8d136756b9882f90311af7205a00c0d97fea64d.zip
gdb-a8d136756b9882f90311af7205a00c0d97fea64d.tar.gz
gdb-a8d136756b9882f90311af7205a00c0d97fea64d.tar.bz2
[gdb/testsuite] Fix control-flow in gdb.reverse/insn-reverse.exp
In gdb.reverse/insn-reverse.exp, we have loop containing a call to gdb_test_multiple, which itself contains a break: ... for {} {$count < 500} {incr count} { ... gdb_test_multiple "x/i \$pc" "" { ... break } ... On SLE-11 with: ... $ runtest --version Expect version is 5.44.1.11 Tcl version is 8.5 Framework version is 1.4.4 ... the break doesn't seem to have the effect of breaking out of the loop. The break does have the effect of terminating evaluation of the expect clause, which means we don't set insn_array, after which we run into: ... ERROR: tcl error sourcing src/gdb/testsuite/gdb.reverse/insn-reverse.exp. ERROR: can't read "insn_array(5)": no such element in array ... gdb/testsuite/ChangeLog: 2020-12-04 Tom de Vries <tdevries@suse.de> * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple clause.
Diffstat (limited to 'gnulib/patches')
0 files changed, 0 insertions, 0 deletions