[PATCH v2 1/6] windowscodecs/tests: Replace strncmp with memcmp for pixel data checking.
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- dlls/windowscodecs/tests/ddsformat.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 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=77618 Your paranoid android. === w8 (32 bit report) === windowscodecs: ddsformat.c:1049: Test failed: Test 20, frame 0: Block data mismatch ddsformat.c:1049: Test failed: Test 20, frame 4: Block data mismatch === w8adm (32 bit report) === windowscodecs: ddsformat.c:1049: Test failed: Test 20, frame 0: Block data mismatch ddsformat.c:1049: Test failed: Test 20, frame 4: Block data mismatch === w1064v1507 (32 bit report) === windowscodecs: ddsformat.c:1049: Test failed: Test 20, frame 0: Block data mismatch ddsformat.c:1049: Test failed: Test 20, frame 4: Block data mismatch === w1064v1809 (32 bit report) === windowscodecs: ddsformat.c:1049: Test failed: Test 20, frame 0: Block data mismatch ddsformat.c:1049: Test failed: Test 20, frame 4: Block data mismatch === w1064v1809_2scr (32 bit report) === windowscodecs: ddsformat.c:1049: Test failed: Test 20, frame 0: Block data mismatch ddsformat.c:1049: Test failed: Test 20, frame 4: Block data mismatch === w1064v1809_ar (32 bit report) === windowscodecs: ddsformat.c:1049: Test failed: Test 20, frame 0: Block data mismatch ddsformat.c:1049: Test failed: Test 20, frame 4: Block data mismatch === w1064v1809_he (32 bit report) === windowscodecs: ddsformat.c:1049: Test failed: Test 20, frame 0: Block data mismatch ddsformat.c:1049: Test failed: Test 20, frame 4: Block data mismatch === w1064v1809_ja (32 bit report) === windowscodecs: ddsformat.c:1049: Test failed: Test 20, frame 0: Block data mismatch ddsformat.c:1049: Test failed: Test 20, frame 4: Block data mismatch === w1064v1809_zh_CN (32 bit report) === windowscodecs: ddsformat.c:1049: Test failed: Test 20, frame 0: Block data mismatch ddsformat.c:1049: Test failed: Test 20, frame 4: Block data mismatch === w1064v1507 (64 bit report) === windowscodecs: ddsformat.c:1049: Test failed: Test 20, frame 0: Block data mismatch ddsformat.c:1049: Test failed: Test 20, frame 4: Block data mismatch === w1064v1809 (64 bit report) === windowscodecs: ddsformat.c:1049: Test failed: Test 20, frame 0: Block data mismatch ddsformat.c:1049: Test failed: Test 20, frame 4: Block data mismatch
participants (2)
-
Marvin -
Ziqing Hui