From: Daniel Jacobowitz <drow@false.org>
To: Mark Kettenis <mark.kettenis@xs4all.nl>
Cc: gdb-patches@sourceware.org
Subject: Re: What happended to sepdebug.exp?
Date: Fri, 21 Sep 2007 22:43:00 -0000 [thread overview]
Message-ID: <20070921224321.GB27875@caradoc.them.org> (raw)
In-Reply-To: <200709092225.l89MPnxe007011@brahms.sibelius.xs4all.nl>
On Mon, Sep 10, 2007 at 12:25:49AM +0200, Mark Kettenis wrote:
> > Date: Sun, 9 Sep 2007 17:55:27 -0400
> > From: Daniel Jacobowitz <drow@false.org>
> >
> > On Sun, Sep 09, 2007 at 11:49:04PM +0200, Mark Kettenis wrote:
> > > On OpenBSD I'm seeing the following testsuite regression/freakout:
> >
> > I noticed something similar today while testing ia64-linux.
> >
> > > 1. The "PASS: debuglink: XXXX" look wrong to me, do people see those
> > > on other systems too?
> >
> > I've been meaning to fix this.
>
> Please do ;).
Fixed as attached.
--
Daniel Jacobowitz
CodeSourcery
2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
Index: gdb.base/sepdebug.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/sepdebug.exp,v
retrieving revision 1.9
diff -u -p -r1.9 sepdebug.exp
--- gdb.base/sepdebug.exp 1 Sep 2007 08:16:16 -0000 1.9
+++ gdb.base/sepdebug.exp 21 Sep 2007 22:42:15 -0000
@@ -836,7 +836,8 @@ proc test_different_dir {type test_diffe
global pf_prefix
global bp_location6 decimal hex
- set pf_prefix "$type:"
+ set old_pf_prefix $pf_prefix
+ append pf_prefix " $type:"
gdb_exit
gdb_start
@@ -937,7 +938,7 @@ proc test_different_dir {type test_diffe
gdb_expect -re ".*$gdb_prompt $" {}
}
- unset pf_prefix
+ set pf_prefix $old_pf_prefix
# proc test_different_dir
}
next parent reply other threads:[~2007-09-21 22:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200709092149.l89Ln4pK017577@brahms.sibelius.xs4all.nl>
[not found] ` <20070909215527.GA22886@caradoc.them.org>
[not found] ` <200709092225.l89MPnxe007011@brahms.sibelius.xs4all.nl>
2007-09-21 22:43 ` Daniel Jacobowitz [this message]
2007-09-22 10:45 ` Mark Kettenis
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=20070921224321.GB27875@caradoc.them.org \
--to=drow@false.org \
--cc=gdb-patches@sourceware.org \
--cc=mark.kettenis@xs4all.nl \
/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