OSDN Git Service

* gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
authoruweigand <uweigand>
Sun, 27 Sep 2009 20:41:53 +0000 (20:41 +0000)
committeruweigand <uweigand>
Sun, 27 Sep 2009 20:41:53 +0000 (20:41 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/gdb2495.exp

index 3d21fb1..53b744b 100644 (file)
@@ -1,5 +1,9 @@
 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
+       * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
+
+2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
        * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
 
 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
index dbc8ae9..35b8fa9 100644 (file)
@@ -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