Re: testsuite under wine

2023-01-14 Thread NightStrike via Fortran
On Wed, Jan 11, 2023 at 1:41 PM NightStrike wrote: > > > > On Tue, Jan 10, 2023, 04:19 NightStrike wrote: >> >> On Mon, Jan 9, 2023 at 11:05 AM Jacek Caban wrote: >> > Sure, I'd be interested how well my latest patch works for NightStrike. >> > It

Re: testsuite under wine

2023-01-11 Thread NightStrike via Fortran
On Tue, Jan 10, 2023, 04:19 NightStrike wrote: > On Mon, Jan 9, 2023 at 11:05 AM Jacek Caban wrote: > > Sure, I'd be interested how well my latest patch works for NightStrike. > > It should give us overview about how much conhost interferes with test > > results in

Re: testsuite under wine

2023-01-11 Thread NightStrike via Fortran
On Tue, Jan 10, 2023 at 9:30 PM Jacob Bachmeyer wrote: > > NightStrike wrote: > > [...] > > I did another little test to try to better understand your point. I > > ran a linux native testsuite under a simulator that just sets SIM to " > > ". This resulted

Re: testsuite under wine

2023-01-11 Thread NightStrike via Fortran
Better presentation thanks to Jacob On Tue, Jan 10, 2023 at 4:19 AM NightStrike wrote: > > On Mon, Jan 9, 2023 at 11:05 AM Jacek Caban wrote: > > Sure, I'd be interested how well my latest patch works for NightStrike. > > It should give us overview about how much conho

Re: testsuite under wine

2023-01-11 Thread NightStrike
On Wed, Jan 11, 2023 at 4:06 AM NightStrike wrote: > > On Tue, Jan 10, 2023 at 9:56 PM Jacob Bachmeyer wrote: > > > > NightStrike wrote: > > > On Mon, Jan 9, 2023 at 11:05 AM Jacek Caban wrote: > > > > > >> Sure, I'd be interested how well my

Re: testsuite under wine

2023-01-11 Thread NightStrike
On Tue, Jan 10, 2023 at 9:56 PM Jacob Bachmeyer wrote: > > NightStrike wrote: > > On Mon, Jan 9, 2023 at 11:05 AM Jacek Caban wrote: > > > >> Sure, I'd be interested how well my latest patch works for NightStrike. > >> It should give us overview ab

Re: testsuite under wine

2023-01-10 Thread NightStrike via Fortran
On Mon, Jan 9, 2023 at 11:05 AM Jacek Caban wrote: > Sure, I'd be interested how well my latest patch works for NightStrike. > It should give us overview about how much conhost interferes with test > results in practice when we get easy stuff out of the way. Generally, more test

Re: testsuite under wine

2023-01-07 Thread NightStrike via Fortran
On Thu, Jan 5, 2023 at 10:33 PM Jacob Bachmeyer wrote: > > NightStrike wrote: > > On Fri, Dec 23, 2022 at 11:00 PM Jacob Bachmeyer wrote: > > > >> NightStrike wrote: > >> > >>> On Wed, Dec 21, 2022 at 11:37 PM Jacob Bachmeyer > >>>

Re: testsuite under wine

2023-01-07 Thread NightStrike via Fortran
On Fri, Jan 6, 2023 at 8:46 PM Jacek Caban wrote: > As I said, compatibility with other terminals could be improved, but > curses does not fit the role. Anyway, for sake of testing, the attached > patch disables escapes hiding the cursor during screen updates which > seem the most problematic. Wi

Re: testsuite under wine

2023-01-04 Thread NightStrike via Fortran
On Fri, Dec 23, 2022 at 11:00 PM Jacob Bachmeyer wrote: > NightStrike wrote: > > On Wed, Dec 21, 2022 at 11:37 PM Jacob Bachmeyer wrote: > >> NightStrike wrote: > >> > >>> [...] > >>> Second, the problems with extra \r's still remain, b

Re: testsuite under wine

2022-12-23 Thread NightStrike via Fortran
On Wed, Dec 21, 2022 at 11:37 PM Jacob Bachmeyer wrote: > > NightStrike wrote: > > [...] > > Second, the problems with extra \r's still remain, but I think we've > > generally come to think that that part isn't Wine and is instead > > either the test

Re: testsuite under wine

2022-12-21 Thread NightStrike via Fortran
On Wed, Dec 21, 2022 at 12:38 PM Jacek Caban wrote: > > Hi all, > > > I'm responsible for Wine changes that cause your problems. I'm also > CCing Eric, who is Wine console expert, maybe he has better ideas. Eric, > see [1] if you're interested in the context. > > > Recent Wine versions implement W

Re: testsuite under wine

2022-12-19 Thread NightStrike
On Sun, Dec 18, 2022 at 11:29 PM Jacob Bachmeyer wrote: > > NightStrike wrote: > > On Sat, Dec 17, 2022 at 10:44 PM Jacob Bachmeyer wrote: > > > >> [...] > >> This is either a testsuite problem or an environment problem. The GNU > >> Fortran I/O m

Re: testsuite under wine

2022-12-19 Thread NightStrike
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 with > Cygwin a while back. > What I had to do in order to have expect working when testing GCC on Windows > 10 was to defined the "CYGWIN" environment variable to "d

Re: testsuite under wine

2022-12-18 Thread NightStrike via Fortran
On Sat, Dec 17, 2022 at 10:44 PM Jacob Bachmeyer wrote: > > NightStrike wrote: > > On Sat, Dec 17, 2022 at 5:52 AM Thomas Koenig wrote: > > > >> On 17.12.22 01:26, NightStrike wrote: > >> > >>> On Fri, Dec 16, 2022 at 1:44 AM Thomas Koen

Re: testsuite under wine

2022-12-17 Thread NightStrike via Fortran
On Sat, Dec 17, 2022 at 5:52 AM Thomas Koenig wrote: > > 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 tes