https://bugs.winehq.org/show_bug.cgi?id=40106
Bug ID: 40106 Summary: ntdll:info regression Product: Wine Version: 1.9.3 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
Since the commit below, the w2008s64 TestBot VM has a systematic failure in the 32 bit tests:
Failure: info.c:524: Test failed: Expected to find event handle in handle list
ntdll:info results on test.winehq.org: https://test.winehq.org/data/tests/ntdll:info.html
commit e4e906c871ffe3e4acc055d5158a8b971f212aea Author: Sebastian Lackner sebastian@fds-team.de Date: Mon Dec 21 12:51:49 2015 +0100
ntdll/tests: Add more tests for SystemHandleInformation.
Signed-off-by: Sebastian Lackner sebastian@fds-team.de Signed-off-by: Alexandre Julliard julliard@winehq.org