Re: [PATCH v3] kunit: Cover 'assert.c' with tests

2024-05-14 Thread Ivan Orlov
On 5/14/24 20:55, 'Rae Moar' via KUnit Development wrote: Thank you once again, -- Kind regards, Ivan Orlov Hello! This sounds like a great approach! Happy to review the new patch series when it comes in. Thanks, Rae Awesome, thank you! -- Kind regards, Ivan Orlov

Re: [PATCH v3] kunit: Cover 'assert.c' with tests

2024-05-14 Thread Rae Moar
On Tue, May 14, 2024 at 10:31 AM Ivan Orlov wrote: > > On 5/14/24 01:17, Rae Moar wrote: > > On Thu, May 9, 2024 at 5:05 AM Ivan Orlov wrote: > >> > >> There are multiple assertion formatting functions in the `assert.c` > >> file, which are not covered with tests yet. Implement the KUnit test > >

Re: [PATCH v3] kunit: Cover 'assert.c' with tests

2024-05-14 Thread Ivan Orlov
On 5/14/24 01:17, Rae Moar wrote: On Thu, May 9, 2024 at 5:05 AM Ivan Orlov wrote: There are multiple assertion formatting functions in the `assert.c` file, which are not covered with tests yet. Implement the KUnit test for these functions. The test consists of 11 test cases for the following

Re: [PATCH v3] kunit: Cover 'assert.c' with tests

2024-05-13 Thread Rae Moar
On Thu, May 9, 2024 at 5:05 AM Ivan Orlov wrote: > > There are multiple assertion formatting functions in the `assert.c` > file, which are not covered with tests yet. Implement the KUnit test > for these functions. > > The test consists of 11 test cases for the following functions: > > 1) 'is_lite

[PATCH v3] kunit: Cover 'assert.c' with tests

2024-05-09 Thread Ivan Orlov
There are multiple assertion formatting functions in the `assert.c` file, which are not covered with tests yet. Implement the KUnit test for these functions. The test consists of 11 test cases for the following functions: 1) 'is_literal' 2) 'is_str_literal' 3) 'kunit_assert_prologue', test case f