* gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 11 Jun 2010 17:35:28 +0000 (17:35 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 11 Jun 2010 17:35:28 +0000 (17:35 +0000)
* gdb.cp/pr9167.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/cpexprs.exp
gdb/testsuite/gdb.cp/pr9167.exp

index d66c7b48a820133890f769aac470335406ba0bdd..4c3f7ff104e03d76876a150b5c23e3ac2182a371 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
+       * gdb.cp/pr9167.exp: Likewise.
+
 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
index e112c5ed9976f1b4caae7753571bcef0f2663ace..2addc1e8c706518f790a31a6f721f92a17fe1b51 100644 (file)
@@ -669,6 +669,11 @@ if {$tracelevel} {
 
 if {[skip_cplus_tests]} { continue }
 
+# On SPU this test fails because the executable exceeds local storage size.
+if { [istarget "spu*-*-*"] } {
+        return 0
+}
+
 #
 # test running programs
 #
index 7d05ae908a9a41e3e7bf4e7252df7c69872663c7..252a647b3ee916bc6dce3b868affded67534ea74 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+# On SPU this test fails because the executable exceeds local storage size.
+if { [istarget "spu*-*-*"] } {
+        return 0
+}
+
 set testfile pr9167
 set srcfile ${testfile}.cc
 if [prepare_for_testing $testfile.exp $testfile $srcfile {debug c++}] {
This page took 0.042994 seconds and 4 git commands to generate.