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

Esme Povirk (they/them) vincent at codeweavers.com
Tue Apr 21 11:12:49 CDT 2020


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



More information about the wine-devel mailing list