https://bugs.winehq.org/show_bug.cgi?id=54536
Bug ID: 54536 Summary: dbghelp:dbghelp - test_loaded_modules() gets aggregation failures on Windows 11 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
dbghelp:dbghelp - test_loaded_modules() fails on Windows 11 and the 32-bit failures are a bit different from the 64-bit ones.
32-bit: dbghelp.c:597: Test failed: Wrong bitness aggregation count 0 0 dbghelp.c:599: Test failed: Wrong kind aggregation count 0 0 dbghelp.c:602: Test failed: Wrong directory aggregation count 0 0
64-bit: dbghelp.c:632: Test failed: Wrong bitness aggregation count 0 53 dbghelp.c:637: Test failed: Wrong directory aggregation count 48 0 dbghelp.c:669: Test failed: Wrong bitness aggregation count 0 53 dbghelp.c:672: Test failed: Wrong kind aggregation count 1 1 dbghelp.c:675: Test failed: Wrong directory aggregation count 48 0
See https://test.winehq.org/data/patterns.html#dbghelp:dbghelp
A bisect shows that these failures started in the commit below:
commit db514b718aed3a1db0cde33841e56fd743974a52 Author: Eric Pouech eric.pouech@gmail.com AuthorDate: Thu Feb 16 10:48:56 2023 +0100
dbghelp/tests: Add test for loaded modules enumeration.
Signed-off-by: Eric Pouech eric.pouech@gmail.com