Home | History | Annotate | Download | only in test

Lines Matching refs:expected_output_re

129   def RunAndVerify(self, flag_value, expected_output_re, other_flag):
136 expected_output_re: regular expression that matches the expected
160 if expected_output_re:
162 expected_output_re.match(output),
166 expected_output_re.pattern)))
177 expected_output_re=None,
184 expected_output_re=None,
187 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
194 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
202 expected_output_re=EXPECTED_OUTPUT_FILTER_FOO_RE,