* gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
This commit is contained in:
parent
d5142e3b62
commit
fcb34849df
2 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue