* gdb.base/interrupt.exp: Correct logic for skipping tests on

targets that don't support interrupts.
This commit is contained in:
Jim Blandy 2002-07-18 23:52:49 +00:00
parent 0fe7bf7bb4
commit eecf4bedc4
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2002-07-18 Jim Blandy <jimb@redhat.com>
* gdb.base/interrupt.exp: Correct logic for skipping tests on
targets that don't support interrupts.
2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
* gdb.base/attach.exp: Add patterns to match output from /proc-based

View File

@ -18,11 +18,9 @@
# Please email any bugs, comments, and/or additions to this file to:
# bug-gdb@prep.ai.mit.edu
if [host_info exists name] {
if [board_info host exists gdb,nointerrupts] {
verbose "Skipping interrupt.exp because of nointerrupts."
continue
}
if [target_info exists gdb,nointerrupts] {
verbose "Skipping interrupt.exp because of nointerrupts."
continue
}
if [target_info exists gdb,noinferiorio] {