aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.c++')
-rw-r--r--gdb/testsuite/gdb.c++/cplusfuncs.exp12
-rw-r--r--gdb/testsuite/gdb.c++/misc.exp2
2 files changed, 7 insertions, 7 deletions
diff --git a/gdb/testsuite/gdb.c++/cplusfuncs.exp b/gdb/testsuite/gdb.c++/cplusfuncs.exp
index 80595e3..61d26ae 100644
--- a/gdb/testsuite/gdb.c++/cplusfuncs.exp
+++ b/gdb/testsuite/gdb.c++/cplusfuncs.exp
@@ -320,12 +320,12 @@ proc test_lookup_operator_functions {} {
global dm_type_void
global dm_type_void_star
- # These tests don't work for COFF targets; don't even try them
- if [istarget "a29k-*-udi"] then {
- setup_xfail "a29k-*-udi"
- fail "skipping operator tests"
- return
- }
+ # OBSOLETE # # These tests don't work for COFF targets; don't even try them
+ # OBSOLETE # if [istarget "a29k-*-udi"] then {
+ # OBSOLETE # setup_xfail "a29k-*-udi"
+ # OBSOLETE # fail "skipping operator tests"
+ # OBSOLETE # return
+ # OBSOLETE # }
# operator* requires quoting so that GDB does not treat it as a regexp.
info_func "operator\\*(" "void foo::operator*($dm_type_foo_ref);"
diff --git a/gdb/testsuite/gdb.c++/misc.exp b/gdb/testsuite/gdb.c++/misc.exp
index acdf892..1cdc61c 100644
--- a/gdb/testsuite/gdb.c++/misc.exp
+++ b/gdb/testsuite/gdb.c++/misc.exp
@@ -41,7 +41,7 @@ proc deduce_language_of_main {} {
# See what language gdb thinks main() is, prior to reading full symbols.
# I think this fails for COFF targets.
- setup_xfail "a29k-*-udi"
+ # OBSOLETE setup_xfail "a29k-*-udi"
send_gdb "show language\n"
gdb_expect {
-re ".* source language is \"auto; currently c\[+\]+\".*$gdb_prompt $" {