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
https://bugs.winehq.org/show_bug.cgi?id=54012
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com Regression SHA1| |170e04648034f548e118625f969 | |f09de8921024b Keywords| |regression, source, | |testcase
https://bugs.winehq.org/show_bug.cgi?id=54012
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |b793367c676c643602f5a0986b0 | |bbb4c9f4b0694
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- Fixed with b793367c676c643602f5a0986b0bbb4c9f4b0694.
https://bugs.winehq.org/show_bug.cgi?id=54012
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.0-rc1.