From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22584 invoked by alias); 13 Jan 2003 22:08:01 -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 22566 invoked from network); 13 Jan 2003 22:07:58 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by 209.249.29.67 with SMTP; 13 Jan 2003 22:07:58 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18YEd2-00076D-00 for ; Mon, 13 Jan 2003 18:08:28 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18YCkm-00067u-00 for ; Mon, 13 Jan 2003 17:08:20 -0500 Date: Mon, 13 Jan 2003 22:08:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: PATCH [mi-testsuite]: Use kfail in mi*-console.exp Message-ID: <20030113220820.GA23504@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i X-SW-Source: 2003-01/txt/msg00497.txt.bz2 I've committed this as obvious. I've been meaning to do this ever since KFAIL was first added; we have a PR for this, so I'm changing the fail to a kfail. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer 2002-01-13 Daniel Jacobowitz * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)". * gdb.mi/mi1-console.exp: Likewise. Index: gdb.mi/mi-console.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-console.exp,v retrieving revision 1.9 diff -u -p -r1.9 mi-console.exp --- gdb.mi/mi-console.exp 5 Nov 2002 15:43:18 -0000 1.9 +++ gdb.mi/mi-console.exp 13 Jan 2003 22:04:21 -0000 @@ -77,7 +77,7 @@ gdb_expect { # multiple event sources to channel the output back through the # MI. - fail "Hello message (known bug)" + kfail "gdb/623" "Hello message (known bug)" } timeout { fail "Hello message (timeout)" Index: gdb.mi/mi1-console.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi1-console.exp,v retrieving revision 1.3 diff -u -p -r1.3 mi1-console.exp --- gdb.mi/mi1-console.exp 5 Nov 2002 15:43:18 -0000 1.3 +++ gdb.mi/mi1-console.exp 13 Jan 2003 22:04:21 -0000 @@ -77,7 +77,7 @@ gdb_expect { # multiple event sources to channel the output back through the # MI. - fail "Hello message (known bug)" + kfail "gdb/623" "Hello message (known bug)" } timeout { fail "Hello message (timeout)"