https://bugs.winehq.org/show_bug.cgi?id=54584
Bug ID: 54584 Summary: kernel32:locale - The NtGetNlsSectionPtr() test fails on Windows 11 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:locale - The NtGetNlsSectionPtr() test fails on Windows 11:
locale.c:4978: Test failed: 14: failed 0
See https://test.winehq.org/data/patterns.html#kernel32:locale
This means Windows 11 supports a new type of NLS section (14). Also NtGetNlsSectionPtr() returns success so presumably that section type does not take an id parameter.
https://bugs.winehq.org/show_bug.cgi?id=54584
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=54584
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Sent a merge request that just blindly accepts the Windows 11 results. https://gitlab.winehq.org/wine/wine/-/merge_requests/2289
https://bugs.winehq.org/show_bug.cgi?id=54584
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |705d35edfa94e2bd9a025045c74 | |5a388d8119663
--- Comment #2 from François Gouget fgouget@codeweavers.com --- This got fixed by the following commit:
commit 705d35edfa94e2bd9a025045c745a388d8119663 Author: François Gouget fgouget@codeweavers.com AuthorDate: Sat Feb 25 20:52:39 2023 +0100
kernel32/tests: Fix the NtGetNlsSectionPtr() test on Windows 11.
NtGetNlsSectionPtr() supports an unknown section 14 which presumably takes no id parameter such that the call succeeds.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54584
https://bugs.winehq.org/show_bug.cgi?id=54584
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.3.