From fcb34849dfdc57ebdd4e8932aaf2b3d38e83db38 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Sun, 27 Sep 2009 20:41:53 +0000 Subject: * gdb.cp/gdb2495.exp: Skip test on spu*-*-*. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.cp/gdb2495.exp | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'gdb') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3d21fb1..53b744b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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. 2009-09-26 Pierre Muller diff --git a/gdb/testsuite/gdb.cp/gdb2495.exp b/gdb/testsuite/gdb.cp/gdb2495.exp index dbc8ae9..35b8fa9 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 -- cgit v1.1