Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 ''
/llvm-project-15.0.7/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()