From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103563 invoked by alias); 16 Sep 2019 09:12:53 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 103466 invoked by uid 89); 16 Sep 2019 09:12:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HTo:U*macro, HX-Languages-Length:600, consequently, harness X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Sep 2019 09:12:52 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 0763E81382; Mon, 16 Sep 2019 11:12:50 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AWDLVmETmJmV; Mon, 16 Sep 2019 11:12:49 +0200 (CEST) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by smtp.eu.adacore.com (Postfix) with ESMTP id AE93B81380; Mon, 16 Sep 2019 11:12:49 +0200 (CEST) Received: by chelles.act-europe.fr (Postfix, from userid 525) id AAC9E1EA1719; Mon, 16 Sep 2019 11:12:49 +0200 (CEST) Date: Mon, 16 Sep 2019 09:12:00 -0000 From: Arnaud Charlet To: "Maciej W. Rozycki" Cc: gcc-patches@gcc.gnu.org, dejagnu@gnu.org, Eric Botcazou , Pierre-Marie de Rodat , Arnaud Charlet Subject: Re: [PING^2][PATCH 0/3] GNAT test suite fixes for build sysroot Message-ID: <20190916091249.GA1701@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2019-09/txt/msg00933.txt.bz2 > > In the course of setting up GCC regression testing for the RISC-V target > > I have discovered that the GNAT test suite does not correctly respond to > > the test environment settings passed from the test harness in my setup and > > consequently no test case works correctly. > > Ping for: > > > Assuming good Ada test results with these changes for both RISC-V and native linux x86_64, OK for me. Arno