Nikolay Sivov (@nsivov) commented about dlls/dwrite/tests/layout.c:
if (!font) continue; get_font_name(font, name, ARRAY_SIZE(name));
- todo_wine
todo_wine ok(!wcscmp(name, tests[i].name), "%u: unexpected name %s.\n", i, wine_dbgstr_w(name));
This test produced failures on some systems by returning different font. I think it's better to address that in some way.