https://bugs.winehq.org/show_bug.cgi?id=52194
Bug ID: 52194 Summary: In Wine version:info fails in the ar-MA locale Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: version Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
In Wine version:info fails in the Arabic (Morocco) locale:
info.c:669: Test failed: got 1025, expected lang is 6145 info.c:706: Test failed: [1] got 1025, expected lang is 6145 info.c:706: Test failed: [3] got 1025, expected lang is 6145 info.c:706: Test failed: [4] got 1025, expected lang is 6145
https://test.winehq.org/data/patterns.html#version:info
There used to be two extra failure: info.c:709: Test failed: [0] got 1025, expected lang is 1033 info.c:709: Test failed: [2] got 1025, expected lang is 1033
However these failures got fixed by commit 472763c5237f which also fixed the failures in all the other non-English locales (see bug 51220).
commit 472763c5237febcb8745835c96f8b49b000564de Author: Derek Lesho dlesho@codeweavers.com Date: Mon Dec 6 10:58:18 2021 +0100
kernelbase: Fix parameter order of FindResourceExW call for non-localized path.
Signed-off-by: Derek Lesho dlesho@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=52194
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase