From: Jim Blandy Date: Fri, 10 May 2002 20:25:26 +0000 (+0000) Subject: * gdb.base/printcmds.exp: Don't xfail the ptype command. This is X-Git-Tag: binutils-2_13-branchpoint~987 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecac9a4eaf012690d73417818b19477e90d34af4;p=platform%2Fupstream%2Fbinutils.git * gdb.base/printcmds.exp: Don't xfail the ptype command. This is a bug. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e6f1b62..acae7de 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2002-05-10 Jim Blandy + * gdb.base/printcmds.exp: Don't xfail the ptype command. This is + a bug. + * gdb.base/printcmds.exp (test_integer_literals_rejected): Recognize more detailed error message produced by the macro expander's lexical analyzer. 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\"" }