* gdb.cp/gdb2495.exp: Skip test on spu*-*-*.

This commit is contained in:
Ulrich Weigand 2009-09-27 20:41:53 +00:00
parent d5142e3b62
commit fcb34849df
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View 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