From: Daniel Jacobowitz Date: Fri, 8 Jan 2010 17:48:04 +0000 (+0000) Subject: * gdb.cp/gdb2495.exp: Skip if gdb,nosignals. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28f2482621e47a82ad59b882d17a390a6cc98734;p=binutils-gdb.git * gdb.cp/gdb2495.exp: Skip if gdb,nosignals. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0bc0466b938..9c36efb7d2d 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 df4c7a7ec78..e0f5ec1452d 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