https://bugs.winehq.org/show_bug.cgi?id=54688
Bug ID: 54688 Summary: ntdll:info - test_query_cpu() fails on Windows 7 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 - test_query_cpu() fails on Windows 7:
32-bit case: info.c:382: Test failed: SystemProcessorFeaturesInformation failed c0000003 info.c:383: Test failed: wrong len 3735928559 info.c:384: Test failed: wrong bits 5 / a0cd3fff
64-bit case: info.c:382: Test failed: SystemProcessorFeaturesInformation failed c0000003 info.c:383: Test failed: wrong len 3735928559 info.c:384: Test failed: wrong bits c0000003 / b1993dfe
See https://test.winehq.org/data/patterns.html#ntdll:info
Where: 0xc0000003 == STATUS_INVALID_INFO_CLASS
These are new tests introduced in the commit below:
commit c44e58c88bd1a67ecb2f58472b1c67ab5f3ccb80 Author: Alexandre Julliard julliard@winehq.org AuthorDate: Tue Mar 14 17:37:33 2023 +0100
ntdll: Implement the SystemProcessorFeaturesInformation query.