Lines Matching refs:expect

152 	typeof(observed.lines) expect;  in report_matches()
164 cur = expect[0]; in report_matches()
165 end = &expect[0][sizeof(expect[0]) - 1]; in report_matches()
182 cur = strchr(expect[0], '+'); in report_matches()
188 cur = expect[1]; in report_matches()
189 end = &expect[1][sizeof(expect[1]) - 1]; in report_matches()
213 cur = expect[2]; in report_matches()
214 end = &expect[2][sizeof(expect[2]) - 1]; in report_matches()
236 ret = strstr(observed.lines[0], expect[0]) && in report_matches()
238 ((strstr(observed.lines[1], expect[1]) && in report_matches()
239 strstr(observed.lines[2], expect[2])) || in report_matches()
240 (strstr(observed.lines[1], expect[2]) && in report_matches()
241 strstr(observed.lines[2], expect[1]))); in report_matches()
421 const struct expect_report expect = { in test_basic() local
438 match_expect |= report_matches(&expect); in test_basic()
452 const struct expect_report expect = { in test_concurrent_races() local
470 match_expect |= report_matches(&expect); in test_concurrent_races()
481 const struct expect_report expect = { in test_novalue_change() local
491 match_expect = report_matches(&expect); in test_novalue_change()
506 const struct expect_report expect = { in test_novalue_change_exception() local
516 match_expect = report_matches(&expect); in test_novalue_change_exception()
525 const struct expect_report expect = { in test_unknown_origin() local
535 match_expect = report_matches(&expect); in test_unknown_origin()
547 const struct expect_report expect = { in test_write_write_assume_atomic() local
558 match_expect = report_matches(&expect); in test_write_write_assume_atomic()
573 const struct expect_report expect = { in test_write_write_struct() local
583 match_expect = report_matches(&expect); in test_write_write_struct()
595 const struct expect_report expect = { in test_write_write_struct_part() local
605 match_expect = report_matches(&expect); in test_write_write_struct_part()
627 const struct expect_report expect = { in test_read_plain_atomic_write() local
640 match_expect = report_matches(&expect); in test_read_plain_atomic_write()
649 const struct expect_report expect = { in test_read_plain_atomic_rmw() local
663 match_expect = report_matches(&expect); in test_read_plain_atomic_rmw()
672 const struct expect_report expect = { in test_zero_size_access() local
689 match_expect |= report_matches(&expect); in test_zero_size_access()
712 const struct expect_report expect = { in test_assert_exclusive_writer() local
722 match_expect = report_matches(&expect); in test_assert_exclusive_writer()
730 const struct expect_report expect = { in test_assert_exclusive_access() local
740 match_expect = report_matches(&expect); in test_assert_exclusive_access()
784 const struct expect_report expect = { in test_assert_exclusive_bits_change() local
795 match_expect = report_matches(&expect); in test_assert_exclusive_bits_change()