Re: [PATCH v8 2/5] KUnit: KASAN Integration

2020-06-09 Thread Brendan Higgins
On Fri, Jun 5, 2020 at 9:03 PM David Gow wrote: > > From: Patricia Alfonso > > Integrate KASAN into KUnit testing framework. > - Fail tests when KASAN reports an error that is not expected > - Use KUNIT_EXPECT_KASAN_FAIL to expect a KASAN error in KASAN > tests >

[PATCH v8 2/5] KUnit: KASAN Integration

2020-06-05 Thread David Gow
From: Patricia Alfonso Integrate KASAN into KUnit testing framework. - Fail tests when KASAN reports an error that is not expected - Use KUNIT_EXPECT_KASAN_FAIL to expect a KASAN error in KASAN tests - Expected KASAN reports pass tests and are still printed when