Hi Andrey, [...] > > /** > > - * KUNIT_EXPECT_KASAN_FAIL - check that the executed expression produces a > > - * KASAN report; causes a KUnit test failure otherwise. > > + * KUNIT_EXPECT_KASAN_RESULT - check that the executed expression > > + * causes a KUnit test failure when the result is different from @fail. > > What I meant here was: > > KUNIT_EXPECT_KASAN_RESULT - checks whether the executed expression > produces a KASAN report; causes a KUnit test failure when the result > is different from @fail. This is much clear. I'll modified the comment this again. [...] > Reviewed-by: Andrey Konovalov <andreyknvl@xxxxxxxxx> Thanks :) -- Sincerely, Yeoreum Yun