mbox series

[v2,0/3] kunit: Improve format of some assertion messages

Message ID 20240822125459.2075-1-michal.wajdeczko@intel.com
Headers show
Series kunit: Improve format of some assertion messages | expand

Message

Michal Wajdeczko Aug. 22, 2024, 12:54 p.m. UTC
v1: https://patchwork.kernel.org/project/linux-kselftest/list/?series=881867
v2: keep numerical values (David)

Cc: David Gow <davidgow@google.com>
Cc: Rae Moar <rmoar@google.com>

Michal Wajdeczko (3):
  kunit: Improve format of the NOT_ERR_OR_NULL assertion
  kunit: Improve format of the PTR_EQ|NE|NULL assertion
  kunit: Improve format of the KUNIT_EXPECT_EQ assertion

 lib/kunit/assert.c | 71 +++++++++++++++++++++++++++++++++++++---------
 1 file changed, 57 insertions(+), 14 deletions(-)