https://bugs.winehq.org/show_bug.cgi?id=53135 Bug ID: 53135 Summary: kernel32:locale fails in Wine in Japanese Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com Distribution: --- kernel32:locale fails in Wine in Japanese: locale.c:3359: Test failed: qsort using lstrcmpA failed for element 6 locale.c:3359: Test failed: qsort using lstrcmpA failed for element 7 locale.c:3359: Test failed: qsort using lstrcmpA failed for element 8 locale.c:3359: Test failed: qsort using lstrcmpA failed for element 9 locale.c:3359: Test failed: qsort using lstrcmpA failed for element 10 locale.c:3367: Test failed: qsort using CompareStringA failed for element 6 locale.c:3367: Test failed: qsort using CompareStringA failed for element 7 locale.c:3367: Test failed: qsort using CompareStringA failed for element 8 locale.c:3367: Test failed: qsort using CompareStringA failed for element 9 locale.c:3367: Test failed: qsort using CompareStringA failed for element 10 locale.c:3375: Test failed: qsort using sort keys failed for element 6 locale.c:3375: Test failed: qsort using sort keys failed for element 7 locale.c:3375: Test failed: qsort using sort keys failed for element 8 locale.c:3375: Test failed: qsort using sort keys failed for element 9 locale.c:3375: Test failed: qsort using sort keys failed for element 10 https://test.winehq.org/data/patterns.html#kernel32:locale A bisect shows that these failures started with the commit below: commit d8c973ad95ba5e8a9a51df0dd9be587950179ec3 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon May 30 22:38:28 2022 +0200 kernelbase: Reimplement CompareStringEx using the sortkey generation code. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.