crng init: was: Re: [PATCH v5 2/3] printf: break kunit into test cases

2025-03-07 Thread Petr Mladek
On Fri 2025-02-21 15:34:31, Tamir Duberstein wrote: > Move all tests into `printf_test_cases`. This gives us nicer output in > the event of a failure. > > Combine `plain_format` and `plain_hash` into `hash_pointer` since > they're testing the same scenario. > > --- a/lib/tests/printf_kunit.c > ++

Re: crng init: was: Re: [PATCH v5 2/3] printf: break kunit into test cases

2025-03-07 Thread Tamir Duberstein
On Fri, Mar 7, 2025 at 11:18 AM Petr Mladek wrote: > > On Fri 2025-02-21 15:34:31, Tamir Duberstein wrote: > > Move all tests into `printf_test_cases`. This gives us nicer output in > > the event of a failure. > > > > Combine `plain_format` and `plain_hash` into `hash_pointer` since > > they're te

Re: [PATCH v5 2/3] printf: break kunit into test cases

2025-03-06 Thread Petr Mladek
On Fri 2025-02-21 15:34:31, Tamir Duberstein wrote: > Move all tests into `printf_test_cases`. This gives us nicer output in > the event of a failure. > > Combine `plain_format` and `plain_hash` into `hash_pointer` since > they're testing the same scenario. > > Signed-off-by: Tamir Duberstein >

Re: [PATCH v5 2/3] printf: break kunit into test cases

2025-03-06 Thread Tamir Duberstein
On Thu, Mar 6, 2025 at 11:44 AM Petr Mladek wrote: > > On Fri 2025-02-21 15:34:31, Tamir Duberstein wrote: > > Move all tests into `printf_test_cases`. This gives us nicer output in > > the event of a failure. > > > > Combine `plain_format` and `plain_hash` into `hash_pointer` since > > they're te

[PATCH v5 2/3] printf: break kunit into test cases

2025-02-21 Thread Tamir Duberstein
Move all tests into `printf_test_cases`. This gives us nicer output in the event of a failure. Combine `plain_format` and `plain_hash` into `hash_pointer` since they're testing the same scenario. Signed-off-by: Tamir Duberstein --- lib/tests/printf_kunit.c | 331 +---