2003-01-17 David Carlton <carlton@math.stanford.edu>
authorDavid Carlton <carlton@bactrian.org>
Fri, 17 Jan 2003 20:24:51 +0000 (20:24 +0000)
committerDavid Carlton <carlton@bactrian.org>
Fri, 17 Jan 2003 20:24:51 +0000 (20:24 +0000)
* gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
corresponding to PR c++/945.
Update copyright.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/demangle.exp

index edd216f9b962e6cc9c2b6fe32f9199d50520d1ba..7629586145e56b8def008da788c3d9b566233bbc 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-17  David Carlton  <carlton@math.stanford.edu>
+
+       * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
+       corresponding to PR c++/945.
+       Update copyright.
+
 2003-01-17  David Carlton  <carlton@math.stanford.edu>
 
        * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
index 45a89bd83c9bed3b59584660f25b79831a5c8482..7bd9fc54d0057e2a746e38d796293253eff2c305 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1997, 1999, 2003 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -694,7 +694,10 @@ proc test_lucid_style_demangling {} {
     # GDB 930701 gets into an infinite loop.
     # GDB 930727 says "Can't demangle".
     # What is the correct demangling?  FIXME.
-    setup_xfail "*-*-*"
+
+    # NOTE: carlton/2003-01-17: No, don't FIXME, just obsolete lucid.
+    # I'm KFAILing this rather than deleting it for form's sake.
+    setup_kfail "gdb/945" "*-*-*"
     test_demangling_exact "lucid: __vtbl__3foo__vt_cc_main_" ""
 
     test_demangling_exact "lucid: abs__F7complex" "abs(complex)"