[PATCH v2 2/6] windowscodecs/tests: Fix tests for CopyBlocks.
26 Aug
2020
26 Aug
'20
8: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(-)
26 Aug
26 Aug
1:54 p.m.
We want the tests to pass after every patch in the series. You can probably combine this with patch 1.
1939
Age (days ago)
1939
Last active (days ago)
1 comments
2 participants
participants (2)
-
Esme Povirk (they/them) -
Ziqing Hui