From: Fred Fish <fnf@fred.ninemoons.com>
To: gdb-patches@sources.redhat.com
Cc: fnf@redhat.com
Subject: [RFA] Fix logic error suppressing attach.exp tests
Date: Thu, 28 Feb 2002 13:15:00 -0000 [thread overview]
Message-ID: <200202282114.g1SLEOj20230@fred.ninemoons.com> (raw)
2002-02-28 Fred Fish <fnf@redhat.com>
* gdb.base/attach.exp: Fix logic error that was suppressing this
test for all non hppa*-*-hpux* targets, instead of the hp target.
Move comments closer to the suppression point.
Index: gdb.base/attach.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/attach.exp,v
retrieving revision 1.2
diff -c -p -r1.2 attach.exp
*** attach.exp 2001/03/06 08:21:50 1.2
--- attach.exp 2002/02/28 21:11:58
***************
*** 17,42 ****
# Please email any bugs, comments, and/or additions to this file to:
# bug-gdb@prep.ai.mit.edu
- # On HP-UX 11.0, this test is causing a process running
- # the program "attach" to be left around spinning.
- # Until we figure out why, I am commenting out the test
- # to avoid polluting tiamat (our 11.0 nightly test machine)
- # with these processes. RT
- #
- # Setting the magic bit in the target app should work.
- # I added a "kill", and also a test for the R3 register
- # warning. JB
- #
if $tracelevel then {
strace $tracelevel
}
set prms_id 0
set bug_id 0
-
! if { ![istarget "hppa*-*-hpux*"] } {
! #setup_xfail "*-*-*"
return 0
}
--- 17,37 ----
# Please email any bugs, comments, and/or additions to this file to:
# bug-gdb@prep.ai.mit.edu
if $tracelevel then {
strace $tracelevel
}
set prms_id 0
set bug_id 0
! # On HP-UX 11.0, this test is causing a process running the program
! # "attach" to be left around spinning. Until we figure out why, I am
! # commenting out the test to avoid polluting tiamat (our 11.0 nightly
! # test machine) with these processes. RT
! #
! # Setting the magic bit in the target app should work. I added a
! # "kill", and also a test for the R3 register warning. JB
! if { [istarget "hppa*-*-hpux*"] } {
return 0
}
next reply other threads:[~2002-02-28 21:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-28 13:15 Fred Fish [this message]
2002-02-28 17:48 Michael Elizabeth Chastain
2002-03-25 11:48 ` Fred Fish
2002-03-25 11:56 ` Michael Snyder
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=200202282114.g1SLEOj20230@fred.ninemoons.com \
--to=fnf@fred.ninemoons.com \
--cc=fnf@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