Re: [PATCH v2 1/2] printf: convert self-test to KUnit

From: Tamir Duberstein
Date: Fri Feb 07 2025 - 09:38:04 EST


On Fri, Feb 7, 2025 at 6:30 AM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> Convert the printf() self-test to a KUnit test.
>
> In the interest of keeping the patch reasonably-sized this doesn't
> refactor the tests into proper parameterized tests - it's all one big
> test case.

Apologies for the version churn, I'll have to send one more which
removes spurious trailing newlines (not necessary in kunit) and
converts logging macros like pr_info to kunit_info.

I'll wait a few days in case folks have other comments.