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,
62 # Summary file - contains the summary of the failures. Ex: This info can be be
65 FailuresSummaryFileName = "failures.txt"
177 FailPath = os.path.join(PlistPath, "failures");
270 # (by searching for the failures directories). If there are failures, it
273 # Check if there are failures.
274 Failures = glob.glob(SBOutputDir + "/*/failures/*.stderr.txt")
275 TotalFailed = len(Failures);
286 print " Creating the failures summary file %s" % (SummaryPath,)
290 SummaryLog.write("Total of %d failures discovered.\n" % (TotalFailed,))
298 for FailLogPathI in glob.glob(SBOutputDir + "/*/failures/*.stderr.txt"):