From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2c.google.com (mail-oa1-x2c.google.com [IPv6:2001:4860:4864:20::2c]) by sourceware.org (Postfix) with ESMTPS id E4CFB388CF1D; Mon, 19 Dec 2022 11:00:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E4CFB388CF1D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-oa1-x2c.google.com with SMTP id 586e51a60fabf-1442977d77dso11025801fac.6; Mon, 19 Dec 2022 03:00:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=dLrOCaBqNZvtAn76/kQ5iaErda4FhqDbIqIHXCn/wn0=; b=mPV0BT8t4YAI7kYEt50TTHu/nPy/zuC2Rtjs3MOtQh4lxteX9l6hr2q9EkkgdVmE+s aAXtt7prZ2WKtmXF+PKwjpYP7Ux8F1FCduSrTj5xpIO5SO86ym2yhX5Av/PdTHQNN1C0 MAj6SdGzMrfV4HB7amCh1d95qpuiE5TJWAVRl1NDW7hHuGWZcOerkEJB+Zzuo4ZFubwt xwHw712iBSR7CNl29zrchRlBacx7mva9LbBqyqUJRVReNhEQtzFSH9HcPYFFpzjM13Ei i+FJmuhxqpNFFGjAfHtki5qD+CvFd/zh3Lrw4+OVXhV+8qpM/+M+86Xsapu53cmhCchM EZUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=dLrOCaBqNZvtAn76/kQ5iaErda4FhqDbIqIHXCn/wn0=; b=NpMKrkbYZmPnmTFibyFOz6bVDqrua8WD8jDHHtA9VbudJqdvshrsHkkZ/so/nQWE4f 9veVNoXZnWL1gRZWbQgN2BvOeC9YOFm/qHXX+qLVRaLE1n3gHr+s6072OzPxYDWdLrLZ ZJ75vEQgNUVwQtpA6/OP252wo1+zeW/RvUNUVtACwcx+1j7FE23zes6st668NKMKoWal mmTcubXIFM/WUg/iWTcuL43tvBnktZ7KmaLqQ6ndkNyFkSS+INViBcSpSuQ7srNLlX6I F9ws+q4g5WJct3oOTV9Wd7JrbFvo4zq6vRb0QjB7m6rhQs1iP5HjS43LO++kEk2FokJA cp/w== X-Gm-Message-State: AFqh2kqiuwupCGtV7HK1/XL8jr7iSWe1ZkrDQVzJqD4kyYJ1Vev5mXh2 6JPnPLCm6clu7KBl9D+0Zn6ASO/Iv1WbuVhKBWc= X-Google-Smtp-Source: AMrXdXt2cgL/cID7kp6M3Yvdl4pxw7J8rfs/KPOXrwjNhI1nl/c7oWv7/cGvDXczqJ+J8NTT5z++wFjyUg50avDaGzE= X-Received: by 2002:a05:6870:1d1b:b0:143:aaa4:2559 with SMTP id pa27-20020a0568701d1b00b00143aaa42559mr1257643oab.152.1671447649789; Mon, 19 Dec 2022 03:00:49 -0800 (PST) MIME-Version: 1.0 References: <3f62bac2-ac1b-5c55-2488-ede2389d35d2@netcologne.de> <19a6b738-ad34-d145-1202-d2c7c474b272@netcologne.de> <639E8CB3.4030109@gmail.com> <639FE88D.7090408@gmail.com> In-Reply-To: From: NightStrike Date: Mon, 19 Dec 2022 06:00:46 -0500 Message-ID: Subject: Re: testsuite under wine To: Torbjorn SVENSSON Cc: "jcb62281@gmail.com" , Thomas Koenig , "fortran@gcc.gnu.org" , gcc mailing list , "dejagnu@gnu.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mon, Dec 19, 2022 at 5:43 AM Torbjorn SVENSSON wrote: > I'm not sure if this helps anyone, but I experienced something similar wi= th Cygwin a while back. > What I had to do in order to have expect working when testing GCC on Wind= ows 10 was to defined the "CYGWIN" environment variable to "disable_pcon" (= https://cygwin.com/cygwin-ug-net/using-cygwinenv.html). If I did not define= this variable, then Cygwin would inject an escape sequence that would make= all pattern checks fail on the output. > > I don't know if Cygwin might has changed this behavior, but it was an iss= ue in the past anyway. This is extremely helpful for when I start testing natively, thank you. I think in general the problem is the same, but Wine doesn't immediately have a comparable workaround.