From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23284 invoked by alias); 5 Dec 2014 11:36:30 -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 23273 invoked by uid 89); 5 Dec 2014 11:36:29 -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,RCVD_IN_DNSWL_NONE 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, 05 Dec 2014 11:36:27 +0000 Received: from svr-orw-fem-04.mgc.mentorg.com ([147.34.97.41]) by relay1.mentorg.com with esmtp id 1XwrBQ-0003Jv-JW from Yao_Qi@mentor.com ; Fri, 05 Dec 2014 03:36:24 -0800 Received: from GreenOnly (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.3.181.6; Fri, 5 Dec 2014 03:36:24 -0800 From: Yao Qi To: Doug Evans CC: Subject: Re: [PATCH] Fix parallel testing issues in gdb.guile tests References: <1417268843-13652-1-git-send-email-yao@codesourcery.com> Date: Fri, 05 Dec 2014 11:36:00 -0000 In-Reply-To: (Doug Evans's message of "Mon, 1 Dec 2014 17:35:03 -0800") Message-ID: <87lhmmgwgn.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-12/txt/msg00128.txt.bz2 Doug Evans writes: > Hmmm, there's something more going on here that we need to understand. > [The patch may still be ok, but I'd still like to understand > this error.] > > I don't see these fails. > The files are going into $obj/gdb/testsuite/gdb.guile, > which does exist. > They *should* go in $obj/gdb/testsuite/outputs/foo, sure. > But how come you're getting this error? $obj/gdb/testsuite/gdb.guile doesn't exist in my setting. I am hacking gdb testsuite so that it can be run in a sub directory of 'testsuite/', such as 'testsuite/sequential-tests', so that it can facilitate 'make clean' ('make clean' can only remove the directory 'sequential-tests'). That is how this problem is exposed. > >> [...] >> diff --git a/gdb/testsuite/gdb.guile/scm-section-script.exp >> b/gdb/testsuite/gdb.guile/scm-section-script.exp >> index 0c5e489..a1ebd10 100644 >> --- a/gdb/testsuite/gdb.guile/scm-section-script.exp >> +++ b/gdb/testsuite/gdb.guile/scm-section-script.exp >> @@ -35,14 +35,11 @@ standard_testfile >>=20=20 >> # Make this available to gdb before the program starts, it is >> # automagically loaded by gdb. >> -# Give the file a new name so we don't clobber the real one if >> -# objfile =3D=3D srcdir. >> # We also need to do this before compiling the program because the >> name >> # of the script file is encoded in the binary. >> # FIXME: Can we get gdb_remote_download to call >> standard_output_file for us? > > Please remove this FIXME while you're at it. Sure, FIXME is removed. I'll push it in. --=20 Yao (=E9=BD=90=E5=B0=A7)