2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>

* gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
This commit is contained in:
Pedro Alves
2012-12-14 11:24:26 +00:00
parent 49dc7f4b47
commit 10e339df5d
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
* gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
2012-12-13 Doug Evans <dje@google.com>
* gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.

View File

@ -20,6 +20,11 @@ if { ![can_single_step_to_signal_handler] } {
return
}
if [target_info exists gdb,nosignals] {
verbose "Skipping kill-after-signal.exp because of nosignals."
continue
}
if [prepare_for_testing ${testfile}.exp ${testfile}] {
return -1
}