* gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
authorTom Tromey <tromey@redhat.com>
Tue, 25 May 2010 19:54:47 +0000 (19:54 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 25 May 2010 19:54:47 +0000 (19:54 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/pieces.exp

index d42310a3db355d3bbd8fddc068420f83a03c1e96..5b0d817616cef6b71900d1d3fbcd74495314b479 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-25  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
+
 2010-05-25  Michael Snyder  <msnyder@vmware.com>
 
        * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
index 2e812b5bf8be16f82d118d0ce82db08eddcda5db..4264d691a5e600be6c1398c49d28071ef79fda90 100644 (file)
@@ -77,7 +77,7 @@ proc pieces_test_f3 {} {
     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"
 }
This page took 0.055388 seconds and 4 git commands to generate.