From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13295 invoked by alias); 18 Dec 2002 22:46:05 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13270 invoked from network); 18 Dec 2002 22:46:03 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 209.249.29.67 with SMTP; 18 Dec 2002 22:46:03 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id gBIMjq622286; Wed, 18 Dec 2002 14:45:52 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: gdb-patches@sources.redhat.com Cc: Michael Elizabeth Chastain Subject: [patch] kfail gdb.c++/annota2.exp annotate-quit From: David Carlton Date: Wed, 18 Dec 2002 20:57:00 -0000 Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00545.txt.bz2 This patch KFAIL's the test 'annotate-quit' in gdb.c++/annota2.exp, corresponding to PR c++/544. If nobody objects, I'll commit it this Friday; since it's the first KFAIL in the test suite, though, I wanted to give people a couple of days to object and/or update their copies of dejagnu. Following a suggestion of Michael Chastain, I'm KFAILing only the explicit regexp that I'm seeing as a failure. Note that, in this file, gdb_prompt is set to an unusual value, and that unusual value is in fact the exact output that I'm seeing. David Carlton carlton@math.stanford.edu 2002-12-18 David Carlton * gdb.c++/annota2.exp: KFAIL annotate-quit. Index: annota2.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.c++/annota2.exp,v retrieving revision 1.6 diff -u -p -r1.6 annota2.exp --- annota2.exp 13 May 2002 19:18:52 -0000 1.6 +++ annota2.exp 18 Dec 2002 22:17:31 -0000 @@ -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 "c++/544" "annotate-quit" } -re ".*$gdb_prompt$" { fail "annotate-quit" } timeout { fail "annotate-quit (timeout)" } }