https://bugs.winehq.org/show_bug.cgi?id=56682
Bug ID: 56682 Summary: msvcrt:locale prevents the msvcrt:* tests from running on Windows 7 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
msvcrt:locale prevents the msvcrt:* tests from running on Windows 7 because it depends on an API which is missing on that Windows version.
See: https://test.winehq.org/data/tests/msvcrt:locale.html
Based on the test result history this is caused by the commit below:
commit 243a014123b3f1b18e390720d843949240323fba Author: Daniel Lehman dlehman25@gmail.com Date: Wed May 1 15:31:44 2024 -0700
msvcrt/tests: Add tests for _wcsicmp_l.