Searched refs:KUNIT_EXPECT_TRUE_MSG (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/tests/ |
| A D | drm_rect_test.c | 67 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 68 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 81 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 82 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 95 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 115 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped() 129 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped() 143 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped() 157 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped() 171 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped() [all …]
|
| A D | drm_plane_helper_test.c | 96 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_equals(&plane_state->src, &expected), in check_src_eq() 107 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_equals(&plane_state->dst, &expected), in check_crtc_eq()
|
| /linux/lib/ |
| A D | cpumask_kunit.c | 64 KUNIT_EXPECT_TRUE_MSG(test, cpumask_empty(&mask_empty), MASK_MSG(&mask_empty)); in test_cpumask_weight() 65 KUNIT_EXPECT_TRUE_MSG(test, cpumask_full(&mask_all), MASK_MSG(&mask_all)); in test_cpumask_weight()
|
| A D | overflow_kunit.c | 274 KUNIT_EXPECT_TRUE_MSG(test, _r == r, \ 311 KUNIT_EXPECT_TRUE_MSG(test, _r == _a_sym, \ 314 KUNIT_EXPECT_TRUE_MSG(test, _a == _a_sym, \
|
| A D | fortify_kunit.c | 142 KUNIT_EXPECT_TRUE_MSG(test, p != NULL, #alloc " failed?!\n"); \ 152 KUNIT_EXPECT_TRUE_MSG(test, p != NULL, #alloc " failed?!\n"); \
|
| A D | list-test.c | 271 KUNIT_EXPECT_TRUE_MSG(test, list_is_head(&a, &a), in list_test_list_is_head() 566 KUNIT_EXPECT_TRUE_MSG(test, in list_test_list_entry_is_head()
|
| /linux/drivers/gpu/drm/xe/tests/ |
| A D | xe_mocs.c | 87 KUNIT_EXPECT_TRUE_MSG(test, info->unused_entries_index, in read_mocs_table()
|
| /linux/include/kunit/ |
| A D | test.h | 926 KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) 928 #define KUNIT_EXPECT_TRUE_MSG(test, condition, fmt, ...) \ macro
|
Completed in 25 milliseconds