From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65503 invoked by alias); 1 Sep 2015 17:39:50 -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 65492 invoked by uid 89); 1 Sep 2015 17:39:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: resqmta-po-08v.sys.comcast.net Received: from resqmta-po-08v.sys.comcast.net (HELO resqmta-po-08v.sys.comcast.net) (96.114.154.167) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 01 Sep 2015 17:39:48 +0000 Received: from resomta-po-19v.sys.comcast.net ([96.114.154.243]) by resqmta-po-08v.sys.comcast.net with comcast id Btfi1r0055FMDhs01tfmQG; Tue, 01 Sep 2015 17:39:46 +0000 Received: from [172.16.0.8] ([24.4.193.248]) by resomta-po-19v.sys.comcast.net with comcast id Btfk1r00G5N1HX401tfkqv; Tue, 01 Sep 2015 17:39:46 +0000 References: <1441101959-12838-1-git-send-email-sebastian.huber@embedded-brains.de> In-Reply-To: <1441101959-12838-1-git-send-email-sebastian.huber@embedded-brains.de> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <7597931C-F6B8-42EF-A4B1-178B5DF2043B@comcast.net> Cc: "gcc-patches@gcc.gnu.org" , Sebastian Huber From: Mike Stump Subject: Re: [PATCH] [libstdc++] Run tests on RTEMS Date: Tue, 01 Sep 2015 17:39:00 -0000 To: Sebastian Huber X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00093.txt.bz2 On Sep 1, 2015, at 3:05 AM, Sebastian Huber wrote: > libstdc++-v3/ChangeLog > 2015-09-01 Sebastian Huber >=20 > testsuite/*: Use 's/dg-do run.*\*-\*-cygwin\* /&*-*-rtems* /' to > add RTEMS target selector to all tests that run on Cygwin. Wow, seems unfortunate. Why not define a selector for all the tests that a= re the same, and use it instead, and then in target supports, you can then = claim all these triplets as members of that selector. Harder part would be= the name of the selector. Real_machine? :-) The idea being, if some one wants to do a real machine, they implement the = beef under libstdc++ that it needs to support all these test cases, and the= n they can then claim membership in that subset.