Re: [PATCH 1/2] kunit: support failure from dynamic analysis tools

2020-08-31 Thread Shuah Khan
On 8/13/20 2:57 PM, Uriel Guajardo wrote: Adds an API to allow dynamic analysis tools to fail the currently running KUnit test case. - Always places the kunit test in the task_struct to allow other tools to access the currently running KUnit test. - Creates a new header file to avoid circular d

[PATCH 1/2] kunit: support failure from dynamic analysis tools

2020-08-13 Thread Uriel Guajardo
Adds an API to allow dynamic analysis tools to fail the currently running KUnit test case. - Always places the kunit test in the task_struct to allow other tools to access the currently running KUnit test. - Creates a new header file to avoid circular dependencies that could be created from the t

Re: [PATCH 1/2] kunit: support failure from dynamic analysis tools

2020-08-10 Thread Brendan Higgins
On Thu, Aug 6, 2020 at 10:43 AM Uriel Guajardo wrote: > > Adds an API to allow dynamic analysis tools to fail the currently > running KUnit test case. > > - Always places the kunit test in the task_struct to allow other tools > to access the currently running KUnit test. > > - Creates a new header

Re: [PATCH 1/2] kunit: support failure from dynamic analysis tools

2020-08-07 Thread Uriel Guajardo
On Fri, Aug 7, 2020 at 9:16 AM Alan Maguire wrote: > > On Thu, 6 Aug 2020, Uriel Guajardo wrote: > > > Adds an API to allow dynamic analysis tools to fail the currently > > running KUnit test case. > > > > - Always places the kunit test in the task_struct to allow other tools > > to access the cur

Re: [PATCH 1/2] kunit: support failure from dynamic analysis tools

2020-08-07 Thread Alan Maguire
On Thu, 6 Aug 2020, Uriel Guajardo wrote: > Adds an API to allow dynamic analysis tools to fail the currently > running KUnit test case. > > - Always places the kunit test in the task_struct to allow other tools > to access the currently running KUnit test. > > - Creates a new header file to avo

[PATCH 1/2] kunit: support failure from dynamic analysis tools

2020-08-06 Thread Uriel Guajardo
Adds an API to allow dynamic analysis tools to fail the currently running KUnit test case. - Always places the kunit test in the task_struct to allow other tools to access the currently running KUnit test. - Creates a new header file to avoid circular dependencies that could be created from the t