Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_LE_MSG (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/
H A Dtest_list_sort.c92 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 Dhashtable_test.c222 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 Dstrscpy_kunit.c44 KUNIT_ASSERT_LE_MSG(test, count, max_count, in tc()
/openbmc/linux/include/kunit/
H A Dtest.h1344 KUNIT_ASSERT_LE_MSG(test, left, right, NULL)
1346 #define KUNIT_ASSERT_LE_MSG(test, left, right, fmt, ...) \ macro