https://bugs.winehq.org/show_bug.cgi?id=51184
Bug ID: 51184 Summary: test_font_metrics() fails in gdi32:font for bitmap fonts on Windows 10 >= 1709 Product: Wine Version: 6.8 Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
test_font_metrics() fails in gdi32:font for bitmap fonts on Windows 10 >= 1709:
font.c:415: found bitmap font System, height 16 font.c:356: Test failed: 432: expected 2048, got 13 font.c:356: Test failed: height 1: 456: expected 2048, got 13 ...
font.c:356: Test failed: height 96: 456: expected 2048, got 13 font.c:356: Test failed: 467: expected 2048, got 13 font.c:356: Test failed: 476: expected 2048, got 13
So something changed and the test should be updated.
See: https://test.winehq.org/data/patterns.html#gdi32:font
The failing test was introduced in this commit:
commit 6f7457d8adaf67b457154a45deef21d5b5a87c8f Author: Dmitry Timoshkov dmitry@codeweavers.com AuthorDate: Tue Jun 24 16:13:31 2008 +0900 Commit: Alexandre Julliard julliard@winehq.org CommitDate: Tue Jun 24 12:23:03 2008 +0200
gdi32: Add a test for outline text metrics.