Home | History | Annotate | Download | only in valgrind

Lines Matching refs:errors

8 ''' Given a valgrind XML file, parses errors and uniques them.'''
130 # Valgrind errors contain one <what><stack> pair, plus an optional
379 ''' Given a set of Valgrind XML files, parse all the errors out of them,
416 # Contains the set of unique errors
431 # Beyond the detailed errors parsed by ValgrindError above,
553 # We haven't seen such errors doing this report yet...
586 logging.error("FAIL! There were %s errors: " % len(cur_report_errors))
596 # Report tool's insanity even if there were errors.
606 logging.info("The following test errors were not handled: ")
614 logging.info("PASS! No errors found!")