Searched refs:KUNIT_ASSERT_LE_MSG (Results 1 – 4 of 4) sorted by relevance
/linux/lib/tests/ ! |
H A D | test_list_sort.c | 92 KUNIT_ASSERT_LE_MSG(test, cmp_result, 0, "list is not sorted"); in list_sort_test() 97 KUNIT_ASSERT_LE_MSG(test, el->serial, el1->serial, in list_sort_test()
|
H A D | hashtable_test.c | 222 KUNIT_ASSERT_LE_MSG(test, y->key, 1, "Unexpected key in hashtable."); in hashtable_test_hash_for_each_possible() 280 KUNIT_ASSERT_LE_MSG(test, y->key, 1, "Unexpected key in hashtable."); in hashtable_test_hash_for_each_possible_safe()
|
H A D | string_kunit.c | 363 KUNIT_ASSERT_LE_MSG(test, count, max_count, in strscpy_check()
|
/linux/include/kunit/ ! |
H A D | test.h | 1460 KUNIT_ASSERT_LE_MSG(test, left, right, NULL) 1462 #define KUNIT_ASSERT_LE_MSG(test, left, right, fmt, ...) \ macro
|