[PATCH v2 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=73506 Your paranoid android. === debiant (32 bit report) === windowscodecs: info.c:196: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:207: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" === debiant (32 bit French report) === windowscodecs: info.c:196: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:207: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" === debiant (32 bit Japanese:Japan report) === windowscodecs: info.c:196: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:207: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" === debiant (32 bit Chinese:China report) === windowscodecs: info.c:196: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:207: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds"
I think it failed because it requires a prefix update. On 6/16/20 2:16 PM, Marvin wrote:
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=73506
Your paranoid android.
=== debiant (32 bit report) ===
windowscodecs: info.c:196: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:207: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds"
=== debiant (32 bit French report) ===
windowscodecs: info.c:196: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:207: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds"
=== debiant (32 bit Japanese:Japan report) ===
windowscodecs: info.c:196: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:207: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds"
=== debiant (32 bit Chinese:China report) ===
windowscodecs: info.c:196: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds" info.c:207: Test failed: GetMimeType returned wrong value L"image/vnd-ms.dds"
Signed-off-by: Esme Povirk <vincent(a)codeweavers.com> Tests work for me, looks like another case where the testbot didn't update the prefix.
participants (3)
-
Esme Povirk (they/them) -
Marvin -
Ziqing Hui