[Bug 51184] New: test_font_metrics() fails in gdi32:font for bitmap fonts on Windows 10 >= 1709

WineHQ Bugzilla wine-bugs at winehq.org
Tue May 25 13:57:19 CDT 2021


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 at winehq.org
          Reporter: fgouget at 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 at codeweavers.com>
AuthorDate: Tue Jun 24 16:13:31 2008 +0900
Commit:     Alexandre Julliard <julliard at winehq.org>
CommitDate: Tue Jun 24 12:23:03 2008 +0200

    gdi32: Add a test for outline text metrics.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list