On Monday 07 April 2025 14:03:17 Martin Storsjö wrote:
> On Sun, 6 Apr 2025, Pali Rohár wrote:
> 
> > ---
> > mingw-w64-crt/Makefile.am                 |   1 +
> > mingw-w64-crt/testcases/t_aligned_alloc.c | 134 ++++++++++++++++++++++
> > 2 files changed, 135 insertions(+)
> > create mode 100644 mingw-w64-crt/testcases/t_aligned_alloc.c
> 
> Probably ok, assuming that you've tested running this both with msvcrt.dll
> and UCRT? (I don't have a test setup handy for running tests in this
> testsuite.)
> 
> // Martin

Funny, this test found msvcrt incompatibility issue in wine. mingw-w64
code which this test is calling is passing under the wine and failing on
Windows. On wine it is passing because the issue which I have in this
patch series hides the msvcrt wine incompatibility problem.

I'm fixing the mingw-w64 problem in V3. The test then pass on Windows
with different CRT libraries, but will fail under wine. I'm not going to
debug wine, I hope that somebody else some day will do it...


_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to