From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9512 invoked by alias); 6 Nov 2014 12:04:34 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 9498 invoked by uid 89); 6 Nov 2014 12:04:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp13.uk.ibm.com Received: from e06smtp13.uk.ibm.com (HELO e06smtp13.uk.ibm.com) (195.75.94.109) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 06 Nov 2014 12:04:32 +0000 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 6 Nov 2014 12:04:29 -0000 Received: from d06dlp01.portsmouth.uk.ibm.com (9.149.20.13) by e06smtp13.uk.ibm.com (192.168.101.143) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 6 Nov 2014 12:04:27 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 6733C17D8045 for ; Thu, 6 Nov 2014 12:04:33 +0000 (GMT) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sA6C4Qwx17367356 for ; Thu, 6 Nov 2014 12:04:26 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sA6C4QSE002532 for ; Thu, 6 Nov 2014 05:04:26 -0700 Received: from bl3ahm9f.de.ibm.com (dyn-9-152-212-56.boeblingen.de.ibm.com [9.152.212.56]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id sA6C4QnT002529 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Thu, 6 Nov 2014 05:04:26 -0700 Received: from dvogt by bl3ahm9f.de.ibm.com with local (Exim 4.76) (envelope-from ) id 1XmLnd-0005N3-Nq; Thu, 06 Nov 2014 13:04:25 +0100 Date: Thu, 06 Nov 2014 12:04:00 -0000 From: Dominik Vogt To: gcc-patches , "gofrontend-dev@googlegroups.com" Cc: Ian Taylor Subject: Re: [gofrontend-dev] [PATCH 4/4] Gccgo port to s390[x] -- part II Message-ID: <20141106120425.GA19995@linux.vnet.ibm.com> Reply-To: vogt@linux.vnet.ibm.com Mail-Followup-To: gcc-patches , "gofrontend-dev@googlegroups.com" , Ian Taylor References: <20141104121552.GE19710@linux.vnet.ibm.com> <20141105100511.GB3520@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141105100511.GB3520@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14110612-0013-0000-0000-000001C1D6EB X-SW-Source: 2014-11/txt/msg00433.txt.bz2 On Tue, Nov 04, 2014 at 08:16:51PM -0800, Ian Taylor wrote: > The way to do it is not by > copying the test. If the test needs to be customized, add additional > files that use // +build lines to pick which files is built. Move > them into a directory, like method4.go or other tests that use > "rundir". Currently go-test.exp does not look at the "build" lines of the files in subdirectories. Before I add that to the gcc testsuite start adding that, is it certain that the golang testsuite will be able to understand that and compile only the requested files? Ciao Dominik ^_^ ^_^ -- Dominik Vogt IBM Germany