From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29340 invoked by alias); 9 Sep 2007 22:26:43 -0000 Received: (qmail 29332 invoked by uid 22791); 9 Sep 2007 22:26:42 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 09 Sep 2007 22:26:38 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id l89MPnQc009069; Mon, 10 Sep 2007 00:25:49 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id l89MPnxe007011; Mon, 10 Sep 2007 00:25:49 +0200 (CEST) Date: Mon, 10 Sep 2007 09:49:00 -0000 Message-Id: <200709092225.l89MPnxe007011@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: mark.kettenis@xs4all.nl, gdb@sourceware.org In-reply-to: <20070909215527.GA22886@caradoc.them.org> (message from Daniel Jacobowitz on Sun, 9 Sep 2007 17:55:27 -0400) Subject: Re: What happended to sepdebug.exp? References: <200709092149.l89Ln4pK017577@brahms.sibelius.xs4all.nl> <20070909215527.GA22886@caradoc.them.org> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00096.txt.bz2 > Date: Sun, 9 Sep 2007 17:55:27 -0400 > From: Daniel Jacobowitz > > 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 ;). > > 2. This test should fail a bit more graceful if the necessary > > toolchain support is missing. > > > > The diff below addresses the second issue. Does it look reasonable? > > It does to me! Committed!