Lines Matching refs:expect
167 EXPECTATION_UNINIT_VALUE(expect); in test_uninit_kmalloc()
173 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmalloc()
181 EXPECTATION_NO_REPORT(expect); in test_init_kmalloc()
188 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmalloc()
194 EXPECTATION_NO_REPORT(expect); in test_init_kzalloc()
200 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kzalloc()
206 EXPECTATION_UNINIT_VALUE(expect); in test_uninit_stack_var()
211 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_stack_var()
217 EXPECTATION_NO_REPORT(expect); in test_init_stack_var()
222 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_stack_var()
253 EXPECTATION_UNINIT_VALUE_FN(expect, "test_params"); in test_params()
255 EXPECTATION_UNINIT_VALUE_FN(expect, "two_param_fn"); in test_params()
262 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_params()
276 EXPECTATION_UNINIT_VALUE(expect); in test_uninit_multiple_params()
282 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_multiple_params()
300 EXPECTATION_UNINIT_VALUE_FN(expect, "test_uninit_kmsan_check_memory"); in test_uninit_kmsan_check_memory()
309 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmsan_check_memory()
318 EXPECTATION_NO_REPORT(expect); in test_init_kmsan_vmap_vunmap()
340 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmsan_vmap_vunmap()
349 EXPECTATION_NO_REPORT(expect); in test_init_vmalloc()
361 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_vmalloc()
367 EXPECTATION_USE_AFTER_FREE(expect); in test_uaf()
378 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uaf()
387 EXPECTATION_UNINIT_VALUE(expect); in test_percpu_propagate()
396 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_percpu_propagate()
410 EXPECTATION_UNINIT_VALUE_FN(expect, "test_printk"); in test_printk()
412 EXPECTATION_UNINIT_VALUE_FN(expect, "number"); in test_printk()
418 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_printk()
431 EXPECTATION_NO_REPORT(expect); in test_init_memcpy()
441 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_memcpy()
450 EXPECTATION_UNINIT_VALUE_FN(expect, "test_memcpy_aligned_to_aligned"); in test_memcpy_aligned_to_aligned()
459 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcpy_aligned_to_aligned()
472 EXPECTATION_UNINIT_VALUE_FN(expect, "test_memcpy_aligned_to_unaligned"); in test_memcpy_aligned_to_unaligned()
483 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcpy_aligned_to_unaligned()
486 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcpy_aligned_to_unaligned()
513 EXPECTATION_UNINIT_VALUE_FN(expect, "test_memcpy_initialized_gap"); in test_memcpy_initialized_gap()
532 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcpy_initialized_gap()
535 KUNIT_EXPECT_FALSE(test, report_matches(&expect)); in test_memcpy_initialized_gap()
538 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcpy_initialized_gap()
545 EXPECTATION_NO_REPORT(expect); \
552 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); \
569 EXPECTATION_UNINIT_VALUE_FN(expect, "test_long_origin_chain"); in test_long_origin_chain()
584 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_long_origin_chain()
600 EXPECTATION_NO_REPORT(expect); in test_stackdepot_roundtrip()
614 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_stackdepot_roundtrip()
623 EXPECTATION_UNINIT_VALUE_FN(expect, "test_unpoison_memory"); in test_unpoison_memory()
633 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_unpoison_memory()
640 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_unpoison_memory()