From 6ece72dad9bbb3dda581c92d778c398e275ae7c0 Mon Sep 17 00:00:00 2001 From: David Carlton Date: Mon, 3 Mar 2003 18:48:31 +0000 Subject: 2003-02-28 David Carlton * 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. --- gdb/testsuite/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/testsuite/ChangeLog') 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 + * 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 + * gdb.c++/templates.exp (do_tests): Convert the KFAILs with respect to PR c++/33 into FAILs. -- cgit v1.1