Home
last modified time | relevance | path

Searched refs:n_tests (Results 1 – 4 of 4) sorted by relevance

/external/vixl/tools/
Dthreaded_tests.py60 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 …]
Dtest_runner.py79 test.shared.n_tests,
103 for n_tests, reason in skipped:
104 if n_tests > 0:
105 self.AddKnownFailures(reason, n_tests)
Dclang_tidy.py120 test.shared.n_tests,
Dclang_format.py134 test.shared.n_tests,