[PATCH v2 2/6] windowscodecs/tests: Fix tests for CopyBlocks.
Aug. 26, 2020
3:18 a.m.
Using strncmp() to compare pixel data buffer leads to incorrect tests. Also, we should clear the pixel data buffer before editing and comparing them. Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- v2: This is a new patch in patch set. This patch fixes the test failure in previous patch. dlls/windowscodecs/tests/ddsformat.c | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-)
August 2020
8:54 a.m.
We want the tests to pass after every patch in the series. You can probably combine this with patch 1.
2042
Age (days ago)
2042
Last active (days ago)
1 comments
2 participants
participants (2)
-
Esme Povirk (they/them) -
Ziqing Hui