From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5806 invoked by alias); 9 Apr 2012 14:55:49 -0000 Received: (qmail 5779 invoked by uid 22791); 9 Apr 2012 14:55:48 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Apr 2012 14:55:33 +0000 Received: by vcbfk14 with SMTP id fk14so2311021vcb.0 for ; Mon, 09 Apr 2012 07:55:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=WAwgYJMJHHG3rHfNqPQQ/nZK1+3f64L1cxwbTLpj5xw=; b=PzIYyapiiNtJ5wmpBYms5acGOwkSPLuVS6W+77RsAx22ueqNGxcVSN5RgLzw6VLUgA neraNGh7aSNH458mi/cKmmW7PknS1f1CJecA8AZZkDQm8vN4t3mo02qMsq+6o0WXfJ1s Ks5p5czz0mYIEKCuxMzF0pAVsgzChtaOjYEyzb2k2qGyU/Dg2bzRVmC5Nz0eurXZJ+IR atH6z5iZHbxx5PLcg+h3xLcrcW3YnfpWz0lbBAmoFWz9Ti07H4iiI6nOjpwnZ00ZZFkc 41i5qReJf+ySBp1DNNzQfq7g0/opPWBOeuDe0apFUG9Q408W8IZUP2evejeJbNDWg+Nz NVAw== Received: by 10.52.98.200 with SMTP id ek8mr3091004vdb.36.1333983333070; Mon, 09 Apr 2012 07:55:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.98.200 with SMTP id ek8mr3090993vdb.36.1333983332960; Mon, 09 Apr 2012 07:55:32 -0700 (PDT) Received: by 10.220.73.14 with HTTP; Mon, 9 Apr 2012 07:55:32 -0700 (PDT) In-Reply-To: <878vi5aruu.fsf@fleche.redhat.com> References: <878vi5aruu.fsf@fleche.redhat.com> Date: Mon, 09 Apr 2012 14:55:00 -0000 Message-ID: Subject: Re: Mirror gcc/contrib -> src/contrib? [was Re: [patch, gcc RFA] dg-extract-results.sh: Handle KFAILs.] From: Doug Evans To: Tom Tromey Cc: Mike Stump , gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQlXwTsjhloreC3q18NnMkOuQ11m/u9jb0QzoiEhaRhGCzBoOWqpFzi28kaIVl5crb7prpE+8mHojqwjaA1eRWUL42jZMwcVFu6uAMAzoJXfi9exB3uTegMLGJTz1Am7tgHsB2bHUwXq6FJGYPYlvDMmb3q7gw== X-IsSubscribed: yes 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: 2012-04/txt/msg00143.txt.bz2 On Mon, Apr 9, 2012 at 7:43 AM, Tom Tromey wrote: >>>>>> "Doug" =3D=3D Doug Evans writes: > > Doug> On Thu, Mar 15, 2012 at 11:54 AM, Mike Stump wroteDoug> btw, is there any interest in mirroring gcc/contrib -> src/con= trib? > Doug> [instead of gdb having its own copy in gdb/testsuite, it *could* use > Doug> the one in, e.g., src/contrib. I don't have a strong opinion. =A0I'm > Doug> just looking for others opinions, as the topic came up in another > Doug> context.] > > I wouldn't mind if anything else there was useful for gdb. There's testsuite-management/validate_failures.py which is useful here. Whether it's useful to the FSF or Redhat trees, I don't know. I can't put in the time to do all the administrivia to make this happen (and keep it working, e.g., impose something like making sure people follow the same rules as libiberty so the trees stay in sync), so I don't want to send people down this path unless there's sufficient support, and someone else to do the work.