From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49680 invoked by alias); 26 Dec 2018 14:13:40 -0000 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 Received: (qmail 49670 invoked by uid 89); 26 Dec 2018 14:13:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mailsec117.isp.belgacom.be Received: from mailsec117.isp.belgacom.be (HELO mailsec117.isp.belgacom.be) (195.238.20.113) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Dec 2018 14:13:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1545833618; x=1577369618; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=pwdneX1rQXPxgd4g/moaNrGFvQQGqI8GLoYvS8jbXGc=; b=TJpbLZUSFLGK/kPmN/3jmUrsQ3Sb2UVnJg+R8cK84qMDnpYLBFxIDQhw JrGW0vWjHKLuaI98CZkzUY+p7SPI2Q==; Received: from 184.205-67-87.adsl-dyn.isp.belgacom.be (HELO md) ([87.67.205.184]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 26 Dec 2018 15:13:36 +0100 Message-ID: <1545833615.31031.12.camel@skynet.be> Subject: Re: [RFA] Fix some gdb.ada tests failures due to naming conflict. From: Philippe Waroquiers To: Tom Tromey Cc: gdb-patches@sourceware.org Date: Wed, 26 Dec 2018 14:13:00 -0000 In-Reply-To: <87va3iprpf.fsf@tromey.com> References: <20181224141509.11807-1-philippe.waroquiers@skynet.be> <87va3iprpf.fsf@tromey.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00328.txt.bz2 On Mon, 2018-12-24 at 13:58 -0700, Tom Tromey wrote: > > > > > > "Philippe" == Philippe Waroquiers writes: > > > FAIL: gdb.ada/rename_subscript_param.exp: print b before changing its value (timeout) > > Note that this particular one is PR ada/23381, so that should be > mentioned in the ChangeLog. Ouch, I forgot to add this in the RFAv2 ChangeLog. I will add this before pushing. Philippe