From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11044 invoked by alias); 29 Aug 2014 01:55:58 -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 10987 invoked by uid 89); 29 Aug 2014 01:55:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 29 Aug 2014 01:55:53 +0000 Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1XNBPp-0004R8-DR from Yao_Qi@mentor.com ; Thu, 28 Aug 2014 18:55:49 -0700 Received: from GreenOnly (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.2.247.3; Thu, 28 Aug 2014 18:55:47 -0700 From: Yao Qi To: Jan Kratochvil CC: Subject: Re: [PATCH] Another board file for remote host References: <1409232690-24185-1-git-send-email-yao@codesourcery.com> <20140828211728.GA5062@host2.jankratochvil.net> Date: Fri, 29 Aug 2014 01:55:00 -0000 In-Reply-To: <20140828211728.GA5062@host2.jankratochvil.net> (Jan Kratochvil's message of "Thu, 28 Aug 2014 23:17:28 +0200") Message-ID: <8761hcf4g8.fsf@codesourcery.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00632.txt.bz2 Jan Kratochvil writes: > Could it use some more unique directory name so that parallel runs of > testsuites from multiple independent GDB directories work? > And also: > cd gdb; make -j20 -k check//unix/-m64 check//unix/-m32 > etc. Do we want to run testing in remote host in parallel? If RUNTESTFLAGS is not empty, the tests will be serialized unless FORCE_PARALLEL is set. IIRC, when Tom worked on parallel testing, we think it should be fine to leave remote host testing serialized. > > IIUC instead of [file tail $src] it may be better to use $src's absolute > directory. Do you mean, supposing $src is /home/yao/src/gdb/testsuite/gdb.base/foo.c, copy it to /tmp/gdb/home/yao/src/gdb/testsuite/gdb.base/foo.c? --=20 Yao (=E9=BD=90=E5=B0=A7)