aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-01-26 16:53:44 +0000
committerTom Tromey <tromey@redhat.com>2010-01-26 16:53:44 +0000
commit708ead4e0572e94084eb3f4f0254428d996e8ee3 (patch)
tree3c057abe6d1d29a78d3b01ca06671f9c6616a199 /gdb/testsuite
parentb14e635ec430d1a84fa9061bcd404ef76cf5bf11 (diff)
downloadgdb-708ead4e0572e94084eb3f4f0254428d996e8ee3.zip
gdb-708ead4e0572e94084eb3f4f0254428d996e8ee3.tar.gz
gdb-708ead4e0572e94084eb3f4f0254428d996e8ee3.tar.bz2
gdb
PR exp/7643: * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call coerce_array on result. gdb/testsuite PR exp/7643: * gdb.base/printcmds.exp (test_print_string_constants): Remove setup_kfail.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog6
-rw-r--r--gdb/testsuite/gdb.base/printcmds.exp1
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index c8e5c6e..667154d 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-26 Tom Tromey <tromey@redhat.com>
+
+ PR exp/7643:
+ * gdb.base/printcmds.exp (test_print_string_constants): Remove
+ setup_kfail.
+
2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
* gdb.cp/nsrecurs.exp: New test.
diff --git a/gdb/testsuite/gdb.base/printcmds.exp b/gdb/testsuite/gdb.base/printcmds.exp
index 2f4b0cc..5598bde 100644
--- a/gdb/testsuite/gdb.base/printcmds.exp
+++ b/gdb/testsuite/gdb.base/printcmds.exp
@@ -647,7 +647,6 @@ proc test_print_string_constants {} {
gdb_test "p *\"foo\"" " = 102 'f'"
gdb_test "ptype *\"foo\"" " = char"
gdb_test "p &*\"foo\"" " = \"foo\""
- setup_kfail "gdb/538" *-*-*
gdb_test "ptype &*\"foo\"" "type = char \\*"
gdb_test "p (char *)\"foo\"" " = \"foo\""
}