Home | History | Annotate | Download | only in analyzer

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"
259 FailPath = os.path.join(PlistPath, "failures");
352 # (by searching for the failures directories). If there are failures, it
355 # Check if there are failures.
356 Failures = glob.glob(SBOutputDir + "/*/failures/*.stderr.txt")
357 TotalFailed = len(Failures);
368 print " Creating the failures summary file %s" % (SummaryPath,)
372 SummaryLog.write("Total of %d failures discovered.\n" % (TotalFailed,))
380 for FailLogPathI in Failures: