From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86583 invoked by alias); 13 Aug 2019 01:35:36 -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 86573 invoked by uid 89); 13 Aug 2019 01:35:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.3 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-Languages-Length:860, hear X-HELO: mail-ot1-f43.google.com Received: from mail-ot1-f43.google.com (HELO mail-ot1-f43.google.com) (209.85.210.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Aug 2019 01:35:34 +0000 Received: by mail-ot1-f43.google.com with SMTP id e12so22214648otp.10 for ; Mon, 12 Aug 2019 18:35:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vV4VfCOr78Yax7KOamdGkRXMKQK2LzioTBbsaBddopU=; b=Ccw23AxEZGKpX0O6HYs8AAj7wLLZtWTLSt1uMt3QD0XoFklzf5/nmq4oCfGh9xmeIG 177xdu2EI2CFHYcxDrSTdmkMkDB+GO8kFrb0GbFW6IKSLtznK3jS7Z4v6Os9a4DldvCB eIvDyrRiZBdc3fJ8d5pRcfAH0PCI4n3WTxA0wXQUuT2EgmXz84Ecrq1UWycQxiz9rRbx 675R5dKtGt9whK6wfBaxIhjUTGIOsu+SK4U836I1CjZ0K9yPGnOK3y2jJSwfDkchanMn fCEkhUFOc7daAxdole74CkmZkjOYRMcpe4aUY6OOXDi5oroyvrNa2QBifnekGkZ//Ks2 41HA== MIME-Version: 1.0 References: <59beb385-aec5-13b8-6095-3c7eb18f94be@codesourcery.com> In-Reply-To: <59beb385-aec5-13b8-6095-3c7eb18f94be@codesourcery.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Tue, 13 Aug 2019 01:35:00 -0000 Message-ID: Subject: Re: [patch, testsuite] Fixes for gdb.python tests on remote Windows host To: Sandra Loosemore Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00257.txt.bz2 Do the mingw checks in this patch also need to consider cygwin? E.g.: This GDB was configured as "x86_64-pc-cygwin". On Mon, Aug 12, 2019 at 5:20 PM Sandra Loosemore wrote: > > The attached patch fixes a bunch of FAILs and ERRORs I've seen in > gdb.python tests running on remote Windows host. As noted in the commit > message, the fixes are mostly obvious and repetitive; e.g., remember to > copy the .py script to the remote host before trying to source it. > Since this is a pretty big patch, though, I wasn't sure the whole thing > qualifies as "obvious", and wanted to give folks a chance to object > before I check it in. So I propose to push it to trunk in a week if I > don't hear any objection or review (or promise to review) meanwhile. > > -Sandra