HomeSort by: relevance | last modified time | path
    Searched refs:total_tests (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/unity/auto/
unity_test_summary.rb 17 attr_reader :report, :total_tests, :failures, :ignored
21 @total_tests = 0
45 @total_tests += tests
71 @report += "#{@total_tests} TOTAL TESTS #{@failures} TOTAL FAILURES #{@ignored} IGNORED\n"
unity_test_summary.py 16 self.total_tests = 0
41 self.total_tests += tests
63 self.report += "{total_tests} TOTAL TESTS {failures} TOTAL FAILURES {ignored} IGNORED\n".format(total_tests = self.total_tests, failures=self.failures, ignored=self.ignored)
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
display.py 4 def create_display(opts, tests, total_tests, workers):
9 of_total = (' of %d' % total_tests) if (num_tests != total_tests) else ''
  /src/external/public-domain/xz/dist/tests/
tuktest.h 500 unsigned total_tests = 0; local
502 total_tests += tuktest_stats[i];
505 && (unsigned)(tuktest_argc - 1) > total_tests) {
518 printf("1..%u%s\n", total_tests,
519 total_tests == 0 ? " # SKIP" : "");
533 total_tests,
559 if (tuktest_stats[TUKTEST_SKIP] > 0 || total_tests == 0)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 3930 int total_tests = 0; local
3932 total_tests += test_suite->total_test_count();
3935 StreamableToString(total_tests));
4320 int total_tests = 0; local
4322 total_tests += test_suite->total_test_count();
4324 OutputJsonKey(stream, kTestsuites, "tests", total_tests, kIndent);
  /src/external/gpl2/dtc/dist/tests/
run_tests.sh 977 total_tests=$(sed -n 's/^Ran \([0-9]*\) tests.*$/\1/p' $TMP)
984 tot_tests=$((tot_tests + $total_tests))

Completed in 20 milliseconds