From 5a2a0a20778a69d445709538e1312b61278e9989 Mon Sep 17 00:00:00 2001 From: Michael Chastain Date: Sat, 23 Feb 2002 20:57:53 +0000 Subject: [PATCH] 2002-02-23 Michael Chastain * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on test "ptype bint". The test passes on all my stabs configurations. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.c++/templates.exp | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f0e4d734101..2d8b3ac83d9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-02-23 Michael Chastain + + * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on + test "ptype bint". The test passes on all my stabs configurations. + 2002-02-21 Jim Blandy * gdb.asm/asm-source.exp: Parse the output from `info sources' one diff --git a/gdb/testsuite/gdb.c++/templates.exp b/gdb/testsuite/gdb.c++/templates.exp index 45909f0069b..a6d35fcb116 100644 --- a/gdb/testsuite/gdb.c++/templates.exp +++ b/gdb/testsuite/gdb.c++/templates.exp @@ -316,11 +316,7 @@ gdb_expect { # ptype Bar -# stabs screws this test royally. -# It thinks it has a badly mangled name. -# I blame stabs, the other formats get it right. -djb -get_debug_format -setup_xfail_format "stabs" + send_gdb "ptype bint\n" gdb_expect { -re "type = (class |)Bar \\{\r\n\[ \t\]*public:\r\n\[ \t\]*int x;\r\n\[ \t\]*int t;\r\n\r\n\[ \t\]*.*int bar\\(int, int\\);\r\n\\}\r\n$gdb_prompt $" { pass "ptype bint" } -- 2.30.2