aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2002-02-23 20:57:53 +0000
committerMichael Chastain <mec@google.com>2002-02-23 20:57:53 +0000
commit5a2a0a20778a69d445709538e1312b61278e9989 (patch)
tree748d45c27334c711d529f31a5e9b665dca5d3cdf /gdb/testsuite/gdb.c++
parent696f451b7e9b2e5cbb5c12c76a51475ef04b2845 (diff)
downloadbinutils-5a2a0a20778a69d445709538e1312b61278e9989.zip
binutils-5a2a0a20778a69d445709538e1312b61278e9989.tar.gz
binutils-5a2a0a20778a69d445709538e1312b61278e9989.tar.bz2
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.
Diffstat (limited to 'gdb/testsuite/gdb.c++')
-rw-r--r--gdb/testsuite/gdb.c++/templates.exp6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.c++/templates.exp b/gdb/testsuite/gdb.c++/templates.exp
index 45909f0..a6d35fc 100644
--- a/gdb/testsuite/gdb.c++/templates.exp
+++ b/gdb/testsuite/gdb.c++/templates.exp
@@ -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" }