https://bugs.winehq.org/show_bug.cgi?id=54012
Bug ID: 54012 Summary: kernel32:heap - The 64-bit test_GlobalAlloc() fails on Windows 7 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:heap - The 64-bit test_GlobalAlloc() fails on Windows 7:
heap.c:1757: Test failed: flags 0x2: GlobalReAlloc returned 0000000000899D10 heap.c:1788: Test failed: flags 0x2: GlobalReAlloc returned 0000000000899D10 heap.c:1763: Test failed: flags 0x82: got ptr 000000000089A0C0 was 0000000000899D10 heap.c:1794: Test failed: flags 0x82: got ptr 000000000089A0C0 was 0000000000899D10
See https://test.winehq.org/data/patterns.html#kernel32:heap
A bisect shows the failures started with the commit below:
commit 170e04648034f548e118625f969f09de8921024b Author: RĂ©mi Bernon rbernon@codeweavers.com Date: Fri Nov 18 23:36:45 2022 +0100
kernel32/tests: Add more (Global|Local)ReAlloc tests.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53474