From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15779 invoked by alias); 23 Mar 2009 17:38:21 -0000 Received: (qmail 15770 invoked by uid 22791); 23 Mar 2009 17:38:21 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Mar 2009 17:38:16 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n2NHbr1J007001; Mon, 23 Mar 2009 13:37:53 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n2NHbmwF001444; Mon, 23 Mar 2009 13:37:48 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n2NHboQr013521; Mon, 23 Mar 2009 13:37:53 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n2NHblfR014701; Mon, 23 Mar 2009 18:37:48 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id n2NHbfxZ014683; Mon, 23 Mar 2009 18:37:41 +0100 Date: Mon, 23 Mar 2009 17:45:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [patch] Racy FAIL: gdb.base/auxv.exp + gdb.base/callfuncs.exp [Re: [patch/rfc] Recognize non-DW_AT_location symbols] Message-ID: <20090323173741.GA14334@host0.dyn.jankratochvil.net> References: <20090316202040.GA27070@host0.dyn.jankratochvil.net> <20090320150248.GA12530@adacore.com> <20090320182215.GC12530@adacore.com> <20090320183838.GA8318@host0.dyn.jankratochvil.net> <20090320191841.GE12530@adacore.com> <20090323173115.GA19319@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090323173115.GA19319@adacore.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00499.txt.bz2 On Mon, 23 Mar 2009 18:31:15 +0100, Joel Brobecker wrote: > > > gdb/testsuite/ > > > 2009-03-20 Jan Kratochvil > > > > > > Fix a racy FAIL. > > > * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption. > > > * gdb.base/callfuncs.exp (fetch_all_registers): Likewise. > > > > This looks OK to me. > > Just to confirm, this patch is OK. (many thanks to Daniel for providing > the info about expect) OK, checked-in, thanks. (And therefore assuming one should always confirm the check-in in this list.) (the original patch for optimized-out variables is being tested and looks OK) Regards, Jan