Dmitry Timoshkov : dwrite/tests: Add some fallback tests for Segoe UI Symbol.

Nikolay Sivov nsivov at codeweavers.com
Wed Apr 6 02:17:26 CDT 2022



On 4/6/22 09:55, Eric Pouech wrote:
> Hi Dmitry
> + hr = IDWriteFontFallback_MapCharacters(fallback, &analysissource, 0, 
> 1, NULL, NULL, DWRITE_FONT_WEIGHT_NORMAL,
>> +                DWRITE_FONT_STYLE_NORMAL, 
>> DWRITE_FONT_STRETCH_NORMAL, &length, &font, &scale);
>> +    todo_wine
>> +        ok(hr == S_OK, "Unexpected hr %#lx.\n", hr);
>> +        if (hr != S_OK) continue;
> would you mind not outdenting the todo_wine... it generates tons of 
> FIXME with mingw's GCC11
> TIA

Is that with recent mingw-w64? I only use that for tests, whatever 
version debian testing has at the moment, currently reported as

x86_64-w64-mingw32-gcc (GCC) 10-win32 20220113

Until this triggers warnings I'll probably won't notice.



More information about the wine-devel mailing list