Re: [PATCH v3 0/2] MR9514: gdi32: Fix font creation with invaild bits.
On Sat Feb 7 10:45:25 2026 +0000, Huw Davies wrote:
What's going on here? Why is this always failing with Wine? Actually I'm not entirely sure what's going on here, the test results from my Linux machine are:
```log mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Sans" for height 6, expected L"Small Fonts" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Sans" for height 12, expected L"Small Fonts" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Sans" for height 16, expected L"MS Sans Serif" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Sans" for height 24, expected L"MS Sans Serif" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Sans" for height 32, expected L"Arial" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Sans" for height 96, expected L"Arial" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Serif" for height 6, expected L"Times New Roman" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Serif" for height 12, expected L"Times New Roman" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Serif" for height 16, expected L"MS Serif" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Serif" for height 24, expected L"Times New Roman" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Serif" for height 32, expected L"Times New Roman" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Serif" for height 96, expected L"Times New Roman" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Serif" for height 6, expected L"Times New Roman" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Sans" for height 12, expected L"Small Fonts" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Serif" for height 16, expected L"MS Serif" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Serif" for height 24, expected L"Times New Roman" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Sans" for height 32, expected L"Arial" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Mono" for height 48, expected L"Courier New" mfont.c:8081: Test marked todo: Got unexpected font L"Liberation Sans" for height 96, expected L"Arial" ``` I don't think we have Arial in upstream, however the other fonts should definitely be there. Want me to further investigate this? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9514#note_131255
participants (1)
-
Bernhard Kölbl (@besentv)