aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-05-25 19:54:47 +0000
committerTom Tromey <tromey@redhat.com>2010-05-25 19:54:47 +0000
commit83d1babf22823227d7cf530d1551afc2f7cb8160 (patch)
tree47d8c49eeabf5acc931db8d2cf26a13ea5e85382 /gdb
parent65731a6b77c790f8d97b65eb967efaf2db0f27b5 (diff)
downloadgdb-83d1babf22823227d7cf530d1551afc2f7cb8160.zip
gdb-83d1babf22823227d7cf530d1551afc2f7cb8160.tar.gz
gdb-83d1babf22823227d7cf530d1551afc2f7cb8160.tar.bz2
* gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.dwarf2/pieces.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index d42310a..5b0d817 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/gdb.dwarf2/pieces.exp b/gdb/testsuite/gdb.dwarf2/pieces.exp
index 2e812b5..4264d69 100644
--- a/gdb/testsuite/gdb.dwarf2/pieces.exp
+++ b/gdb/testsuite/gdb.dwarf2/pieces.exp
@@ -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"
}