Searched refs:match_expect (Results 1 – 1 of 1) sorted by relevance
722 bool match_expect = false; in test_basic() local727 match_expect |= report_matches(&expect); in test_basic()730 KUNIT_EXPECT_TRUE(test, match_expect); in test_basic()754 bool match_expect = false; in test_concurrent_races() local759 match_expect |= report_matches(&expect); in test_concurrent_races()762 KUNIT_EXPECT_TRUE(test, match_expect); /* Sanity check matches exist. */ in test_concurrent_races()782 bool match_expect = false; in test_novalue_change() local787 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change()788 } while (!end_test_checks(match_expect)); in test_novalue_change()790 KUNIT_EXPECT_FALSE(test, match_expect); in test_novalue_change()[all …]