From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119091 invoked by alias); 13 Aug 2019 03:01:41 -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 119076 invoked by uid 89); 13 Aug 2019 03:01:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.2 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= X-HELO: mail-ot1-f67.google.com Received: from mail-ot1-f67.google.com (HELO mail-ot1-f67.google.com) (209.85.210.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Aug 2019 03:01:40 +0000 Received: by mail-ot1-f67.google.com with SMTP id r21so161153641otq.6 for ; Mon, 12 Aug 2019 20:01:40 -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=zig+kDxHgCMeK4sWUKEO9Vb6386Ac99FfiDCmC91u+0=; b=XhlDIP4pNsrnyriZxlRYalKOWFbTV/0x/LKr1/UXESsr7zVZv4J1+GW2kirBpou6Aj 9+Bcj2JVYR5hZOzTCSHCAlIaFlzcfo/dqWK/wAZYelgq72a9Bb7wdB9LU2SuzDOrEpmB C5CcNO/HDUAvqjslof+KL48YFdDXp5Jm5JdA/3PUXN2pXPM2jy4Yn5vIeLsN1vvkKENg 89H1QMAIT+qHtKVzRx7yTmRX1ljSINUbrjkQIe8oFcydDyIEDz6/0OP5CWgfs1MYCjAq PmPTF0VCFFLBq+jfrbtBqhYgKmLCr2EU0KlH1a+gspivBOpuTHMsAwPlAkJF4U4T0Iir YfGA== MIME-Version: 1.0 References: <59beb385-aec5-13b8-6095-3c7eb18f94be@codesourcery.com> <876b1691-f90a-5944-3c7e-d756fc2114ce@codesourcery.com> <7299592f-829a-b8e8-a257-c2a0d4eee9df@simark.ca> In-Reply-To: <7299592f-829a-b8e8-a257-c2a0d4eee9df@simark.ca> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Tue, 13 Aug 2019 03:01:00 -0000 Message-ID: Subject: Re: [patch, testsuite] Fixes for gdb.python tests on remote Windows host To: Simon Marchi Cc: Sandra Loosemore , "gdb-patches@sourceware.org" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00263.txt.bz2 On Mon, Aug 12, 2019 at 9:54 PM Simon Marchi wrote: > > On 2019-08-12 10:18 p.m., Sandra Loosemore wrote: > > I believe they are completely separate targets. I don't know much about > > cygwin, but I assume that Python built for cygwin library is linked with > > the cygwin C library and understands cygwin's fake symbolic links, while > > Python built for the mingw C library certainly does not. Similarly, > > using ";" instead of ":" in PATH-like things is a Windows thing, while > > I'm pretty sure cygwin emulates the POSIX syntax. > > Indeed, testing on cygwin would be a whole other task. > > I forgot to mention, the patch LGTM, so if Christian is fine with this response too, then please push. Yeah, that sounds good. Christian