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

2024-05-09 Thread kernel test robot
kernel/git/shuah/linux-kselftest.git kunit patch link: https://lore.kernel.org/r/20240508132557.599213-1-ivan.orlov0322%40gmail.com patch subject: [PATCH v2] kunit: Cover 'assert.c' with tests config: i386-randconfig-004-20240509 (https://download.01.org/0day-ci/archive/20240509/2

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

2024-05-08 Thread kernel test robot
/git/shuah/linux-kselftest.git kunit patch link: https://lore.kernel.org/r/20240508132557.599213-1-ivan.orlov0322%40gmail.com patch subject: [PATCH v2] kunit: Cover 'assert.c' with tests config: i386-buildonly-randconfig-003-20240509 (https://download.01.org/0day-ci/archive/20240509/2

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

2024-05-08 Thread kernel test robot
kernel/git/shuah/linux-kselftest.git kunit patch link: https://lore.kernel.org/r/20240508132557.599213-1-ivan.orlov0322%40gmail.com patch subject: [PATCH v2] kunit: Cover 'assert.c' with tests config: i386-randconfig-001-20240509 (https://download.01.org/0day-ci/archive/20240509/2

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

2024-05-08 Thread kernel test robot
.git kunit patch link: https://lore.kernel.org/r/20240508132557.599213-1-ivan.orlov0322%40gmail.com patch subject: [PATCH v2] kunit: Cover 'assert.c' with tests config: x86_64-randconfig-121-20240509 (https://download.01.org/0day-ci/archive/20240509/202405091128.rh6is2he-...@intel.

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

2024-05-08 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