[Bug 52896] New: gdi32:font has a test_GetCharABCWidths() failure on all Windows 10 versions

WineHQ Bugzilla wine-bugs at winehq.org
Tue Apr 26 09:50:07 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52896

            Bug ID: 52896
           Summary: gdi32:font has a test_GetCharABCWidths() failure on
                    all Windows 10 versions
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdi32
          Assignee: wine-bugs at winehq.org
          Reporter: fgouget at codeweavers.com

The following test_GetCharABCWidths() test fails on all Windows 10 versions:

    ret = GetCharABCWidthsW(hdc, 'a', 'a', abc);
    ok(!ret, "GetCharABCWidthsW should have failed\n");

font.c:1189: Test failed: GetCharABCWidthsW should have failed

https://test.winehq.org/data/patterns.html#gdi32:font

It was introduced in this pretty old commit:

commit 0dc765809c602cf62a87e28451e4eea81eeca0cb
Author:     Hans Leidekker <hans at it.vu.nl>
AuthorDate: Sat Dec 8 22:55:01 2007 +0100
Commit:     Alexandre Julliard <julliard at winehq.org>
CommitDate: Mon Dec 10 12:27:13 2007 +0100

    gdi32: GetCharABCWidthsI does not require a scalable font.

-- 
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