Re: [PATCH] drm/format-helper: Use KUNIT_EXPECT_MEMEQ macro

2023-02-02 Thread Maíra Canal
On 2/1/23 04:10, Thomas Zimmermann wrote: Am 30.01.23 um 13:55 schrieb Maíra Canal: Commit b8a926bea8b1 ("kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros") introduced a new macro to compare blocks of memory and, if the test fails, print the result in a human-friendly format.

Re: [PATCH] drm/format-helper: Use KUNIT_EXPECT_MEMEQ macro

2023-01-31 Thread Thomas Zimmermann
Am 30.01.23 um 13:55 schrieb Maíra Canal: Commit b8a926bea8b1 ("kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros") introduced a new macro to compare blocks of memory and, if the test fails, print the result in a human-friendly format. Therefore, use KUNIT_EXPECT_MEMEQ to compa

Re: [PATCH] drm/format-helper: Use KUNIT_EXPECT_MEMEQ macro

2023-01-31 Thread David Gow
On Mon, 30 Jan 2023 at 20:58, Maíra Canal wrote: > > Commit b8a926bea8b1 ("kunit: Introduce KUNIT_EXPECT_MEMEQ and > KUNIT_EXPECT_MEMNEQ macros") introduced a new macro to compare blocks of > memory and, if the test fails, print the result in a human-friendly > format. Therefore, use KUNIT_EXPECT_

[PATCH] drm/format-helper: Use KUNIT_EXPECT_MEMEQ macro

2023-01-30 Thread Maíra Canal
Commit b8a926bea8b1 ("kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros") introduced a new macro to compare blocks of memory and, if the test fails, print the result in a human-friendly format. Therefore, use KUNIT_EXPECT_MEMEQ to compare memory blocks in replacement of the KUNIT_E