summaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2002-01-07 21:23:35 +0000
committerFred Fish <fnf@specifix.com>2002-01-07 21:23:35 +0000
commit2b9035d2c9c73db96b4f1e528d33b00839fdc538 (patch)
tree54d7442707a4e5559b9333f4e9da344a74a2bf82 /gdb/testsuite
parent5cd8ad2bf36b0a426fd583ae8a1d0e196229fb85 (diff)
downloadgdb-2b9035d2c9c73db96b4f1e528d33b00839fdc538.tar.gz
Approved by med@shout.net:
2002-01-07 Fred Fish <fnf@redhat.com> * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo, g_instance.bfoo, and g_instance.cfoo.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.c++/derivation.exp8
2 files changed, 6 insertions, 7 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index b4b8cd0c998..5f32bc59cc5 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-07 Fred Fish <fnf@redhat.com>
+
+ * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
+ g_instance.bfoo, and g_instance.cfoo.
+
Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
* gdb.base/break.c (multi_line_if_conditional): New function.
diff --git a/gdb/testsuite/gdb.c++/derivation.exp b/gdb/testsuite/gdb.c++/derivation.exp
index 53bde18c09c..174cbaa2f1b 100644
--- a/gdb/testsuite/gdb.c++/derivation.exp
+++ b/gdb/testsuite/gdb.c++/derivation.exp
@@ -1,4 +1,4 @@
-# Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -290,10 +290,6 @@ gdb_expect {
timeout { fail "(timeout) print value of g_instance.c" }
}
-# The following cases always fail with g++ output, and should be fixed
-# someday. -sts 1999-08-25
-
-if { $gcc_compiled } { setup_xfail "*-*-*" }
send_gdb "print g_instance.afoo()\n"
gdb_expect {
-re ".\[0-9\]* = 1.*$gdb_prompt $" {
@@ -303,7 +299,6 @@ gdb_expect {
timeout { fail "(timeout) print value of g_instance.afoo()" }
}
-if { $gcc_compiled } { setup_xfail "*-*-*" }
send_gdb "print g_instance.bfoo()\n"
gdb_expect {
-re ".\[0-9\]* = 2.*$gdb_prompt $" {
@@ -313,7 +308,6 @@ gdb_expect {
timeout { fail "(timeout) print value of g_instance.bfoo()" }
}
-if { $gcc_compiled } { setup_xfail "*-*-*" }
send_gdb "print g_instance.cfoo()\n"
gdb_expect {
-re ".\[0-9\]* = 3.*$gdb_prompt $" {