From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26146 invoked by alias); 26 Sep 2013 20:08:58 -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 26131 invoked by uid 89); 26 Sep 2013 20:08:57 -0000 Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Sep 2013 20:08:57 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_20,SPAM_SUBJECT autolearn=no version=3.3.2 X-HELO: mtaout21.012.net.il Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MTR0070012RDF00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 26 Sep 2013 23:08:24 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MTR007P519ZDB10@a-mtaout21.012.net.il>; Thu, 26 Sep 2013 23:08:24 +0300 (IDT) Date: Thu, 26 Sep 2013 20:08:00 -0000 From: Eli Zaretskii Subject: Re: [RFC 3/6] mingw-hdep: Add "maint set testuite-mode on/off" command. In-reply-to: <"003201cebaf3$338a8b60$9a9fa220$@muller"@ics-cnrs.unistra.fr> To: Pierre Muller Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83li2jfis1.fsf@gnu.org> References: <"002901cebaf2$35ec65a0$a1c530e0$@muller"@ics-cnrs.unistra.fr> <"003201cebaf3$338a8b60$9a9fa220$@muller"@ics-cnrs.unistra.fr> X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00944.txt.bz2 > From: "Pierre Muller" > Date: Thu, 26 Sep 2013 22:01:33 +0200 > > This patch is to add > maint set testsuite mode on/off > command. Shouldn't this command be supported on all platforms, and be a no-op on all of them but MinGW? Otherwise the test suite will fail for tests that use this setting, won't it?