[Bug 56458] New: ntdll tests skipped on win7 & win8: missing entry point kernel32.RtlPcToFileHeader
https://bugs.winehq.org/show_bug.cgi?id=56458 Bug ID: 56458 Summary: ntdll tests skipped on win7 & win8: missing entry point kernel32.RtlPcToFileHeader Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs(a)winehq.org Reporter: jinoh.kang.kr(a)gmail.com CC: fgouget(a)codeweavers.com, gijsvrm(a)gmail.com, julliard(a)winehq.org Regression SHA1: 38fb2f41ad1347b6e35dc87f6dc358a13d8905cb Distribution: --- ntdll_test.exe imports kernel32.RtlPcToFileHeader, which does not exist on Windows 7 and 8. The culprit is the direct import, which resolves to kernel32's forwarder. It should use pRtlPcToFileHeader variable (which stores GetProcAddress result) instead. This causes all ntdll tests to be skipped on win7 & win8 VMs: info.c:0: Tests skipped: missing entry point (details below) | ntdll_test.exe - Entry Point Not Found | The procedure entry point RtlPcToFileHeader could not be located in the dynamic link library C:\Users\winetest\Documents\ntdll_test.exe. 0adc:info: 0 tests executed (0 marked as todo, 0 as flaky, 0 failures), 1 skipped. ntdll:info:0adc done (0) in 0s https://test.winehq.org/data/4860fbe7b5355bfa4a5e98bb2446f69d1c484666/win81_... https://test.winehq.org/data/4860fbe7b5355bfa4a5e98bb2446f69d1c484666/win7_n... Originally reported by Gijs Vermeulen. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56458 Jinoh Kang <jinoh.kang.kr(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, testcase -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56458 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED CC| |infyquest(a)gmail.com Fixed by SHA1| |fa7c837f918139e91f04cbe1c5c | |1b9a84670c39f --- Comment #1 from Vijay Kamuju <infyquest(a)gmail.com> --- Fix merged upstream - https://source.winehq.org/git/wine.git/commit/fa7c837f918139e91f04cbe1c5c1b9... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56458 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 9.5. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla