http://bugs.winehq.org/show_bug.cgi?id=35574
Bug ID: 35574 Summary: gdi32:fonts test_EnumFontFamiliesEx_default_charset() fails on Windows 7 in the Japanese and Hebrew locales Product: Wine Version: 1.7.12 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Classification: Unclassified
In the Japanese locale the conformance test errors are: font.c:3001: 'MS Shell Dlg' has 10 charsets. font.c:3003: Test failed: (MS Shell Dlg) got charset 0 expected 128
And in the Hebrew one they are: font.c:3001: 'MS Shell Dlg' has 10 charsets. font.c:3003: Test failed: (MS Shell Dlg) got charset 0 expected 177
(the Hebrew locale also has a lot of errors in this test)
There are three VMs running the tests in a Japanese or Hebrew locale: fg-win7u64-1spie9-he, fg-win7u64-1spie9-ja, newtb-w7u: http://test.winehq.org/data/tests/gdi32:font.html
The corresponding tests where introduced by:
commit 6834a44dc4c3c7e8c377a2fd56d11e93edd37b2f Author: Dmitry Timoshkov dmitry@baikal.ru Date: Mon Jun 17 19:01:39 2013 +0900
gdi32/tests: Add a test for default font height scaling with screen resolution changes.