diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cp/gdb2495.exp | 5 |
2 files changed, 9 insertions, 0 deletions
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 <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 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 |