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 d66c7b4..4c3f7ff 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 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. 2010-06-11 Ulrich Weigand diff --git a/gdb/testsuite/gdb.cp/cpexprs.exp b/gdb/testsuite/gdb.cp/cpexprs.exp index e112c5e..2addc1e 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 7d05ae9..252a647 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.7.4