Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_EQ_MSG (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/lib/
A Dstrscpy_kunit.c54 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 Dmemcpy_kunit.c34 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 Dstackinit_kunit.c168 KUNIT_ASSERT_EQ_MSG(test, sum, 0, \
194 KUNIT_ASSERT_EQ_MSG(test, sum, 0, \
/linux-6.3-rc2/drivers/rtc/
A Dlib_test.c60 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 Dtime_test.c79 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 Ddrm_plane_helper_test.c117 KUNIT_ASSERT_EQ_MSG(test, in drm_test_check_plane_state()
A Ddrm_buddy_test.c670 KUNIT_ASSERT_EQ_MSG(test, drm_buddy_block_offset(block), offset, in drm_test_buddy_alloc_range()
/linux-6.3-rc2/include/kunit/
A Dtest.h1141 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 Droute-test.c77 KUNIT_ASSERT_EQ_MSG(test, refs, 1, "route ref imbalance"); in mctp_test_route_destroy()

Completed in 18 milliseconds