From: Ulrich Weigand Date: Sun, 27 Sep 2009 20:41:53 +0000 (+0000) Subject: * gdb.cp/gdb2495.exp: Skip test on spu*-*-*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fcb34849dfdc57ebdd4e8932aaf2b3d38e83db38;p=binutils-gdb.git * gdb.cp/gdb2495.exp: Skip test on spu*-*-*. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3d21fb1af09..53b744bd39e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-09-27 Ulrich Weigand + + * gdb.cp/gdb2495.exp: Skip test on spu*-*-*. + 2009-09-27 Ulrich Weigand * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile. diff --git a/gdb/testsuite/gdb.cp/gdb2495.exp b/gdb/testsuite/gdb.cp/gdb2495.exp index dbc8ae9d191..35b8fa9675c 100644 --- a/gdb/testsuite/gdb.cp/gdb2495.exp +++ b/gdb/testsuite/gdb.cp/gdb2495.exp @@ -35,6 +35,11 @@ if $tracelevel then { if { [skip_cplus_tests] } { continue } +# On SPU this test fails because the executable exceeds local storage size. +if { [istarget "spu*-*-*"] } { + return 0 +} + set prms_id 2495 set bug_id 0