Lines Matching refs:reports
187 logging.info("Search the log for '[ERROR]' to see the error reports.")
517 print "The Valgrind reports are grouped by test names."
520 print "Hint: you can search for the reports by Ctrl+F -> `=#`"
652 "reports unless the code is annotated")
660 "this may give false positive reports on std::string "
989 # Use one analyzer for all the log files to avoid printing duplicate reports
1039 """ TsanAnalyzer that saves race reports to a file. """
1048 reports = self.GetReports(files)
1049 for report in reports:
1051 if len(reports) > 0:
1052 logging.info("RaceVerifier pass 1 of 2, found %i reports" % len(reports))
1063 Runs ThreadSanitizer as usual, but hides race reports and collects them in a
1150 # Verify race reports, if there are any.
1153 "RaceVerifier mode to confirm possible race reports.")
1158 logging.info("No reports, skipping RaceVerifier second pass")