Home | History | Annotate | Download | only in valgrind

Lines Matching defs:Report

125           result.append("The report came from the `%s` test.\n" % \
145 '''Parses a report file and returns a list of ThreadSanitizer reports.
149 filename: report filename.
212 # Make each line of each report a string.
216 def Report(self, files, testcase, check_sanity=False):
217 '''Reads in a set of files and prints ThreadSanitizer report.
237 logging.info("FAIL! Found %i report(s)" % len(reports))
238 for report in reports:
239 logging.info('\n' + report)
243 # Report tool's insanity even if there were errors.
267 return analyzer.Report(filenames, None)