Home | History | Annotate | Download | only in valgrind

Lines Matching refs:error_text

566 def TestFailPresubmit(supp_text, error_text, suppression_parser=None):
571 error_text: text of the presubmit error we expect to find.
581 assert error_text in str(e), (
583 (error_text, str(e)))
586 # error that has text matching error_text.
590 assert error_text in str(errors[0]), (
592 (error_text, str(errors[0])))