diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/gdb2495.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/gdb2495.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cp/gdb2495.exp b/gdb/testsuite/gdb.cp/gdb2495.exp index df4c7a7..e0f5ec1 100644 --- a/gdb/testsuite/gdb.cp/gdb2495.exp +++ b/gdb/testsuite/gdb.cp/gdb2495.exp @@ -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 |