From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout2.netcologne.de (cc-smtpout2.netcologne.de [89.1.8.212]) by sourceware.org (Postfix) with ESMTPS id C35FD3945C20; Sat, 17 Dec 2022 10:52:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C35FD3945C20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=netcologne.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=netcologne.de Received: from cc-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout2.netcologne.de (Postfix) with ESMTP id CDD8A12612; Sat, 17 Dec 2022 11:52:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1671274352; bh=xoO409SpFvPzN2H6DrGe7C7nk9gUw2WHbXfgjyL21Dg=; h=Message-ID:Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KMSn1Jp+qVP+nV9s3ZqF2B5K4lvLXN/8+n6qoOu9p263PUXXhF3tvhC12rbZmXWO2 F6iXLbx/X4ZzKRESmtDZ6VIP/D89Wu71Sk/xJg89SgUtjORSi7k4Q5YiBDrHqRWp1d L/Uu1cX0gND86u7g3I3Ax3pk+0hj9yxcBOokDcd/Hd8FtVwGMR4L01CIF5cg91SP8d wPphCjoFsEqMMcnhczYvJdLHl7sByH4cUJenewaV0GcS1RxJy9tFrLENMbE0UEJS7G lxrjkF+LxpAZbqtlG0b8/DgJEjL7ODd2gFnc/F78e7pviBSskeHRuIAywbRboDEjwp KW3NIU4OudZqg== Received: from [IPV6:2a0a:a540:cb:0:7285:c2ff:fe6c:992d] (2a0a-a540-cb-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2a0a:a540:cb:0:7285:c2ff:fe6c:992d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin1.netcologne.de (Postfix) with ESMTPSA id 14C7711D82; Sat, 17 Dec 2022 11:52:30 +0100 (CET) Message-ID: <19a6b738-ad34-d145-1202-d2c7c474b272@netcologne.de> Date: Sat, 17 Dec 2022 11:52:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: testsuite under wine To: NightStrike Cc: "fortran@gcc.gnu.org" , gcc mailing list References: <3f62bac2-ac1b-5c55-2488-ede2389d35d2@netcologne.de> Content-Language: en-US From: Thomas Koenig In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-NetCologne-Spam: L X-Spamd-Bar: - X-Rspamd-Action: no action X-Rspamd-Queue-Id: 14C7711D82 X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPAM_BODY,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no 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 17.12.22 01:26, NightStrike wrote: > On Fri, Dec 16, 2022 at 1:44 AM Thomas Koenig wrote: >> >> On 16.12.22 03:20, NightStrike via Fortran wrote: >> >>> When I run the testsuite under wine, I'm getting a lot of ANSI escape >>> sequences. We had fixed this long ago, but it seems to be back. Any >>> idea what I should change in my configuration to have this not happen? >> >> This should probably be fixed properly in some *.exp file, but you can >> try setting the GCC_COLORS environment variable to an empty string >> before running the test. > > That didn't help. It looks like this is always escape 25h to start > the output and 25l to end it, which I think is turning the cursor on > and off (based on https://en.wikipedia.org/wiki/ANSI_escape_code). I > apparently fixed this previously by building wine with > --without-curses > (https://www.mail-archive.com/gcc@gcc.gnu.org/msg86366.html), but that > option to wine was removed. Is there a way to hack this on the Deja > side to ignore the escapes? Or to tell it to run in a way that makes > wine not emit them? Truth is, I don't know. I have included the gcc mailing list in this reply, where more knowledgeable people can be found :-)