aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/annota2.exp
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-03-23 17:29:34 +0000
committerDaniel Jacobowitz <drow@false.org>2008-03-23 17:29:34 +0000
commit12f4afab79d6b54e89df93df342e1fe6009bd2cd (patch)
tree34f688e1bb4cf80ff06a473841d94f8b1aecc083 /gdb/testsuite/gdb.cp/annota2.exp
parent6208b47d6c2552d1dd81d85b8b8ce350ea9fd09e (diff)
downloadfsf-binutils-gdb-12f4afab79d6b54e89df93df342e1fe6009bd2cd.zip
fsf-binutils-gdb-12f4afab79d6b54e89df93df342e1fe6009bd2cd.tar.gz
fsf-binutils-gdb-12f4afab79d6b54e89df93df342e1fe6009bd2cd.tar.bz2
Revert 2008-03-21 changes.
Diffstat (limited to 'gdb/testsuite/gdb.cp/annota2.exp')
-rw-r--r--gdb/testsuite/gdb.cp/annota2.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cp/annota2.exp b/gdb/testsuite/gdb.cp/annota2.exp
index 2dd9f4b..4cf6b71 100644
--- a/gdb/testsuite/gdb.cp/annota2.exp
+++ b/gdb/testsuite/gdb.cp/annota2.exp
@@ -205,10 +205,13 @@ gdb_expect {
# test:
# annotate-quit
#
+# This test sometimes fails, but not reproducibly. See gdb/544.
+#
send_gdb "\003"
gdb_expect {
-re "\r\n\032\032error-begin\r\nQuit\r\n\r\n\032\032quit\r\n$gdb_prompt$" \
{ pass "annotate-quit" }
+ -re "$gdb_prompt$" { kfail "gdb/544" "annotate-quit" }
-re ".*$gdb_prompt$" { fail "annotate-quit" }
timeout { fail "annotate-quit (timeout)" }
}