Lines Matching refs:n_tests
60 def AddKnownFailures(self, reason, n_tests): argument
61 self.n_known_failures += n_tests
62 self.known_failures[reason] += n_tests
72 self.n_tests = len(self.queue)
73 if self.n_tests == 0:
87 self.n_tests,
95 for reason, n_tests in self.tests_skipped.items():
100 "available '%s'" % (n_tests, m.group(1)))
102 n_tests_features += n_tests
105 printer.Print("%d tests skipped because '%s'" % (n_tests, reason))
113 for reason, n_tests in self.known_failures.items():
114 printer.Print("%d tests skipped because '%s'" % (n_tests, reason))