mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
* gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
This commit is contained in:
parent
c7a795f842
commit
28f2482621
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user