https://bugs.winehq.org/show_bug.cgi?id=48664
Bug ID: 48664 Summary: kernel32:process - Intermittent test_Toolhelp() failure Product: Wine Version: 5.2 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
From time to time kernel32:process produces the following failures:
process.c:1226: Test failed: expected 1, got 0 process.c:1229: Test failed: Child process termination process.c:1233: Test failed: Toolhelp:cntUsage expected 0, but got 1 process.c:1234: Test failed: Toolhelp:th32DefaultHeapID expected 0, but got 1 process.c:1235: Test failed: Toolhelp:th32ModuleID expected 0, but got 1 process.c:1236: Test failed: Toolhelp:th32ParentProcessID expected 1860, but got 0 process.c:1238: Test failed: Toolhelp:dwFlags expected 0, but got 1
https://test.winehq.org/data/tests/kernel32:process.html
These happened on fg-win7u64-1spie9* (32 and 64 bits), newtb-w7pro64-32, newtb-w864-32, newtb-w8adm, cw-gtx560-64, cw-rx460-1709-32 and cw-gtx560-1809-32 so it's not just one buggy system.
The tests were introduced by this commit:
commit a0b6bf86f74438c574f7165ab220060681bb66cd Author: Sebastian Lackner sebastian@fds-team.de AuthorDate: 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