From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48229 invoked by alias); 3 Apr 2015 06:16:57 -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 48215 invoked by uid 89); 3 Apr 2015 06:16:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f54.google.com Received: from mail-qg0-f54.google.com (HELO mail-qg0-f54.google.com) (209.85.192.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 03 Apr 2015 06:16:54 +0000 Received: by qgej70 with SMTP id j70so1499606qge.2 for ; Thu, 02 Apr 2015 23:16:52 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.55.21.224 with SMTP id 93mr1613946qkv.89.1428041812010; Thu, 02 Apr 2015 23:16:52 -0700 (PDT) Received: by 10.229.119.10 with HTTP; Thu, 2 Apr 2015 23:16:51 -0700 (PDT) In-Reply-To: <20150403003913.GF22171@vapier> References: <1427692153-12656-1-git-send-email-vapier@gentoo.org> <20150403003913.GF22171@vapier> Date: Fri, 03 Apr 2015 06:16:00 -0000 Message-ID: Subject: Re: [PATCH] sim: d10v: link in missing testsuite From: Doug Evans To: Hans-Peter Nilsson , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00114.txt.bz2 On Thu, Apr 2, 2015 at 5:39 PM, Mike Frysinger wrote: > obnoxiously, this crappy framework supports parallel test running while dejagnu > does not. i'm not sure if there's any way to make the dejagnu do parallel ... > it's really really painful for some targets like frv & bfin which have hundreds > of tests. > -mike Maybe mimic what gdb does for parallel testing?