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.
https://bugs.winehq.org/show_bug.cgi?id=54688
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |c44e58c88bd1a67ecb2f58472b1 | |c67ab5f3ccb80 Keywords| |regression, source, | |testcase
https://bugs.winehq.org/show_bug.cgi?id=54688
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |29cd79829c5c8ea32a5ce6a9c9f | |ef6a48dab813c
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit 29cd79829c5c8ea32a5ce6a9c9fef6a48dab813c Author: Alexandre Julliard julliard@winehq.org AuthorDate: Wed Mar 15 09:05:47 2023 +0100
ntdll/tests: Handle another possible status when SystemProcessorFeaturesInformation is not supported.
https://bugs.winehq.org/show_bug.cgi?id=54688
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.13.