https://bugs.winehq.org/show_bug.cgi?id=54504
Bug ID: 54504 Summary: psapi:psapi_main - The 32-bit test_EnumProcessModules() gets a partial copy error on Windows 11 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: psapi Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
psapi:psapi_main - The 32-bit test_EnumProcessModules() gets a partial copy error on Windows 11:
psapi_main.c:133: Test failed: got 0, error 299 psapi_main.c:134: Test failed: expected non-NULL module
See https://test.winehq.org/data/patterns.html#psapi:psapi_main
Where 299 == ERROR_PARTIAL_COPY
This failure is specific to the 32-bit tests running on Windows 11, that is the 64-bit test has other (possibly related) failures, and Windows 10 and lower don't have failures. Also this failure has been present ever since the Windows 11 VM was added.