From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22321 invoked by alias); 9 Jan 2007 14:25:40 -0000 Received: (qmail 22313 invoked by uid 22791); 9 Jan 2007 14:25:40 -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, 09 Jan 2007 14:25:34 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H4Huu-0004hk-Dz; Tue, 09 Jan 2007 09:25:32 -0500 Date: Tue, 09 Jan 2007 14:25:00 -0000 From: Daniel Jacobowitz To: Nick Roberts , gdb@sources.redhat.com Subject: Re: annota1.exp testsuite failures Message-ID: <20070109142532.GA17975@nevyn.them.org> Mail-Followup-To: Nick Roberts , gdb@sources.redhat.com References: <17826.63330.884078.21609@kahikatea.snap.net.nz> <20070109033308.GA3663@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070109033308.GA3663@nevyn.them.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes 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-01/txt/msg00142.txt.bz2 On Mon, Jan 08, 2007 at 10:33:08PM -0500, Daniel Jacobowitz wrote: > On Tue, Jan 09, 2007 at 03:01:06PM +1300, Nick Roberts wrote: > > > > The last changes (2006/12/31) to annota1.exp make it fail for me: > > It passed for you before then, right? Please send me the full log and > I'll try to figure out how it changed. Whoops. Classic mistake on my part. Nick, could you let me know if this fixes it? -- Daniel Jacobowitz CodeSourcery 2007-01-09 Daniel Jacobowitz * gdb.base/annota1.exp: Remove extra send_gdb. Index: testsuite/gdb.base/annota1.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/annota1.exp,v retrieving revision 1.21 diff -u -p -r1.21 annota1.exp --- testsuite/gdb.base/annota1.exp 31 Dec 2006 20:01:25 -0000 1.21 +++ testsuite/gdb.base/annota1.exp 9 Jan 2007 14:24:11 -0000 @@ -244,7 +244,6 @@ set pat_begin "\r\n\032\032post-prompt\r set pat_adjust "warning: Breakpoint 3 address previously adjusted from $hex to $hex.\r\n" set pat_end "\r\n\032\032breakpoint 3\r\n\r\nBreakpoint 3, \r\n\032\032frame-begin 0 $hex\r\n\r\n(\032\032frame-address\r\n$hex\r\n\032\032frame-address-end\r\n in \r\n)*.*\032\032frame-function-name\r\n.*printf\r\n\032\032frame-args\r\n.*\032\032frame-end\r\n\r\n\032\032stopped\r\n$gdb_prompt$" -send_gdb "continue\n" gdb_test_multiple "continue" "continue to printf" { -re "${pat_begin}($pat_adjust)?$pat_end" { pass "continue to printf"