Searched refs:KUNIT_EXPECT_PTR_EQ_MSG (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/lib/ |
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()
|
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-6.1.9/lib/kunit/ |
D | executor_test.c | 107 KUNIT_EXPECT_PTR_EQ_MSG(test, got.start, got.end, in filter_suites_to_empty_test()
|
/linux-6.1.9/include/kunit/ |
D | test.h | 754 KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) 756 #define KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, fmt, ...) \ macro
|