diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b3d37443a88..6d7388c6a22 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-01-13 Daniel Jacobowitz + + * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)". + * gdb.mi/mi1-console.exp: Likewise. + 2003-01-13 Daniel Jacobowitz * gdb.c++/overload.exp: Remove some fixed XFAILs. diff --git a/gdb/testsuite/gdb.mi/mi-console.exp b/gdb/testsuite/gdb.mi/mi-console.exp index f611aa7046e..113114f3e38 100644 --- a/gdb/testsuite/gdb.mi/mi-console.exp +++ b/gdb/testsuite/gdb.mi/mi-console.exp @@ -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)" diff --git a/gdb/testsuite/gdb.mi/mi1-console.exp b/gdb/testsuite/gdb.mi/mi1-console.exp index 25af50a31d1..84f7cb889bc 100644 --- a/gdb/testsuite/gdb.mi/mi1-console.exp +++ b/gdb/testsuite/gdb.mi/mi1-console.exp @@ -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)"