From caddefa41f6a50f4d2499caf56422263df591e72 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Fri, 11 Jun 2010 17:35:28 +0000 Subject: [PATCH] * gdb.cp/cpexprs.exp: Skip test on spu*-*-*. * gdb.cp/pr9167.exp: Likewise. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.cp/cpexprs.exp | 5 +++++ gdb/testsuite/gdb.cp/pr9167.exp | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d66c7b48a82..4c3f7ff104e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-06-11 Ulrich Weigand + + * gdb.cp/cpexprs.exp: Skip test on spu*-*-*. + * gdb.cp/pr9167.exp: Likewise. + 2010-06-11 Ulrich Weigand * gdb.python/py-breakpoint.exp: Handle software watchpoints as well. diff --git a/gdb/testsuite/gdb.cp/cpexprs.exp b/gdb/testsuite/gdb.cp/cpexprs.exp index e112c5ed997..2addc1e8c70 100644 --- a/gdb/testsuite/gdb.cp/cpexprs.exp +++ b/gdb/testsuite/gdb.cp/cpexprs.exp @@ -669,6 +669,11 @@ if {$tracelevel} { if {[skip_cplus_tests]} { continue } +# On SPU this test fails because the executable exceeds local storage size. +if { [istarget "spu*-*-*"] } { + return 0 +} + # # test running programs # diff --git a/gdb/testsuite/gdb.cp/pr9167.exp b/gdb/testsuite/gdb.cp/pr9167.exp index 7d05ae908a9..252a647b3ee 100644 --- a/gdb/testsuite/gdb.cp/pr9167.exp +++ b/gdb/testsuite/gdb.cp/pr9167.exp @@ -13,6 +13,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# On SPU this test fails because the executable exceeds local storage size. +if { [istarget "spu*-*-*"] } { + return 0 +} + set testfile pr9167 set srcfile ${testfile}.cc if [prepare_for_testing $testfile.exp $testfile $srcfile {debug c++}] { -- 2.30.2