[PATCH 3/3] windowscodecs: Fix MIME types of DDS decoder.
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- dlls/windowscodecs/regsvr.c | 2 +- dlls/windowscodecs/tests/info.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=73502 Your paranoid android. === wxppro (32 bit report) === windowscodecs: info.c:132: Test failed: Failed to create decoder, hr 0x80040154. 0a20:info: unhandled exception c0000005 at 0042045E === w2008s64 (32 bit report) === windowscodecs: info.c:132: Test failed: Failed to create decoder, hr 0x80040154. 0390:info: unhandled exception c0000005 at 0042045E === w2008s64 (64 bit report) === windowscodecs: info.c:132: Test failed: Failed to create decoder, hr 0x80040154. 0390:info: unhandled exception c0000005 at 000000000041CA3E === debiant (32 bit report) === windowscodecs: info.c:192: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:203: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" === debiant (32 bit French report) === windowscodecs: info.c:192: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:203: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" === debiant (32 bit Japanese:Japan report) === windowscodecs: info.c:192: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:203: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" === debiant (32 bit Chinese:China report) === windowscodecs: info.c:192: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:203: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds"
participants (2)
-
Marvin -
Ziqing Hui