Searched refs:KUNIT_ASSERT_EQ_MSG (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | strscpy_kunit.c | 54 KUNIT_ASSERT_EQ_MSG(test, 0, strncmp(buf, src, count - 1), in tc() 56 KUNIT_ASSERT_EQ_MSG(test, buf[count - 1], '\0', in tc() 61 KUNIT_ASSERT_EQ_MSG(test, buf[i], src[i], in tc() 65 KUNIT_ASSERT_EQ_MSG(test, buf[count - 1], '\0', in tc() 70 KUNIT_ASSERT_EQ_MSG(test, buf[index], '\0', in tc() 77 KUNIT_ASSERT_EQ_MSG(test, buf[index], POISON, in tc()
|
A D | memcpy_kunit.c | 34 KUNIT_ASSERT_EQ_MSG(test, instance.data[i], v, \ 348 KUNIT_ASSERT_EQ_MSG(test, in copy_large_test() 352 KUNIT_ASSERT_EQ_MSG(test, in copy_large_test() 357 KUNIT_ASSERT_EQ_MSG(test, in copy_large_test() 412 KUNIT_ASSERT_EQ_MSG(test, memcmp(&large_dst[d_off], large_src, bytes), 0, in inner_loop() 440 KUNIT_ASSERT_EQ_MSG(test, in inner_loop() 446 KUNIT_ASSERT_EQ_MSG(test, in inner_loop() 451 KUNIT_ASSERT_EQ_MSG(test, in inner_loop()
|
A D | stackinit_kunit.c | 168 KUNIT_ASSERT_EQ_MSG(test, sum, 0, \ 194 KUNIT_ASSERT_EQ_MSG(test, sum, 0, \
|
/linux-6.3-rc2/drivers/rtc/ |
A D | lib_test.c | 60 KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG); in rtc_time64_to_tm_test_date_range() 61 KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG); in rtc_time64_to_tm_test_date_range() 62 KUNIT_ASSERT_EQ_MSG(test, mday, result.tm_mday, FAIL_MSG); in rtc_time64_to_tm_test_date_range() 63 KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); in rtc_time64_to_tm_test_date_range()
|
/linux-6.3-rc2/kernel/time/ |
A D | time_test.c | 79 KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG); in time64_to_tm_test_date_range() 80 KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG); in time64_to_tm_test_date_range() 81 KUNIT_ASSERT_EQ_MSG(test, mdday, result.tm_mday, FAIL_MSG); in time64_to_tm_test_date_range() 82 KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); in time64_to_tm_test_date_range()
|
/linux-6.3-rc2/drivers/gpu/drm/tests/ |
A D | drm_plane_helper_test.c | 117 KUNIT_ASSERT_EQ_MSG(test, in drm_test_check_plane_state()
|
A D | drm_buddy_test.c | 670 KUNIT_ASSERT_EQ_MSG(test, drm_buddy_block_offset(block), offset, in drm_test_buddy_alloc_range()
|
/linux-6.3-rc2/include/kunit/ |
A D | test.h | 1141 KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) 1143 #define KUNIT_ASSERT_EQ_MSG(test, left, right, fmt, ...) \ macro
|
/linux-6.3-rc2/net/mctp/test/ |
A D | route-test.c | 77 KUNIT_ASSERT_EQ_MSG(test, refs, 1, "route ref imbalance"); in mctp_test_route_destroy()
|
Completed in 18 milliseconds