* PATCH [mi-testsuite]: Use kfail in mi*-console.exp
@ 2003-01-13 22:08 Daniel Jacobowitz
2003-01-13 22:26 ` Andrew Cagney
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2003-01-13 22:08 UTC (permalink / raw)
To: gdb-patches
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)"
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: PATCH [mi-testsuite]: Use kfail in mi*-console.exp
2003-01-13 22:08 PATCH [mi-testsuite]: Use kfail in mi*-console.exp Daniel Jacobowitz
@ 2003-01-13 22:26 ` Andrew Cagney
2003-01-13 22:31 ` Daniel Jacobowitz
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2003-01-13 22:26 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: gdb-patches
> - fail "Hello message (known bug)"
> + kfail "gdb/623" "Hello message (known bug)"
Er, shouldn't `(known bug)' be removed.
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: PATCH [mi-testsuite]: Use kfail in mi*-console.exp
2003-01-13 22:26 ` Andrew Cagney
@ 2003-01-13 22:31 ` Daniel Jacobowitz
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Jacobowitz @ 2003-01-13 22:31 UTC (permalink / raw)
To: gdb-patches
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)"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-01-13 22:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-13 22:08 PATCH [mi-testsuite]: Use kfail in mi*-console.exp Daniel Jacobowitz
2003-01-13 22:26 ` Andrew Cagney
2003-01-13 22:31 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox