https://bugs.winehq.org/show_bug.cgi?id=57903
Bug ID: 57903 Summary: kernel32:loader - test_export_forwarder_dep_chain fails on Windows 7 Product: Wine Version: 10.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: jinoh.kang.kr@gmail.com Regression SHA1: 99e91f1c0fcb840b4840a4a3c2b079bad817b100 Distribution: ---
kernel32:loader - test_export_forwarder_dep_chain() fails on Windows 7:
loader.c:2884: Test failed: static import of dll already loaded with DONT_RESOLVE_DLL_REFERENCES: got 1 for load count of first module loader.c:2885: Test failed: static import of dll already loaded with DONT_RESOLVE_DLL_REFERENCES: got 1 for unload count of first module loader.c:2884: Test failed: dynamic import of dll already loaded with DONT_RESOLVE_DLL_REFERENCES: got 1 for load count of first module loader.c:2885: Test failed: dynamic import of dll already loaded with DONT_RESOLVE_DLL_REFERENCES: got 1 for unload count of first module
See https://test.winehq.org/data/patterns.html#kernel32:loader
This started on 2025-02-18, and the commit that introduced the new tests is as follows:
commit 99e91f1c0fcb840b4840a4a3c2b079bad817b100 Author: Jinoh Kang jinoh.kang.kr@gmail.com Date: Tue Feb 18 00:07:17 2025 +0900
kernel32/tests: Test for unexpected LDR_PROCESS_ATTACHED flag in import dependency loaded with DONT_RESOLVE_DLL_REFERENCES.
These failures are systematic and only happen on Windows 7, both 32-bit and 64-bit.