http://bugs.winehq.org/show_bug.cgi?id=28103
Grazvydas Ignotas notasas@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |notasas@gmail.com
--- Comment #1 from Grazvydas Ignotas notasas@gmail.com 2011-08-17 06:58:26 CDT --- You're right, the test assumes if "Lucida Sans" font family is available, "Lucida Sans Demibold Roman" and "Lucida Sans Italic" fonts are available, which is mostly true under Windows as those fonts come by default.
However under Linux this will only work if you copy those 2 fonts from some Windows installation. In the case of that java package, it provides "Lucida Sans Regular" and "Lucida Sans Demibold", which in turn provide "Lucida Sans" family but not exact fonts the tests expects.
Let me cook some patches to correct this.