From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14701 invoked by alias); 1 Aug 2006 22:58:31 -0000 Received: (qmail 14685 invoked by uid 22791); 1 Aug 2006 22:58:31 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 01 Aug 2006 22:58:29 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G83Bu-00076G-NP; Tue, 01 Aug 2006 18:58:22 -0400 Date: Tue, 01 Aug 2006 22:58:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis Cc: nathan@codesourcery.com, gdb@sourceware.org, gdb-patches@sourceware.org Subject: Re: Bogus change to gdb.base/cursal.exp? Message-ID: <20060801225822.GA26808@nevyn.them.org> Mail-Followup-To: Mark Kettenis , nathan@codesourcery.com, gdb@sourceware.org, gdb-patches@sourceware.org References: <200608012238.k71McI5N001797@elgar.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608012238.k71McI5N001797@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes 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/msg00016.txt.bz2 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. -- Daniel Jacobowitz CodeSourcery Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v retrieving revision 1.1244 diff -u -p -r1.1244 ChangeLog --- ChangeLog 25 Jul 2006 04:24:50 -0000 1.1244 +++ ChangeLog 1 Aug 2006 22:57:07 -0000 @@ -1,3 +1,7 @@ +2006-08-01 Nathan Sidwell + + * gdb.base/cursal.exp: Add "" to gdb_load call. + 2006-07-25 Daniel Jacobowitz * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary Index: gdb.base/cursal.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/cursal.exp,v retrieving revision 1.2 diff -u -p -r1.2 cursal.exp --- gdb.base/cursal.exp 24 Jul 2006 14:20:50 -0000 1.2 +++ gdb.base/cursal.exp 1 Aug 2006 22:57:07 -0000 @@ -42,7 +42,7 @@ gdb_test "set listsize 1" \ gdb_test "list" \ "v0 = 0;" \ "list before run" -gdb_load +gdb_load "" if {! [runto_main]} { return -1 }