From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59577 invoked by alias); 26 Dec 2018 14:20:17 -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 59563 invoked by uid 89); 26 Dec 2018 14:20:17 -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=Hx-languages-length:921, HContent-Transfer-Encoding:8bit 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:20:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1545834016; x=1577370016; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=VpN1LLtUbrs1ufq8h6OWzI9O/u4ep0/9KzrIbOOBPdk=; b=G/Li/RMdrn2s5OAjmITDgoHaIcLq3eN8zD59DCUKcVWsCGg2ipnjHYn2 KpSROkJabJMLCWLXx4/Gj3Zpzx+zaA==; 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:20:13 +0100 Message-ID: <1545834013.31031.13.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:20:00 -0000 In-Reply-To: <1545833615.31031.12.camel@skynet.be> References: <20181224141509.11807-1-philippe.waroquiers@skynet.be> <87va3iprpf.fsf@tromey.com> <1545833615.31031.12.camel@skynet.be> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00329.txt.bz2 On Wed, 2018-12-26 at 15:13 +0100, Philippe Waroquiers wrote: > 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. Here is the updated ChangeLog: 2018-12-26  Philippe Waroquiers   PR ada/23381 * gdb.ada/rename_subscript_param/pkg.adb (B): Rename to Rename_Subscript_Param_B.  All users updated. gdb.ada/rename_subscript_param.exp: Test names made unique. Note that PR ada/23381 is only fully fixed when using a recent compiler.