[PATCH 2/4] windowscodecs: Change argument type of configure_write_source() and write_source().
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- dlls/windowscodecs/bmpencode.c | 2 +- dlls/windowscodecs/gifformat.c | 2 +- dlls/windowscodecs/jpegformat.c | 2 +- dlls/windowscodecs/main.c | 4 ++-- dlls/windowscodecs/pngformat.c | 2 +- dlls/windowscodecs/tiffformat.c | 2 +- dlls/windowscodecs/wincodecs_private.h | 4 ++-- 7 files changed, 9 insertions(+), 9 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=78263 Your paranoid android. === debiant (32 bit report) === windowscodecs: converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects width=-1) converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects height=0) converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects height=-1) === debiant (32 bit Chinese:China report) === windowscodecs: converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects width=-1) converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects height=0) converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects height=-1) === debiant (32 bit WoW report) === windowscodecs: converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects width=-1) converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects height=0) converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects height=-1) === debiant (64 bit WoW report) === windowscodecs: converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects width=-1) converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects height=0) converter.c:1408: Test succeeded inside todo block: WriteSource should fail, hr=80070057 (test_encoder_rects height=-1)
participants (2)
-
Marvin -
Ziqing Hui