This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: update pieces.exp setup_kfail


I'm checking this in.

I forgot to file a bug for the pieces.exp kfail when I checked in the
patch.  Today I filed the PR and this patch updates the test suite to
mention it.

Tom

2010-05-25  Tom Tromey  <tromey@redhat.com>

	* gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.

Index: gdb.dwarf2/pieces.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.dwarf2/pieces.exp,v
retrieving revision 1.4
diff -u -r1.4 pieces.exp
--- gdb.dwarf2/pieces.exp	21 May 2010 21:13:13 -0000	1.4
+++ gdb.dwarf2/pieces.exp	25 May 2010 19:53:15 -0000
@@ -77,7 +77,7 @@
     gdb_test "print a.i" " = 4" "print a.i in pieces:f3"
     gdb_test "print a.j" " = 14" "print a.j in pieces:f3"
     # Right now gdb says "value optimized out" here, but that is wrong.
-    setup_kfail "no bug yet" *-*-*
+    setup_kfail "exp/11636" *-*-*
     gdb_test "print a.i = 7" " = 7" "set a.i in pieces:f3"
     gdb_test "print a.i" " = 7" "print new a.i in pieces:f3"
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]