From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4378 invoked by alias); 25 Oct 2007 07:18:03 -0000 Received: (qmail 4366 invoked by uid 22791); 25 Oct 2007 07:18:01 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 25 Oct 2007 07:17:58 +0000 Received: from ICSMULLER (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id 231CE18701B; Thu, 25 Oct 2007 09:22:24 +0200 (CEST) From: "Pierre Muller" To: "'Daniel Jacobowitz'" , "'Eli Zaretskii'" Cc: References: <000f01c80ff1$e2943d80$a7bcb880$@u-strasbg.fr> <20071024202518.GM10943@caradoc.them.org> In-Reply-To: <20071024202518.GM10943@caradoc.them.org> Subject: RE: [RFA] gdb_ari.sh changes to discard some file types for specific tests Date: Thu, 25 Oct 2007 07:22:00 -0000 Message-ID: <002d01c816d7$29728590$7c5790b0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us 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: 2007-10/txt/msg00647.txt.bz2 Thanks! I have more changes, especially related to doscheck.c (which is not used on the web pages, but probably should be enabled again.) I changed the output of doscheck to avoid getting false duplicates for files in different directories. The next question is for Eli, as DJGPP maintainer: I have locally a working version of doscheck, which avoid duplicates in different directories, but still reveals some conflicts for DJGPP. The most notable is gdb/ChangeLog and gdb/ChangeLog-2006 but there are others in bfd, libdecnumber, gdb/testsuite and other directories, but lots of these duplicates are probably in directories that are not even put in the DJGPP gdb sources. Should I send the whole list, or should we start by updating the directory exclusion list in update_web_ari? By the way, is the script that generates the DJGPP gdb source public? If yes, where can I find it? Pierre > -----Original Message----- > From: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] On Behalf Of 'Daniel Jacobowitz' > Sent: Wednesday, October 24, 2007 10:25 PM > To: Pierre Muller > Cc: gdb-patches@sourceware.org > Subject: Re: [RFA] gdb_ari.sh changes to discard some file types for > specific tests > > On Tue, Oct 16, 2007 at 02:41:34PM +0200, Pierre Muller wrote: > > UCASE and EditCase tests are currently polluted > > by lex and yacc files. > > This patch discards those bugs if the source > > is a lex or yacc source. > > The patch also contains the fixes for xasprintf and xvasprintf > > that I already proposed yesterday. > > > > I am new to AWK scripts, > > so I am unsure if my changes are > > standard. > > > > Is this OK? > > I checked in something similar - we shouldn't be looking at lex/yacc > output files at all. > > -- > Daniel Jacobowitz > CodeSourcery