Searched refs:KUNIT_EXPECT_FALSE_MSG (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_rect_test.c | 39 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 40 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 47 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 48 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 63 KUNIT_EXPECT_FALSE_MSG(test, src.x1 != 0 || src.x2 != 1 << 16 || in drm_test_rect_clip_scaled_not_clipped() 65 KUNIT_EXPECT_FALSE_MSG(test, dst.x1 != 0 || dst.x2 != 1 || in drm_test_rect_clip_scaled_not_clipped() 77 KUNIT_EXPECT_FALSE_MSG(test, src.x1 != 0 || src.x2 != 2 << 16 || in drm_test_rect_clip_scaled_not_clipped() 79 KUNIT_EXPECT_FALSE_MSG(test, dst.x1 != 0 || dst.x2 != 1 || in drm_test_rect_clip_scaled_not_clipped() 91 KUNIT_EXPECT_FALSE_MSG(test, src.x1 != 0 || src.x2 != 1 << 16 || in drm_test_rect_clip_scaled_not_clipped() 93 KUNIT_EXPECT_FALSE_MSG(test, dst.x1 != 0 || dst.x2 != 2 || in drm_test_rect_clip_scaled_not_clipped() [all …]
|
| /linux/include/kunit/ |
| H A D | run-in-irq-context.h | 146 KUNIT_EXPECT_FALSE_MSG(test, state.task_func_reported_failure, in kunit_run_irq_test() 148 KUNIT_EXPECT_FALSE_MSG(test, state.hardirq_func_reported_failure, in kunit_run_irq_test() 150 KUNIT_EXPECT_FALSE_MSG(test, state.softirq_func_reported_failure, in kunit_run_irq_test()
|
| H A D | test.h | 1013 KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) 1015 #define KUNIT_EXPECT_FALSE_MSG(test, condition, fmt, ...) \ macro
|
| /linux/lib/tests/ |
| H A D | list-test.c | 273 KUNIT_EXPECT_FALSE_MSG(test, list_is_head(&a, &b), in list_test_list_is_head() 275 KUNIT_EXPECT_FALSE_MSG(test, list_is_head(&a, &c), in list_test_list_is_head() 573 KUNIT_EXPECT_FALSE_MSG(test, in list_test_list_entry_is_head() 576 KUNIT_EXPECT_FALSE_MSG(test, in list_test_list_entry_is_head()
|