* gdb.base/attach.exp: When trying to attach to a nonexistent
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / printcmds.exp
index b0232dd62a3ac93cb7d5d0ece48e3342caf402e2..8f3ba89eb99e3c9322dc317f951a3a146f48bffc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2002 Free
+# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003 Free
 # Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -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_kfail "gdb/538"
+    setup_kfail "gdb/538" *-*-*
     gdb_test "ptype &*\"foo\"" "type = char \\*"
     gdb_test "p (char *)\"foo\""       " = \"foo\""
 }
This page took 0.023759 seconds and 4 git commands to generate.