Re: [PATCH v8 3/4] scanf: convert self-test to KUnit

2025-02-15 Thread kernel test robot
: 7b7a883c7f4de1ee5040bd1c32aabaafde54d209 patch link: https://lore.kernel.org/r/20250214-scanf-kunit-convert-v8-3-5ea50f95f83c%40gmail.com patch subject: [PATCH v8 3/4] scanf: convert self-test to KUnit config: sh-randconfig-002-20250216 (https://download.01.org/0day-ci/archive/20250216/202502160245.kurrybjr

[PATCH v8 3/4] scanf: convert self-test to KUnit

2025-02-14 Thread Tamir Duberstein
Convert the scanf() 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. Reviewed-by: David Gow Signed-off-by: Tamir Duberstein --- MAINTAINERS