* gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
* gdb.mi/mi1-console.exp: Likewise.
This commit is contained in:
parent
083ae9356e
commit
dfd536a75e
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
||||
2003-01-13 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdb.c++/overload.exp: Remove some fixed XFAILs.
|
||||
|
|
|
@ -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)"
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue