mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
* gdb.base/printcmds.exp: Don't xfail the ptype command. This is
a bug.
This commit is contained in:
@@ -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\""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user