From stdcxx-dev-return-6601-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Mon Dec 31 20:44:38 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 55609 invoked from network); 31 Dec 2007 20:44:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Dec 2007 20:44:38 -0000 Received: (qmail 50754 invoked by uid 500); 31 Dec 2007 20:44:27 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 50741 invoked by uid 500); 31 Dec 2007 20:44:27 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 50730 invoked by uid 99); 31 Dec 2007 20:44:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Dec 2007 12:44:27 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Dec 2007 20:44:15 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1J9RUV-0008UX-Se for stdcxx-dev@incubator.apache.org; Mon, 31 Dec 2007 12:44:07 -0800 Message-ID: <14561904.post@talk.nabble.com> Date: Mon, 31 Dec 2007 12:44:07 -0800 (PST) From: Travis Vitek To: stdcxx-dev@incubator.apache.org Subject: Re: low hanging fruit while cleaning up test failures In-Reply-To: <14457668.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: vitek@roguewave.com References: <47321834.8050203@roguewave.com> <13637191.post@talk.nabble.com> <47323B7D.9030104@roguewave.com> <13659097.post@talk.nabble.com> <47348DC2.8070703@roguewave.com> <14457668.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Martin Sebor wrote: > > I added a new function, rw_fnmatch(), to the test driver. It behaves just > like the POSIX fnmatch() (the FNM_XXX constants aren't implemented > yet). While the main purpose behind the new function is to support > STDCXX-683 it should make it easier to also implement a scheme like > the one outlined below. > > Travis, feel free to experiment/prototype a solution :) > > Martin > What expression should be used to get an appropriate set of locales for a given platform? I can't really expect a filter for all UTF-8 locales to work on all platforms as some don't have those encodings available at all. If I filter by language, then I may be limiting the testing to some always correct subset. Is that acceptable for the MT tests? Travis -- View this message in context: http://www.nabble.com/low-hanging-fruit-while-cleaning-up-test-failures-tp13634803p14561904.html Sent from the stdcxx-dev mailing list archive at Nabble.com.