https://bugs.winehq.org/show_bug.cgi?id=52964
Bug ID: 52964 Summary: kernel32:locale - test_CompareStringA() fails on 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: ---
kernel32:locale - test_CompareStringA() fails on Wine in Hindi:
locale.c:1929: Test failed: expected CSTR_LESS_THAN, got 2 locale.c:1931: Test failed: expected CSTR_GREATER_THAN, got 2
https://test.winehq.org/data/patterns.html#kernel32:locale
This test had very similar failures on Windows with the Hindi + UTF-8 configuration (see bug 52869). But while the failures on Windows have been fixed, the ones in Wine persist.
A bisect indicates they started with the commit below (before the matching Windows failures got fixed):
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=52964
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=52964
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=52964
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |b771d417d8f7f514ea57ff41e06 | |cb96f912b48e8
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- Fixed by b771d417d8f7f514ea57ff41e06cb96f912b48e8.
https://bugs.winehq.org/show_bug.cgi?id=52964
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.0-rc2.