From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30783 invoked by alias); 9 Aug 2004 17:30:26 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30776 invoked from network); 9 Aug 2004 17:30:26 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 9 Aug 2004 17:30:26 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1BuDya-0000Df-Ko; Mon, 09 Aug 2004 13:30:24 -0400 Date: Mon, 09 Aug 2004 17:30:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis Cc: mec.gnu@mindspring.com, gdb-patches@sources.redhat.com Subject: Re: [testsuite] kfail sigaltstack.exp on i386/gnu/linux Message-ID: <20040809173022.GA22274@nevyn.them.org> Mail-Followup-To: Mark Kettenis , mec.gnu@mindspring.com, gdb-patches@sources.redhat.com References: <20040808220220.GA22738@nevyn.them.org> <200408091714.i79HELqr032948@elgar.kettenis.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408091714.i79HELqr032948@elgar.kettenis.dyndns.org> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-08/txt/msg00321.txt.bz2 On Mon, Aug 09, 2004 at 07:08:54PM +0200, Mark Kettenis wrote: > Date: Sun, 8 Aug 2004 18:02:20 -0400 > From: Daniel Jacobowitz > > 2004-08-08 Daniel Jacobowitz > > PR gdb/1736 > * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL > for i?86-*-linux*. > > Sorry Daniel, this patch isn't right. The tests get out of sync on my > i386-unknown-freebsd4.7 system. You can't blindly convert from > gdb_test to gdb_test_multiple. The latter doesn't provide proper > anchoring. The attached patch fixes that. Is this OK Michael? Glarg - I apologize profusely. You are correct. I remembered to anchor the new pattern and forgot to anchor the old one. -- Daniel Jacobowitz