]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-02-23 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Sat, 23 Feb 2002 20:57:53 +0000 (20:57 +0000)
committerMichael Chastain <mec@google.com>
Sat, 23 Feb 2002 20:57:53 +0000 (20:57 +0000)
* gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
test "ptype bint".  The test passes on all my stabs configurations.

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

index f0e4d7341012d2ebf667ba43328a5b3ba75b8513..2d8b3ac83d955e5e1acb7c48f1f7ebd58f39445d 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-23  Michael Chastain  <mec@shout.net>
+
+       * 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  <jimb@redhat.com>
 
        * gdb.asm/asm-source.exp: Parse the output from `info sources' one
index 45909f0069be56395ec295f57112f9849221ce9a..a6d35fcb116b2d770c71f714d9d57dc94cc2a7ef 100644 (file)
@@ -316,11 +316,7 @@ gdb_expect {
 
 
 # ptype Bar<int,33>
-# 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<int,(\\(int\\)|)33> \\{\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" }