Searched refs:flaky_tests (Results 1 – 3 of 3) sorted by relevance
311 def _increment_statistics(self, flaky_tests, flaky_test_statistics): argument312 for test in flaky_tests:335 flaky_tests = one_time_previous_failures - failures336 if flaky_tests:337 print "Flaky tests: %s %s" % (sorted(flaky_tests),339 self._increment_statistics(flaky_tests, flaky_test_statistics)
70 flaky_tests = [result.filename for result in flaky_results]71 …_flaky_tests: patch='%s' flaky_tests='%s' archive='%s'" % (patch.id(), flaky_tests, results_archiv…
54 def report_flaky_tests(self, patch, flaky_tests, results_archive): argument