aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/gdb1250.exp
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-03-24 18:41:50 +0000
committerDaniel Jacobowitz <drow@false.org>2004-03-24 18:41:50 +0000
commit78a1a89446001cbf31afab01607aa6be84a3835d (patch)
tree20c88dc3bdcbc7e8ed0c7fbee969eb0303e2b740 /gdb/testsuite/gdb.base/gdb1250.exp
parent920e3419642574eddd166f0741753a7d7dd804b4 (diff)
downloadgdb-78a1a89446001cbf31afab01607aa6be84a3835d.zip
gdb-78a1a89446001cbf31afab01607aa6be84a3835d.tar.gz
gdb-78a1a89446001cbf31afab01607aa6be84a3835d.tar.bz2
* gdb.base/gdb1250.exp: Use runto {allow-pending}.
* lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
Diffstat (limited to 'gdb/testsuite/gdb.base/gdb1250.exp')
-rw-r--r--gdb/testsuite/gdb.base/gdb1250.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/gdb1250.exp b/gdb/testsuite/gdb.base/gdb1250.exp
index 60a6f59..4ffdf2b 100644
--- a/gdb/testsuite/gdb.base/gdb1250.exp
+++ b/gdb/testsuite/gdb.base/gdb1250.exp
@@ -42,7 +42,7 @@ gdb_start
gdb_reinitialize_dir $srcdir/$subdir
gdb_load ${binfile}
-if ![runto abort] then {
+if ![runto abort {allow-pending}] then {
perror "couldn't run to breakpoint"
continue
}