https://bugs.winehq.org/show_bug.cgi?id=51216
Bug ID: 51216 Summary: In Wine riched20:txtsrv has a succeeding todo in the ar-MA, he-IL and ja-JP locales Product: Wine Version: 6.8 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: richedit Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
In Wine riched20:txtsrv has a succeeding todo in the ar-MA, he-IL and ja-JP locales:
https://test.winehq.org/data/patterns.html#riched20:txtsrv
txtsrv.c:807: Test succeeded inside todo block: got wrong width: 72, expected: 72 {+1}.
The succeeding todo was introduced in this commit:
commit e7b42deaf2a18e32313e2da02566905180986760 Author: Huw Davies huw@codeweavers.com AuthorDate: Thu Mar 25 09:10:28 2021 +0000
riched20: Implement TxGetNaturalSize().
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
References: https://www.winehq.org/pipermail/wine-devel/2021-March/183576.html https://www.winehq.org/pipermail/wine-devel/2021-April/185835.html
From that email:
| So I don't know how to avoid getting this failure in every | nightly WineTest run. | | Is it a font problem? | Making the todo conditional on the locale feels iffy. | Same for skipping the test based on the locale. Fix the | implementation some more so it works on all locales?
https://bugs.winehq.org/show_bug.cgi?id=51216
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase