From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4273 invoked by alias); 20 Jun 2013 14:26:28 -0000 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 Received: (qmail 4243 invoked by uid 89); 20 Jun 2013 14:26:23 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 20 Jun 2013 14:26:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 45EC11C667D; Thu, 20 Jun 2013 10:26:21 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zd4C52c8nc+D; Thu, 20 Jun 2013 10:26:21 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E36AA1C6506; Thu, 20 Jun 2013 10:26:20 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 95F11C9D76; Thu, 20 Jun 2013 07:26:18 -0700 (PDT) Date: Thu, 20 Jun 2013 14:27:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/7] first batch of test suite updates Message-ID: <20130620142618.GC4724@adacore.com> References: <1371675821-9959-1-git-send-email-tromey@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1371675821-9959-1-git-send-email-tromey@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-06/txt/msg00537.txt.bz2 Hi Tom, > I've been working on a long-term project to fully parallelize the gdb > test suite. The end goal is that it should be possible to run each > .exp file in parallel. Thanks for doing this. I think this is going to be a welcome time accelerator... > This project has many parts; and the full patch is not quite finished > (and is also very large). I wanted to start sending out some of the > more straightforward changes, mostly so that I wouldn't have to > constantly rebase them. I think these changes are reasonable in their > own right. I agree that they are useful on their own. If anything, the'll prevent people from copy-pasting the old style... -- Joel