diff options
author | David Carlton <carlton@bactrian.org> | 2002-12-20 18:37:15 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-12-20 18:37:15 +0000 |
commit | 39c1d1dfa89efc5c0365873cfd33e98e57f45f7b (patch) | |
tree | 028bd1f815d3f9e133709bf0f33301ef7d681908 /gdb | |
parent | fd11f182dffc502b37afd53fe1a2bdca371ed233 (diff) | |
download | gdb-39c1d1dfa89efc5c0365873cfd33e98e57f45f7b.tar.gz |
2002-12-20 David Carlton <carlton@math.stanford.edu>
* gdb.c++/annota2.exp: KFAIL annotate-quit.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.c++/annota2.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 34228798cbe..c2a5982ab7b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-12-20 David Carlton <carlton@math.stanford.edu> + + * gdb.c++/annota2.exp: KFAIL annotate-quit. + 2002-12-18 Michael Chastain <mec@shout.net> * gdb.c++/annota2.exp: Add copyright year 2002. diff --git a/gdb/testsuite/gdb.c++/annota2.exp b/gdb/testsuite/gdb.c++/annota2.exp index ce4fff3127b..0e585ececc6 100644 --- a/gdb/testsuite/gdb.c++/annota2.exp +++ b/gdb/testsuite/gdb.c++/annota2.exp @@ -214,6 +214,7 @@ send_gdb "\003" gdb_expect { -re "\r\n\032\032error-begin\r\nQuit\r\n\r\n\032\032quit\r\n$gdb_prompt$" \ { pass "annotate-quit" } + -re "$gdb_prompt$" { kfail "gdb/544" "annotate-quit" } -re ".*$gdb_prompt$" { fail "annotate-quit" } timeout { fail "annotate-quit (timeout)" } } |