From: Jim Blandy <jimb@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: RFA: properly skip interrupts.exp
Date: Fri, 01 Mar 2002 15:10:00 -0000 [thread overview]
Message-ID: <20020301231041.DB0E05E9DE@zwingli.cygnus.com> (raw)
2002-03-01 Jim Blandy <jimb@redhat.com>
* gdb.base/interrupt.exp: Correct logic for skipping tests on
targets that don't support interrupts.
Index: gdb/testsuite/gdb.base/interrupt.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.base/interrupt.exp,v
retrieving revision 1.36
diff -c -r1.36 interrupt.exp
*** gdb/testsuite/gdb.base/interrupt.exp 2001/10/31 18:28:27 1.36
--- gdb/testsuite/gdb.base/interrupt.exp 2002/03/01 22:24:08
***************
*** 18,28 ****
# 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,noinferiorio] {
--- 18,26 ----
# Please email any bugs, comments, and/or additions to this file to:
# bug-gdb@prep.ai.mit.edu
! if [target_info exists gdb,nointerrupts] {
! verbose "Skipping interrupt.exp because of nointerrupts."
! continue
}
if [target_info exists gdb,noinferiorio] {
next reply other threads:[~2002-03-01 23:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-01 15:10 Jim Blandy [this message]
2002-06-20 11:25 ` Jim Blandy
2002-07-12 16:22 ` Andrew Cagney
2002-07-18 17:02 ` Jim Blandy
2002-03-01 21:45 Michael Elizabeth Chastain
2002-03-04 18:27 ` Andrew Cagney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020301231041.DB0E05E9DE@zwingli.cygnus.com \
--to=jimb@redhat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox