[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Strange new GUI tests failures in the CI builds
From: |
Greg Chicares |
Subject: |
Re: [lmi] Strange new GUI tests failures in the CI builds |
Date: |
Sat, 5 Mar 2022 21:33:58 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 |
On 2022-03-05 21:17, Vadim Zeitlin wrote:
[...]
> weird assert
> failures in the latest GUI tests runs in the CI builds. Copying the log
> from https://github.com/let-me-illustrate/lmi/runs/5428529518
I think that page says this succeeds for 64-bit msw, and
fails only for 32-bit msw.
> input_sequences: ERROR (Assertion failure: strftime() failed [file
> /__w/lmi/lmi/third_party/wx/src/common/datetime.cpp, line 296, in
> wxCallStrftime()].)
Doesn't that suggest that the new version of 'wine' has
introduced a defect in the strftime() provided by its
C RTL? I think I've read of issues that the cygwin
developers encountered when dealing with msw's change
from 32- to 64-bit structs underlying such things.