From: Ulrich Weigand Date: Tue, 29 Sep 2009 00:35:40 +0000 (+0000) Subject: * gdb.cp/gdb2495.exp: Skip test on spu*-*-*. X-Git-Tag: gdb_7_0-2009-10-06-release~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a63ae5650fe093000e1e5623ef0214313a61ccf5;p=thirdparty%2Fbinutils-gdb.git * gdb.cp/gdb2495.exp: Skip test on spu*-*-*. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 59fc74813fa..7a82b6ea5ee 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-09-28 Ulrich Weigand + + * gdb.cp/gdb2495.exp: Skip test on spu*-*-*. + 2009-09-28 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