Re: [PATCH v13 0/5] KASAN-KUnit Integration

2020-09-10 Thread Andrey Konovalov
On Thu, Sep 10, 2020 at 9:03 AM David Gow wrote: > > This patchset contains everything needed to integrate KASAN and KUnit. > > KUnit will be able to: > (1) Fail tests when an unexpected KASAN error occurs > (2) Pass tests when an expected KASAN error occurs > > Convert KASAN tests to KUnit with t

[PATCH v13 0/5] KASAN-KUnit Integration

2020-09-10 Thread David Gow
This patchset contains everything needed to integrate KASAN and KUnit. KUnit will be able to: (1) Fail tests when an unexpected KASAN error occurs (2) Pass tests when an expected KASAN error occurs Convert KASAN tests to KUnit with the exception of copy_user_test because KUnit is unable to test t