[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:06:33 CDT 2020


+            ok(hr == WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT || hr ==
WINCODEC_ERR_COMPONENTNOTFOUND /* win8+ */ || WINCODEC_ERR_BADIMAGE /*
XP */,

This comparison is missing "hr ==" in the last case and will always be true.



More information about the wine-devel mailing list