From: David Carlton Date: Fri, 20 Dec 2002 18:37:15 +0000 (+0000) Subject: 2002-12-20 David Carlton X-Git-Tag: cagney-unwind-20030108-branchpoint~252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9579e000174ef881b7c0db330757b7b69409e751;p=external%2Fbinutils.git 2002-12-20 David Carlton * gdb.c++/annota2.exp: KFAIL annotate-quit. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3422879..c2a5982 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-12-20 David Carlton + + * gdb.c++/annota2.exp: KFAIL annotate-quit. + 2002-12-18 Michael Chastain * 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 ce4fff3..0e585ec 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)" } }