Re: [PATCH v3 0/9] drm: selftest: Convert to KUnit

2022-07-02 Thread Javier Martinez Canillas
On 6/30/22 02:46, Maíra Canal wrote: > Hi everyone, > > Here is the v3 of the conversion of selftests to KUnit. Since the v2, there > have been minor fixes. drm_format_test received the biggest change: the > KUNIT_EXPECT_FALSE and KUNIT_EXPECT_TRUE macros were changed to > KUNIT_EXPECT_EQ, > as

[PATCH v3 0/9] drm: selftest: Convert to KUnit

2022-06-29 Thread Maíra Canal
Hi everyone, Here is the v3 of the conversion of selftests to KUnit. Since the v2, there have been minor fixes. drm_format_test received the biggest change: the KUNIT_EXPECT_FALSE and KUNIT_EXPECT_TRUE macros were changed to KUNIT_EXPECT_EQ, as suggested by Daniel. Most of all, the patches were