Lines Matching full:failures
6 The goal is to test the analyzer against different projects, check for failures,
61 # Summary file - contains the summary of the failures. Ex: This info can be be
64 FailuresSummaryFileName = "failures.txt"
174 # (by searching for the failures directories). If there are failures, it
177 # Check if there are failures.
178 Failures = glob.glob(SBOutputDir + "/*/failures/*.stderr.txt")
179 TotalFailed = len(Failures);
190 print " Creating the failures summary file %s." % (SummaryPath,)
194 SummaryLog.write("Total of %d failures discovered.\n" % (TotalFailed,))
202 for FailLogPathI in glob.glob(SBOutputDir + "/*/failures/*.stderr.txt"):