Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/sntp/unity/auto/
H A Dunity_test_summary.py16 self.total_tests = 0
41 self.total_tests += tests
63 … TESTS {failures} TOTAL FAILURES {ignored} IGNORED\n".format(total_tests = self.total_tests, failu…
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Ddisplay.py4 def create_display(opts, tests, total_tests, workers): argument
9 of_total = (' of %d' % total_tests) if (num_tests != total_tests) else ''
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3930 int total_tests = 0; in PrintXmlTestsList() local
3932 total_tests += test_suite->total_test_count(); in PrintXmlTestsList()
3935 StreamableToString(total_tests)); in PrintXmlTestsList()
4320 int total_tests = 0; in PrintJsonTestList() local
4322 total_tests += test_suite->total_test_count(); in PrintJsonTestList()
4324 OutputJsonKey(stream, kTestsuites, "tests", total_tests, kIndent); in PrintJsonTestList()
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Drun_tests.sh977 total_tests=$(sed -n 's/^Ran \([0-9]*\) tests.*$/\1/p' $TMP)
984 tot_tests=$((tot_tests + $total_tests))