[PATCH 8/9] windowscodecs/tests: Add some tests for various TIFF color formats.

Dmitry Timoshkov dmitry at baikal.ru
Tue Apr 21 11:40:34 CDT 2020


"Esme Povirk (they/them)" <vincent at codeweavers.com> wrote:

> +        hr = IWICComponentInfo_QueryInterface(info,
> &IID_IWICPixelFormatInfo2, (void **)&formatinfo);
> +        if (hr == S_OK)
> 
> There should be some sort of broken() or win_skip() here so we know we
> are testing that Wine provides this interface.

Since it's just a helper I'd prefer to not overload it with broken(),
it just needs to work even under XP (for which this code was added).

-- 
Dmitry.



More information about the wine-devel mailing list