https://bugs.winehq.org/show_bug.cgi?id=54535
Bug ID: 54535 Summary: dbghelp:dbghelp - test_loaded_modules() gets SymGetModuleInfo64 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() gets SymGetModuleInfo64 failures on Windows 11:
dbghelp.c:303: Test failed: SymGetModuleInfo64 should have failed dbghelp.c:303: Test failed: SymGetModuleInfo64 should have failed
See https://test.winehq.org/data/patterns.html#dbghelp:dbghelp
A bisect shows that these failures started with the commit below:
commit c823f9b1a81e755c9f7c4568703c585c685d923f Author: Eric Pouech eric.pouech@gmail.com AuthorDate: Thu Feb 16 10:48:58 2023 +0100
dbghelp/tests: Add some more tests about module handling.
Signed-off-by: Eric Pouech eric.pouech@gmail.com