From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12526 invoked by alias); 2 Aug 2006 21:19:18 -0000 Received: (qmail 12513 invoked by uid 22791); 2 Aug 2006 21:19:18 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 02 Aug 2006 21:19:16 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k72LH4TR025518; Wed, 2 Aug 2006 23:17:04 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k72LH4Lb007586; Wed, 2 Aug 2006 23:17:04 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k72LH4eR004504; Wed, 2 Aug 2006 23:17:04 +0200 (CEST) Date: Wed, 02 Aug 2006 21:19:00 -0000 Message-Id: <200608022117.k72LH4eR004504@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: nathan@codesourcery.com, gdb@sourceware.org, gdb-patches@sourceware.org In-reply-to: <20060801225822.GA26808@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 1 Aug 2006 18:58:22 -0400) Subject: Re: Bogus change to gdb.base/cursal.exp? References: <200608012238.k71McI5N001797@elgar.sibelius.xs4all.nl> <20060801225822.GA26808@nevyn.them.org> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00026.txt.bz2 > Date: Tue, 1 Aug 2006 18:58:22 -0400 > From: Daniel Jacobowitz > > On Wed, Aug 02, 2006 at 12:38:18AM +0200, Mark Kettenis wrote: > > Looking at these error messages, your last change to > > gdb.base/cursal.exp: > > > > 2006-07-24 Nathan Sidwell > > > > * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets. > > * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load. > > > > just can't be right. Can you please back the gdb.base/cursal.exp bit out? > > I thought Nathan had fixed this on HEAD, but I guess he didn't check in > the fix. I've taken care of this with the attached patch, from > gdb-csl-20060226-branch. > 2006-08-01 Nathan Sidwell > > * gdb.base/cursal.exp: Add "" to gdb_load call. > Sorry guys, but this still doesn't work on a native GDB: Running ../../../../src/gdb/gdb/testsuite/gdb.base/cursal.exp ... ERROR: couldn't load into /home/kettenis/obj/gdb/gdb/testsuite/../../gdb/gdb (timed out). So I repeat my request; would you be so kind to back this out until you've found a solution that doesn't break this test on a native GDB? Mark