From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1638 invoked by alias); 29 Oct 2015 15:28:42 -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 1445 invoked by uid 89); 29 Oct 2015 15:28:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f177.google.com Received: from mail-wi0-f177.google.com (HELO mail-wi0-f177.google.com) (209.85.212.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 29 Oct 2015 15:28:39 +0000 Received: by wikq8 with SMTP id q8so288068108wik.1 for ; Thu, 29 Oct 2015 08:28:36 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.28.87.21 with SMTP id l21mr4608941wmb.6.1446132516343; Thu, 29 Oct 2015 08:28:36 -0700 (PDT) Received: by 10.27.93.5 with HTTP; Thu, 29 Oct 2015 08:28:36 -0700 (PDT) In-Reply-To: <562E5515.2090200@redhat.com> References: <56250F4F.7050908@redhat.com> <562E5515.2090200@redhat.com> Date: Thu, 29 Oct 2015 17:10:00 -0000 Message-ID: Subject: Re: [PATCH 2/2] [D] Remove search_parents parameter from d_lookup_symbol_imports From: Iain Buclaw To: Pedro Alves Cc: GDB Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00697.txt.bz2 On 26 October 2015 at 17:30, Pedro Alves wrote: > On 10/23/2015 09:35 PM, Iain Buclaw wrote: > >> It helps if there is a compiler readily available to compile said >> tests. However, there likely is a way to get around this that I'm not >> aware of. (Skip certain tests if a compiler doesn't exist? ;-) > > The C, C++, Go, Java, Ada, Fortran and Pascal, etc. tests do get skipped if a > compiler is not available. I'd hazard a guess that you're missing a > compiler for at least one of those languages. :-) > > If you hook D program building through > prepare_for_testing/gdb_compile/default_target_compile etc., then D > tests will behave the same. Basically, tweak lib/future.exp:gdb_default_target_compile > to understand "d" (and send the equivalent patch to DejaGnu). > > See a766d390 for when "go" support was added. > > Thanks, > Pedro Alves > I've made a note and will explore that avenue. Thanks! Iain.