PATCH: Add comment to annotate-quit test

Daniel Jacobowitz drow@mvista.com
Mon May 13 12:23:00 GMT 2002


Meant to do this ages ago... the patch speaks for itself.  I didn't mark it
with a '# setup_kfail', because it isn't a known failure; it's a completely
unknown failure :)

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer
-------------- next part --------------
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v
retrieving revision 1.338
diff -u -p -r1.338 ChangeLog
--- ChangeLog	13 May 2002 01:18:19 -0000	1.338
+++ ChangeLog	13 May 2002 19:14:49 -0000
@@ -1,3 +1,7 @@
+2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
+
+	* gdb.c++/annota2.exp (annotate-quit): Add comment.
+
 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
 
 	* gdb.base/break.exp: Check 'break "marker2"'.
Index: gdb.c++/annota2.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.c++/annota2.exp,v
retrieving revision 1.5
diff -u -p -r1.5 annota2.exp
--- gdb.c++/annota2.exp	14 Feb 2002 06:25:19 -0000	1.5
+++ gdb.c++/annota2.exp	13 May 2002 19:14:50 -0000
@@ -208,6 +208,8 @@ 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$" \


More information about the Gdb-patches mailing list