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
https://bugs.winehq.org/show_bug.cgi?id=54536
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, source, | |testcase Regression SHA1| |db514b718aed3a1db0cde33841e | |56fd743974a52
https://bugs.winehq.org/show_bug.cgi?id=54536
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |eric.pouech@gmail.com Status|NEW |RESOLVED
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- yet different test directory but same root cause
*** This bug has been marked as a duplicate of bug 54504 ***
https://bugs.winehq.org/show_bug.cgi?id=54536
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- Closing DUPLICATE.