Home
last modified time | relevance | path

Searched refs:test_count (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/test/
H A Dtest-lib.sh78 test_count=0
86 test_count=$(expr "$test_count" + 1)
87 say " ok $test_count: $@"
91 test_count=$(expr "$test_count" + 1)
93 say "FAIL $test_count: $1"
111 this_test="$this_test.$(expr "$test_count" + 1)"
123 test_count=$(expr "$test_count" + 1)
124 say "skip $test_count: $1"
195 say "passed all $test_count test(s)"
199 say "failed $test_failure among $test_count test(s)"
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D20-test_mac.t120 my $test_count = 0;
123 $test_count++;
127 $test_count++;
132 $test_count++;
139 my $tmpfile = "input-$test_count.bin";
190 my $tmpfile = "input-$test_count.bin";
191 my $outfile = "output-$test_count.bin";
/netbsd-src/external/mit/libuv/dist/test/
H A Drunner.c127 void log_tap_result(int test_count, in log_tap_result() argument
159 fprintf(stdout, "%s %d - %s%s%s\n", result, test_count, test, directive, reason); in log_tap_result()
166 int test_count) { in run_test() argument
305 log_tap_result(test_count, test, status, &processes[i]); in run_test()
H A Drunner.h112 int test_count);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dmain.py150 test_count = sum(1 for _ in test_iter)
151 print(' %s - %d tests' % (suite.name, test_count))
/netbsd-src/external/bsd/ntp/dist/libjsmn/
H A Djsmn_test.c458 int test_count() { in test_count() function
604 test(test_count, "test tokens count estimation"); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2865 static std::string FormatTestCount(int test_count) { in FormatTestCount() argument
2866 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.texi4547 program test_count
4567 end program test_count
H A Dgfortran.info10844 program test_count
10864 end program test_count
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.texi4543 program test_count
4563 end program test_count
H A Dgfortran.info10519 program test_count
10539 end program test_count