aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/exception.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.cp/exception.exp')
-rw-r--r--gdb/testsuite/gdb.cp/exception.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cp/exception.exp b/gdb/testsuite/gdb.cp/exception.exp
index 655d390..a56c8fa 100644
--- a/gdb/testsuite/gdb.cp/exception.exp
+++ b/gdb/testsuite/gdb.cp/exception.exp
@@ -44,6 +44,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 testfile "exception"
set srcfile ${testfile}.cc
set binfile ${objdir}/${subdir}/${testfile}