https://bugs.winehq.org/show_bug.cgi?id=52869
Bug ID: 52869 Summary: kernel32:locale - test_CompareStringA() fails in Wine in Hindi Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
test_CompareStringA() started failing in Wine in Hindi recently:
locale.c:1884: Test failed: expected CSTR_LESS_THAN, got 2 locale.c:1886: Test failed: expected CSTR_GREATER_THAN, got 2
https://test.winehq.org/data/patterns.html#kernel32:locale
A bisect shows this failure started with the commit below:
commit 8993e15cfa5b77ac2487239354ffe63bbc5e562d Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 11 17:21:47 2022 +0200
kernelbase: Support UTF-7/8 codepages in get_codepage_table().
Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=52869
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |8993e15cfa5b77ac2487239354f | |fe63bbc5e562d Keywords| |regression, source, | |testcase
https://bugs.winehq.org/show_bug.cgi?id=52869
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS|Linux |Windows Summary|kernel32:locale - |kernel32:locale - |test_CompareStringA() fails |test_CompareStringA() fails |in Wine in Hindi |on Windows with a UTF-8 | |code page Regression SHA1|8993e15cfa5b77ac2487239354f | |fe63bbc5e562d | Keywords|regression |
--- Comment #1 from François Gouget fgouget@codeweavers.com --- I added a test configuration with Hindi as a UTF-8 system locale: w10pro64_hi_IN_u8. This shows that the test fails on Windows and even has a couple of extra failures:
locale.c:1880: Test failed: expected CSTR_GREATER_THAN, got 2 locale.c:1882: Test failed: expected CSTR_LESS_THAN, got 2 locale.c:1884: Test failed: expected CSTR_LESS_THAN, got 2 locale.c:1886: Test failed: expected CSTR_GREATER_THAN, got 2
https://bugs.winehq.org/show_bug.cgi?id=52869
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- There is no failure on w10pro64-hi-u8 anymore. This got fixed on 2022-04-25.
(There are still failures in the non-UTF-8 Windows 10 Hindi configuration but they are totally different.)
https://bugs.winehq.org/show_bug.cgi?id=52869
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.8.