Re: testsuite under wine
Mark Wielaard <[email protected]> Sat, 24 Dec 2022 12:05:38 +0100
| Newsgroups | gmane.comp.gcc.devel,gmane.comp.gcc.fortran,gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <[email protected]> |
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