Lines Matching refs:Failures
6 The goal is to test the analyzer against different projects, check for failures,
159 # Summary file - contains the summary of the failures. Ex: This info can be be
162 FailuresSummaryFileName = "failures.txt"
211 # Always use ccc-analyze to ensure that we can locate the failures
263 FailPath = os.path.join(PlistPath, "failures");
356 # (by searching for the failures directories). If there are failures, it
359 # Check if there are failures.
360 Failures = glob.glob(SBOutputDir + "/*/failures/*.stderr.txt")
361 TotalFailed = len(Failures);
372 print " Creating the failures summary file %s" % (SummaryPath,)
376 SummaryLog.write("Total of %d failures discovered.\n" % (TotalFailed,))
384 for FailLogPathI in Failures: