* gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
authorDaniel Jacobowitz <drow@false.org>
Fri, 8 Jan 2010 17:48:04 +0000 (17:48 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 8 Jan 2010 17:48:04 +0000 (17:48 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/gdb2495.exp

index 0bc0466b938e633d1f827b76fc100469d525174c..9c36efb7d2d423e8aa860b950ec3aa8d12ae2dfd 100644 (file)
@@ -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
index df4c7a7ec78c0cd0c6425313b57c8f144cb9c4dc..e0f5ec1452db40f37e5381806701829e71909b0f 100644 (file)
@@ -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