From 28f2482621e47a82ad59b882d17a390a6cc98734 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 8 Jan 2010 17:48:04 +0000 Subject: * gdb.cp/gdb2495.exp: Skip if gdb,nosignals. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.cp/gdb2495.exp | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0bc0466..9c36efb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-01-08 Daniel Jacobowitz + + * gdb.cp/gdb2495.exp: Skip if gdb,nosignals. + 2010-01-08 Joel Brobecker * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect 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 -- cgit v1.1