Searched refs:n_tests (Results 1 – 4 of 4) sorted by relevance
/external/vixl/tools/ |
D | threaded_tests.py | 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)) [all …]
|
D | test_runner.py | 79 test.shared.n_tests, 103 for n_tests, reason in skipped: 104 if n_tests > 0: 105 self.AddKnownFailures(reason, n_tests)
|
D | clang_tidy.py | 120 test.shared.n_tests,
|
D | clang_format.py | 134 test.shared.n_tests,
|