From 85ca1584136004492afd07a88af7fac1d24e2258 Mon Sep 17 00:00:00 2001 From: David Carlton Date: Mon, 3 Mar 2003 18:39:47 +0000 Subject: [PATCH] 2003-03-03 David Carlton * gdb.c++/templates.exp (do_tests): Convert the KFAILs with respect to PR c++/33 into FAILs. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.c++/templates.exp | 10 ++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0c80e30229..21c071df8c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-03-03 David Carlton + + * gdb.c++/templates.exp (do_tests): Convert the KFAILs with + respect to PR c++/33 into FAILs. + 2003-03-03 Michael Chastain * configure.in: Update copyright years. diff --git a/gdb/testsuite/gdb.c++/templates.exp b/gdb/testsuite/gdb.c++/templates.exp index 3ae9891942..7ef1c1d7f7 100644 --- a/gdb/testsuite/gdb.c++/templates.exp +++ b/gdb/testsuite/gdb.c++/templates.exp @@ -303,7 +303,10 @@ send_gdb "print Foo::foo\n" gdb_expect { -re "\\$\[0-9\]* = \\{.*char \\*\\((class |)Foo \\*(| const), int, .*char \\*\\)\\} $hex ::foo\\(int, .*char.*\\*\\)>\r\n$gdb_prompt $" { pass "print Foo::foo" } -re "No symbol \"Foo\" in current context.\r\n$gdb_prompt $" - { kfail "gdb/33" "print Foo::foo" } + { + # This used to be a kfail gdb/33, but it shouldn't occur any more now. + fail "print Foo::foo" + } -re "$gdb_prompt $" { fail "print Foo::foo" } timeout { fail "(timeout) print Foo::foo" } } @@ -312,7 +315,10 @@ send_gdb "print Foo::foo\n" gdb_expect { -re "\\$\[0-9\]* = \\{.*char \\*\\((class |)Foo \\*(| const), int, .*char \\*\\)\\} $hex ::foo\\(int, .*char.*\\*\\)>\r\n$gdb_prompt $" { pass "print Foo::foo" } -re "No symbol \"Foo\" in current context.\r\n$gdb_prompt $" - { kfail "gdb/33" "print Foo::foo" } + { + # This used to be a kfail gdb/33, but it shouldn't occur any more now. + fail "print Foo::foo" + } -re "$gdb_prompt $" { fail "print Foo::foo" } timeout { fail "(timeout) print Foo::foo" } } -- 2.34.1