From bd717df8b1f4a9e0786a229211df6b0c523fe5ce Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 30 Mar 2006 16:21:26 +0000 Subject: [PATCH] 2006-03-30 Paul Brook * gdb.mi/mi-until.exp: kfail broken until command. * gdb.mi/mi2-until.exp: Ditto. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.mi/mi-until.exp | 3 +++ gdb/testsuite/gdb.mi/mi2-until.exp | 3 +++ 3 files changed, 11 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 16d66c741b..83471893b8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-03-30 Paul Brook + + * gdb.mi/mi-until.exp: kfail broken until command. + * gdb.mi/mi2-until.exp: Ditto. + 2006-03-27 Nick Roberts * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files. diff --git a/gdb/testsuite/gdb.mi/mi-until.exp b/gdb/testsuite/gdb.mi/mi-until.exp index eb90d0dcd2..ff686afd5e 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)" } diff --git a/gdb/testsuite/gdb.mi/mi2-until.exp b/gdb/testsuite/gdb.mi/mi2-until.exp index f5d949157c..760a4a2102 100644 --- a/gdb/testsuite/gdb.mi/mi2-until.exp +++ b/gdb/testsuite/gdb.mi/mi2-until.exp @@ -82,6 +82,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)" }