https://bugs.winehq.org/show_bug.cgi?id=51693
Bug ID: 51693 Summary: ntdll:info fails on Windows 7 64-bit Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ntdll:info fails on Windows 7 64-bit:
info.c:891: Test failed: 63: got 0x0 and 12 (expected STATUS_SUCCESS and 24) info.c:891: Test failed: 62: got 0x0 and 12 (expected STATUS_SUCCESS and 24) ...
info.c:891: Test failed: 24: got 0x0 and 12 (expected STATUS_SUCCESS and 24) info.c:899: Test failed: 23: got 0x0 and 12 (expected STATUS_INFO_LENGTH_MISMATCH and 24)
https://test.winehq.org/data/patterns.html#ntdll:info
This failure has been confirmed to be caused by the commit below:
commit 37ed43a1717fd7a58b8d6733dc65783bd5c57709 Author: Alexandre Julliard julliard@winehq.org AuthorDate: Mon Aug 2 14:53:11 2021 +0200
ntdll: Fix the SYSTEM_CACHE_INFORMATION structure definition.
Signed-off-by: Alexandre Julliard julliard@winehq.org