* gdb.cp/gdb2495.exp: Skip if gdb,nosignals.

This commit is contained in:
Daniel Jacobowitz 2010-01-08 17:48:04 +00:00
parent c7a795f842
commit 28f2482621
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2010-01-08 Joel Brobecker <brobecker@adacore.com>
* lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect

View File

@ -35,6 +35,11 @@ if $tracelevel then {
if { [skip_cplus_tests] } { continue }
if [target_info exists gdb,nosignals] {
verbose "Skipping gdb2495.exp because of nosignals."
continue
}
# On SPU this test fails because the executable exceeds local storage size.
if { [istarget "spu*-*-*"] } {
return 0