Searched refs:KUNIT_EXPECT_PTR_EQ_MSG (Results 1 – 3 of 3) sorted by relevance
/linux/lib/ |
A D | test_list_sort.c | 36 KUNIT_EXPECT_PTR_EQ_MSG(test, elts[ela->serial], ela, "phantom element"); in check() 37 KUNIT_EXPECT_PTR_EQ_MSG(test, elts[elb->serial], elb, "phantom element"); in check() 104 KUNIT_EXPECT_PTR_EQ_MSG(test, head.prev, cur, "list is corrupted"); in list_sort_test()
|
A D | cmdline_kunit.c | 51 KUNIT_EXPECT_PTR_EQ_MSG(test, out, in + offset, fmt, in); in cmdline_do_one_test() 127 KUNIT_EXPECT_PTR_EQ_MSG(test, p, NULL, "in test %u at %u out of bound", n, p - r); in cmdline_do_one_range_test()
|
/linux/include/kunit/ |
A D | test.h | 1389 #define KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, fmt, ...) \ macro
|
Completed in 18 milliseconds