Lines Matching refs:expect

159 	typeof(observed.lines) expect;  in report_matches()
171 cur = expect[0]; in report_matches()
172 end = &expect[0][sizeof(expect[0]) - 1]; in report_matches()
189 cur = strchr(expect[0], '+'); in report_matches()
195 cur = expect[1]; in report_matches()
196 end = &expect[1][sizeof(expect[1]) - 1]; in report_matches()
222 cur = expect[2]; in report_matches()
223 end = &expect[2][sizeof(expect[2]) - 1]; in report_matches()
245 ret = strstr(observed.lines[0], expect[0]) && in report_matches()
247 ((strstr(observed.lines[1], expect[1]) && in report_matches()
248 strstr(observed.lines[2], expect[2])) || in report_matches()
249 (strstr(observed.lines[1], expect[2]) && in report_matches()
250 strstr(observed.lines[2], expect[1]))); in report_matches()
441 const struct expect_report expect = { in test_basic() local
458 match_expect |= report_matches(&expect); in test_basic()
472 const struct expect_report expect = { in test_concurrent_races() local
490 match_expect |= report_matches(&expect); in test_concurrent_races()
559 const struct expect_report expect = { in test_unknown_origin() local
569 match_expect = report_matches(&expect); in test_unknown_origin()
581 const struct expect_report expect = { in test_write_write_assume_atomic() local
592 match_expect = report_matches(&expect); in test_write_write_assume_atomic()
607 const struct expect_report expect = { in test_write_write_struct() local
617 match_expect = report_matches(&expect); in test_write_write_struct()
629 const struct expect_report expect = { in test_write_write_struct_part() local
639 match_expect = report_matches(&expect); in test_write_write_struct_part()
661 const struct expect_report expect = { in test_read_plain_atomic_write() local
673 match_expect = report_matches(&expect); in test_read_plain_atomic_write()
682 const struct expect_report expect = { in test_read_plain_atomic_rmw() local
695 match_expect = report_matches(&expect); in test_read_plain_atomic_rmw()
704 const struct expect_report expect = { in test_zero_size_access() local
721 match_expect |= report_matches(&expect); in test_zero_size_access()
744 const struct expect_report expect = { in test_assert_exclusive_writer() local
754 match_expect = report_matches(&expect); in test_assert_exclusive_writer()
762 const struct expect_report expect = { in test_assert_exclusive_access() local
772 match_expect = report_matches(&expect); in test_assert_exclusive_access()
816 const struct expect_report expect = { in test_assert_exclusive_bits_change() local
827 match_expect = report_matches(&expect); in test_assert_exclusive_bits_change()
988 const struct expect_report expect = { in test_1bit_value_change() local
1000 : report_matches(&expect); in test_1bit_value_change()