From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 190093858425; Sat, 24 Dec 2022 11:05:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 190093858425 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x11.wildebeest.org [172.31.17.147]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id D55993000340; Sat, 24 Dec 2022 12:05:38 +0100 (CET) Received: by reform (Postfix, from userid 1000) id 205142E80C12; Sat, 24 Dec 2022 12:05:38 +0100 (CET) Date: Sat, 24 Dec 2022 12:05:38 +0100 From: Mark Wielaard To: jcb62281@gmail.com Cc: NightStrike , Jacek Caban , fortran@gcc.gnu.org, Eric Pouech , "gcc@gcc.gnu.org" , dejagnu@gnu.org Subject: Re: testsuite under wine Message-ID: References: <639FE88D.7090408@gmail.com> <7cb45ab2-cc6e-c502-5592-51ffabcbc6f8@codeweavers.com> <63A3DF0E.1050902@gmail.com> <63A67964.6080902@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <63A67964.6080902@gmail.com> X-Spam-Status: No, score=-3032.4 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,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: Hi, On Fri, Dec 23, 2022 at 10:00:36PM -0600, Jacob Bachmeyer via Gcc wrote: > NightStrike wrote: > > Rust is getting \r\r\n\n (as opposed to \r\n\r\n), so... yeah. Could > > be the rust test, could be the rust frontend, could be another weird > > Wine interaction. > > That is probably either a Rust bug or the intended behavior. Note that in rust a string tokens or doc comments with an "Isolated CR" (a \r not immediately followed by an \n) is an error and the testsuite contains a couple of tests to make sure the compiler detects that. Which might cause even more confusion. Cheers, Mark