From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16403 invoked by alias); 7 Aug 2009 11:06:16 -0000 Received: (qmail 16395 invoked by uid 22791); 7 Aug 2009 11:06:15 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_FAIL X-Spam-Check-By: sourceware.org Received: from mx20.gnu.org (HELO mx20.gnu.org) (199.232.41.8) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Aug 2009 11:06:04 +0000 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZNGs-0000Vr-9S for gcc@gcc.gnu.org; Fri, 07 Aug 2009 07:06:02 -0400 Received: (qmail 9419 invoked from network); 7 Aug 2009 11:05:59 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Aug 2009 11:05:59 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.69) (envelope-from ) id 1MZNGn-0004Bl-AW; Fri, 07 Aug 2009 11:05:57 +0000 Date: Fri, 07 Aug 2009 11:51:00 -0000 From: "Joseph S. Myers" To: Dave Korn cc: Janis Johnson , =?ISO-8859-1?Q?Manuel_L=F3pez-?= =?ISO-8859-1?Q?Ib=E1=F1ez?= , gcc Mailing List Subject: Re: c-c++-common testsuite In-Reply-To: <4A7B91D6.8010405@gmail.com> Message-ID: References: <6c33472e0908061506t1791b3a6l92db9947839a42c0@mail.gmail.com> <1249605481.6071.5.camel@janis-laptop> <4A7B91D6.8010405@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-08/txt/msg00122.txt.bz2 On Fri, 7 Aug 2009, Dave Korn wrote: > Possibly we could modify the algorithm that enumerates directories matching > "$tool.*" to look for (e.g.) "*$tool.*" and then name directories like "c.c++.dg"? The algorithm is hardcoded in core DejaGnu (runtest.exp). -- Joseph S. Myers joseph@codesourcery.com