aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2003-03-03 18:48:31 +0000
committerDavid Carlton <carlton@bactrian.org>2003-03-03 18:48:31 +0000
commit6ece72dad9bbb3dda581c92d778c398e275ae7c0 (patch)
tree0e1f13583ab1d33dd4e6f3811937d1f02ce7623b /gdb/testsuite/ChangeLog
parent85ca1584136004492afd07a88af7fac1d24e2258 (diff)
downloadgdb-6ece72dad9bbb3dda581c92d778c398e275ae7c0.zip
gdb-6ece72dad9bbb3dda581c92d778c398e275ae7c0.tar.gz
gdb-6ece72dad9bbb3dda581c92d778c398e275ae7c0.tar.bz2
2003-02-28 David Carlton <carlton@math.stanford.edu>
* gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum" with respect to PR c++/57. KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR c++/826. Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with respect to PR c++/57.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 21c071d..14b54f4 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,14 @@
2003-03-03 David Carlton <carlton@math.stanford.edu>
+ * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
+ with respect to PR c++/57.
+ KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
+ c++/826.
+ Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
+ respect to PR c++/57.
+
+2003-03-03 David Carlton <carlton@math.stanford.edu>
+
* gdb.c++/templates.exp (do_tests): Convert the KFAILs with
respect to PR c++/33 into FAILs.