diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-01-13 23:24:43 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-01-13 23:24:43 +0000 |
commit | d6abaea528ab225723a0ca2d484aabfe6d15ebf9 (patch) | |
tree | 9688e0ca948a8deadcd6f6e06a51e49457212449 /gdb | |
parent | 3f5a30162c0ed12d2167d3f5371f2893777893fb (diff) | |
download | gdb-d6abaea528ab225723a0ca2d484aabfe6d15ebf9.zip gdb-d6abaea528ab225723a0ca2d484aabfe6d15ebf9.tar.gz gdb-d6abaea528ab225723a0ca2d484aabfe6d15ebf9.tar.bz2 |
* gdb.mi/mi-console.exp: Remove extra "(known bug)".
* gdb.mi/mi1-console.exp: Likewise.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-console.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi1-console.exp | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6d7388c..cd9fa21 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2002-01-13 Daniel Jacobowitz <drow@mvista.com> + * gdb.mi/mi-console.exp: Remove extra "(known bug)". + * gdb.mi/mi1-console.exp: Likewise. + +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. diff --git a/gdb/testsuite/gdb.mi/mi-console.exp b/gdb/testsuite/gdb.mi/mi-console.exp index 113114f..0fb85e0 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. - kfail "gdb/623" "Hello message (known bug)" + kfail "gdb/623" "Hello message" } timeout { fail "Hello message (timeout)" diff --git a/gdb/testsuite/gdb.mi/mi1-console.exp b/gdb/testsuite/gdb.mi/mi1-console.exp index 84f7cb8..ab7f5ac 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. - kfail "gdb/623" "Hello message (known bug)" + kfail "gdb/623" "Hello message" } timeout { fail "Hello message (timeout)" |