https://bugs.winehq.org/show_bug.cgi?id=54509
Bug ID: 54509 Summary: psapi:psapi_main - The 64-bit test_EnumProcessModules() gets unexpected third module 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 64-bit test_EnumProcessModules() gets unexpected third module on Windows 11:
psapi_main.c:185: Test failed: third DLL in wow64 should be one of wow*.dll (kernel32.dll)
See https://test.winehq.org/data/patterns.html#psapi:psapi_main
This test and failure was introduced by the commit below:
commit 00bf7293af13f3766c6c839f0125785ac9084de8 Author: Eric Pouech eric.pouech@gmail.com AuthorDate: Tue Feb 14 11:07:01 2023 +0100
psapi: Add more tests for EnumProcessModules().
Signed-off-by: Eric Pouech eric.pouech@gmail.com