From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30801 invoked by alias); 7 Dec 2012 10:11:05 -0000 Received: (qmail 30792 invoked by uid 22791); 7 Dec 2012 10:11:04 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Dec 2012 10:11:01 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 32E02CB36D4; Fri, 7 Dec 2012 11:11:06 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OjYdRoVONqB3; Fri, 7 Dec 2012 11:11:06 +0100 (CET) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by mel.act-europe.fr (Postfix) with ESMTP id 21911CB3679; Fri, 7 Dec 2012 11:11:06 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 560) id 202DE1EA005A; Fri, 7 Dec 2012 11:11:06 +0100 (CET) Date: Fri, 07 Dec 2012 10:11:00 -0000 From: Jerome Guitton To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [RFA/mingw32] environment variables are case-insensitive on win32 Message-ID: <20121207101106.GA17188@adacore.com> References: <1354282597-22691-1-git-send-email-guitton@adacore.com> <834nk7urs0.fsf@gnu.org> <20121130140844.GF2768@adacore.com> <83y5hjt8ll.fsf@gnu.org> <20121130153401.GH2768@adacore.com> <83wqx3t6r9.fsf@gnu.org> <20121130162852.GD32262@adacore.com> <83pq2uudjj.fsf@gnu.org> <20121207092202.GJ7555@adacore.com> <20121207100631.GH31477@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121207100631.GH31477@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-12/txt/msg00140.txt.bz2 Joel Brobecker (brobecker@adacore.com): > We do not use the suppress_... routines anymore. Usually, at > the start of a test, we use untested, IIRC. OK. As I was adding to an existing testcase I followed its style. I can fix that for the whole testcase in an other commit.