This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH [mi-testsuite]: Use kfail in mi*-console.exp


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  <drow@mvista.com>

	* 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)"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]