aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2000-06-06 20:17:13 +0000
committerMichael Snyder <msnyder@vmware.com>2000-06-06 20:17:13 +0000
commite5f9ba7b275c944b7234072bfce0d9e9689f0ffb (patch)
tree9754d5d4f369aac7262099df74e4c47587bb0b80 /gdb
parente0ebfc612d21c7aac1f506af3405c1ca3bd58505 (diff)
downloadfsf-binutils-gdb-e5f9ba7b275c944b7234072bfce0d9e9689f0ffb.zip
fsf-binutils-gdb-e5f9ba7b275c944b7234072bfce0d9e9689f0ffb.tar.gz
fsf-binutils-gdb-e5f9ba7b275c944b7234072bfce0d9e9689f0ffb.tar.bz2
2000-06-02 Michael Snyder <msnyder@seadog.cygnus.com>
* gdb.c++/local.exp: This test has never been known to work with g++.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog8
-rw-r--r--gdb/testsuite/gdb.c++/local.exp9
2 files changed, 15 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index cfe54ce..a4e8bb9 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -6,8 +6,12 @@
* gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
work under g++.
- * gdb.c++/misc.cc: Fix ambiguous initialization with correct initialization.
-
+ * gdb.c++/misc.cc: Fix ambiguous initialization with correct
+ initialization.
+
+2000-06-02 Michael Snyder <msnyder@seadog.cygnus.com>
+
+ * gdb.c++/local.exp: This test has never been known to work with g++.
2000-05-18 Michael Snyder <msnyder@seadog.cygnus.com>
diff --git a/gdb/testsuite/gdb.c++/local.exp b/gdb/testsuite/gdb.c++/local.exp
index 3730ae9..10dfabe 100644
--- a/gdb/testsuite/gdb.c++/local.exp
+++ b/gdb/testsuite/gdb.c++/local.exp
@@ -130,6 +130,15 @@ gdb_expect {
timeout { fail "(timeout) ptype NestedInnerLocal" }
}
+# srikanth, These tests have always been run only with aCC. Now in
+# the new scheme of things, we run it twice, once with aCC, and once
+# with g++. Flag these tests as expected failures when run with g++.
+# as these are failing now and were never known to pass with g++.
+global gcc_compiled
+if {$gcc_compiled} then {
+setup_xfail "*-*-*"
+}
+
# gdb incorrectly interprets the NestedInnerLocal in
# InnerLocal::NestedInnerLocal as field name instead of a type name;
# See CLLbs14784.