From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17230 invoked by alias); 4 Apr 2013 11:09:37 -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 17219 invoked by uid 89); 4 Apr 2013 11:09:36 -0000 X-Spam-SWARE-Status: No, score=-8.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_BJ,TW_JC autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 04 Apr 2013 11:09:34 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r34B9Wo8028399 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 4 Apr 2013 07:09:32 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r34B9UqC009212; Thu, 4 Apr 2013 07:09:31 -0400 Message-ID: <515D5F6A.6000801@redhat.com> Date: Thu, 04 Apr 2013 17:00:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Sandra Loosemore CC: gdb-patches@sourceware.org Subject: Re: [patch] fix remote host test failures in gdb.base/dup-sect.exp References: <515CF061.1090508@codesourcery.com> In-Reply-To: <515CF061.1090508@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-04/txt/msg00103.txt.bz2 On 04/04/2013 04:15 AM, Sandra Loosemore wrote: > The two tests at the end of gdb.base/dup-sect.exp have been failing in remote-host > i686-mingw32 testing because the file containing the stripped debug information isn't > being made available on the remote host. I stole this fix from another test case > that also uses gdb_gnu_strip_debug to produce separate debug info. Hmm, from which test? I can't seem to find any that does this. Could it be you've copied from a local change in some other test? It looks like both this test and gdb_gnu_strip_debug run the build machine's strip/objcopy. How did that work? Did you happen to have i686-mingw32-strip / i686-mingw32-objcopy in the path in the build machine? -- Pedro Alves