From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3629 invoked by alias); 11 Nov 2009 23:02:39 -0000 Received: (qmail 3403 invoked by uid 22791); 11 Nov 2009 23:02:38 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Nov 2009 23:02:35 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 7735310927; Wed, 11 Nov 2009 23:02:33 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 648D21078F; Wed, 11 Nov 2009 23:02:33 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1N8MCv-0007Np-0Z; Wed, 11 Nov 2009 18:02:33 -0500 Date: Wed, 11 Nov 2009 23:02:00 -0000 From: Daniel Jacobowitz To: Nathan Froyd Cc: gdb-patches@sourceware.org Subject: Re: [PATCH,testsuite] fix several tests for remote-host testing Message-ID: <20091111230232.GB28314@caradoc.them.org> Mail-Followup-To: Nathan Froyd , gdb-patches@sourceware.org References: <20091111202934.GG31393@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091111202934.GG31393@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes 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 X-SW-Source: 2009-11/txt/msg00267.txt.bz2 On Wed, Nov 11, 2009 at 12:29:34PM -0800, Nathan Froyd wrote: > The patch below fixes a grab-bag of tests for remote host testing. The > symptom in all cases is that files the tests expected to be there didn't > exist on the machine which GDB was running on. The fix is relatively > straightforward; we just remote_download the file and ensure that it's > removed when the test is finished. > > Tested with cross to powerpc-linux-gnu on mingw32 host. OK to commit? OK. -- Daniel Jacobowitz CodeSourcery