aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-05-10 20:25:26 +0000
committerJim Blandy <jimb@codesourcery.com>2002-05-10 20:25:26 +0000
commitecac9a4eaf012690d73417818b19477e90d34af4 (patch)
tree9f423b03df7d03e7c78608606b28113f7fa79cba /gdb/testsuite/gdb.base
parent2654e6d432835d6402a57b64323d49cf699048b9 (diff)
downloadgdb-ecac9a4eaf012690d73417818b19477e90d34af4.zip
gdb-ecac9a4eaf012690d73417818b19477e90d34af4.tar.gz
gdb-ecac9a4eaf012690d73417818b19477e90d34af4.tar.bz2
* gdb.base/printcmds.exp: Don't xfail the ptype command. This is
a bug.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/printcmds.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/printcmds.exp b/gdb/testsuite/gdb.base/printcmds.exp
index 1243189..7062fc5 100644
--- a/gdb/testsuite/gdb.base/printcmds.exp
+++ b/gdb/testsuite/gdb.base/printcmds.exp
@@ -627,7 +627,7 @@ proc test_print_string_constants {} {
gdb_test "p *\"foo\"" " = 102 'f'"
gdb_test "ptype *\"foo\"" " = char"
gdb_test "p &*\"foo\"" " = \"foo\""
- setup_xfail "*-*-*"
+ # setup_kfail "gdb/538"
gdb_test "ptype &*\"foo\"" "type = char \\*"
gdb_test "p (char *)\"foo\"" " = \"foo\""
}