From ff6753fcdf29cce979c5f624cf19fdaa352ed642 Mon Sep 17 00:00:00 2001 From: drow Date: Sat, 9 Jan 2010 02:48:04 +0000 Subject: [PATCH] * 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 0bc0466b93..9c36efb7d2 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 df4c7a7ec7..e0f5ec1452 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 -- 2.11.0