https://bugs.winehq.org/show_bug.cgi?id=40108
Bug ID: 40108 Summary: kernel32:process regression Product: Wine Version: 1.9.3 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
Since the commit below, the cw1-hd6800 and cw2-gtx560 test machines (not VMs) are getting two new failures on Windows 8.1 and Windows 10, both in 32 and 64 bits.
Failures: process.c:1133: Test failed: Toolhelp:pcPriClassBase expected 8, but got 6 process.c:1204: Test failed: Toolhelp:pcPriClassBase expected 8, but got 6
kernel32:process results on test.winehq.org: https://test.winehq.org/data/tests/kernel32:process.html
commit a0b6bf86f74438c574f7165ab220060681bb66cd Author: Sebastian Lackner sebastian@fds-team.de Date: Mon Dec 21 13:06:37 2015 +0100
kernel32/tests: Add test for process object destruction.
Signed-off-by: Sebastian Lackner sebastian@fds-team.de Signed-off-by: Alexandre Julliard julliard@winehq.org