aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-until.exp
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-03-30 16:21:26 +0000
committerPaul Brook <paul@codesourcery.com>2006-03-30 16:21:26 +0000
commitbd717df8b1f4a9e0786a229211df6b0c523fe5ce (patch)
treec087800855c46540bb8dccbf281c650dede87002 /gdb/testsuite/gdb.mi/mi-until.exp
parent3d8dcac6802ec59fefddb85418d4236011790ef7 (diff)
downloadfsf-binutils-gdb-bd717df8b1f4a9e0786a229211df6b0c523fe5ce.zip
fsf-binutils-gdb-bd717df8b1f4a9e0786a229211df6b0c523fe5ce.tar.gz
fsf-binutils-gdb-bd717df8b1f4a9e0786a229211df6b0c523fe5ce.tar.bz2
2006-03-30 Paul Brook <paul@codesourcery.com>
* gdb.mi/mi-until.exp: kfail broken until command. * gdb.mi/mi2-until.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-until.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-until.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-until.exp b/gdb/testsuite/gdb.mi/mi-until.exp
index eb90d0d..ff686af 100644
--- a/gdb/testsuite/gdb.mi/mi-until.exp
+++ b/gdb/testsuite/gdb.mi/mi-until.exp
@@ -81,6 +81,9 @@ proc test_until {} {
-re "111\\^running\r\n${mi_gdb_prompt}111\\*stopped,reason=\"end-stepping-range\",thread-id=\"\[01\]\",frame=\{addr=\"$hex\",func=\"foo\",args=\\\[\\\],file=\".*until.c\",fullname=\"${fullname_syntax}${srcfile}\",line=\"12\"\}\r\n$mi_gdb_prompt$" {
pass "until after while loop"
}
+ -re "111\\^running\r\n${mi_gdb_prompt}111\\*stopped,reason=\"end-stepping-range\",thread-id=\"\[01\]\",frame=\{addr=\"$hex\",func=\"foo\",args=\\\[\\\],file=\".*until.c\",fullname=\"${fullname_syntax}${srcfile}\",line=\"9\"\}\r\n$mi_gdb_prompt$" {
+ kfail gdb/2104 "until after while loop (went backwards)"
+ }
timeout {
fail "until after while loop (timeout)"
}