https://bugs.winehq.org/show_bug.cgi?id=55667
Bug ID: 55667 Summary: kernel32:file - test_MapFile() fails on macOS Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:file - test_MapFile() fails on macOS:
file.c:3131: Test failed: mapping should fail file.c:3134: Test failed: mapping should fail
See https://test.winehq.org/data/patterns.html#kernel32:file
These failures are systematic, started on 2023-09-26 and only happen on macOS (see Remi's rbernon-macos-* cloud test machines).
I think the symptoms correspond to the removal of the broken(hmap != NULL) case in the commit below:
commit 0abd795ff02601474962dfa4b4a070082a9999cd Author: Alexandre Julliard julliard@winehq.org AuthorDate: Mon Sep 25 11:15:14 2023 +0200
kernel32/tests: Fix loader tests on Windows ARM64.
https://bugs.winehq.org/show_bug.cgi?id=55667
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |0abd795ff02601474962dfa4b4a | |070082a9999cd Keywords| |regression, source, | |testcase
https://bugs.winehq.org/show_bug.cgi?id=55667
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |24f7869e9385a6b6a4f2e555163 | |deefcda109dc4 Status|NEW |RESOLVED CC| |infyquest@gmail.com Resolution|--- |FIXED
--- Comment #1 from Vijay Kamuju infyquest@gmail.com --- Fixed by commit : 24f7869e9385a6b6a4f2e555163deefcda109dc4 Its now in Wine 9.0 rc2
https://bugs.winehq.org/show_bug.cgi?id=55667
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.0-rc3.