Lines Matching refs:expect

154 	typeof(observed.lines) expect;  in report_matches()
166 cur = expect[0]; in report_matches()
167 end = &expect[0][sizeof(expect[0]) - 1]; in report_matches()
184 cur = strchr(expect[0], '+'); in report_matches()
190 cur = expect[1]; in report_matches()
191 end = &expect[1][sizeof(expect[1]) - 1]; in report_matches()
215 cur = expect[2]; in report_matches()
216 end = &expect[2][sizeof(expect[2]) - 1]; in report_matches()
238 ret = strstr(observed.lines[0], expect[0]) && in report_matches()
240 ((strstr(observed.lines[1], expect[1]) && in report_matches()
241 strstr(observed.lines[2], expect[2])) || in report_matches()
242 (strstr(observed.lines[1], expect[2]) && in report_matches()
243 strstr(observed.lines[2], expect[1]))); in report_matches()
431 const struct expect_report expect = { in test_basic() local
448 match_expect |= report_matches(&expect); in test_basic()
462 const struct expect_report expect = { in test_concurrent_races() local
480 match_expect |= report_matches(&expect); in test_concurrent_races()
491 const struct expect_report expect = { in test_novalue_change() local
501 match_expect = report_matches(&expect); in test_novalue_change()
516 const struct expect_report expect = { in test_novalue_change_exception() local
526 match_expect = report_matches(&expect); in test_novalue_change_exception()
535 const struct expect_report expect = { in test_unknown_origin() local
545 match_expect = report_matches(&expect); in test_unknown_origin()
557 const struct expect_report expect = { in test_write_write_assume_atomic() local
568 match_expect = report_matches(&expect); in test_write_write_assume_atomic()
583 const struct expect_report expect = { in test_write_write_struct() local
593 match_expect = report_matches(&expect); in test_write_write_struct()
605 const struct expect_report expect = { in test_write_write_struct_part() local
615 match_expect = report_matches(&expect); in test_write_write_struct_part()
637 const struct expect_report expect = { in test_read_plain_atomic_write() local
650 match_expect = report_matches(&expect); in test_read_plain_atomic_write()
659 const struct expect_report expect = { in test_read_plain_atomic_rmw() local
673 match_expect = report_matches(&expect); in test_read_plain_atomic_rmw()
682 const struct expect_report expect = { in test_zero_size_access() local
699 match_expect |= report_matches(&expect); in test_zero_size_access()
722 const struct expect_report expect = { in test_assert_exclusive_writer() local
732 match_expect = report_matches(&expect); in test_assert_exclusive_writer()
740 const struct expect_report expect = { in test_assert_exclusive_access() local
750 match_expect = report_matches(&expect); in test_assert_exclusive_access()
794 const struct expect_report expect = { in test_assert_exclusive_bits_change() local
805 match_expect = report_matches(&expect); in test_assert_exclusive_bits_change()
966 const struct expect_report expect = { in test_1bit_value_change() local
978 : report_matches(&expect); in test_1bit_value_change()