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]

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


On Mon, Jan 13, 2003 at 05:25:51PM -0500, Andrew Cagney wrote:
> >-	fail "Hello message (known bug)"
> >+	kfail "gdb/623" "Hello message (known bug)"
> 
> Er, shouldn't `(known bug)' be removed.

Er, yes, thanks.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2002-01-13  Daniel Jacobowitz  <drow@mvista.com>

	* gdb.mi/mi-console.exp: Remove extra "(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.10
diff -u -p -r1.10 mi-console.exp
--- gdb.mi/mi-console.exp	13 Jan 2003 22:07:15 -0000	1.10
+++ gdb.mi/mi-console.exp	13 Jan 2003 22:30:24 -0000
@@ -77,7 +77,7 @@ gdb_expect {
 	# multiple event sources to channel the output back through the
 	# MI.
 
-	kfail "gdb/623" "Hello message (known bug)"
+	kfail "gdb/623" "Hello message"
     }
     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.4
diff -u -p -r1.4 mi1-console.exp
--- gdb.mi/mi1-console.exp	13 Jan 2003 22:07:15 -0000	1.4
+++ gdb.mi/mi1-console.exp	13 Jan 2003 22:30:24 -0000
@@ -77,7 +77,7 @@ gdb_expect {
 	# multiple event sources to channel the output back through the
 	# MI.
 
-	kfail "gdb/623" "Hello message (known bug)"
+	kfail "gdb/623" "Hello message"
     }
     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]