Searched refs:num_ok (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/tests/ |
D | test_post | 4 num_ok=`ls *.ok 2>/dev/null | wc -l` 7 echo "$num_ok tests succeeded $num_failed tests failed"
|
/external/grpc-grpc/test/cpp/end2end/ |
D | grpclb_end2end_test.cc | 440 void SendRpcAndCount(int* num_total, int* num_ok, int* num_failure, in SendRpcAndCount() argument 444 ++*num_ok; in SendRpcAndCount() 457 int num_ok = 0; in WaitForAllBackends() local 462 SendRpcAndCount(&num_total, &num_ok, &num_failure, &num_drops); in WaitForAllBackends() 465 SendRpcAndCount(&num_total, &num_ok, &num_failure, &num_drops); in WaitForAllBackends() 471 num_total, num_requests_multiple_of, num_ok, num_failure, in WaitForAllBackends() 473 return std::make_tuple(num_ok, num_failure, num_drops); in WaitForAllBackends() 1412 int num_ok = 0; in TEST_F() local 1415 std::tie(num_ok, num_failure, num_drops) = WaitForAllBackends(); in TEST_F() 1430 EXPECT_EQ(kNumRpcsPerAddress * num_backends_ + num_ok, in TEST_F() [all …]
|
/external/e2fsprogs/lib/blkid/ |
D | test_probe.in | 57 num_ok=`ls tests/*.ok 2>/dev/null | wc -l` 60 echo "$num_ok tests succeeded $num_failed tests failed"
|
/external/cn-cbor/test/ |
D | ctest.h | 364 static int num_ok = 0; in ctest_main() local 438 num_ok++; in ctest_main() 452 …TS: %d tests (%d ok, %d failed, %d skipped) ran in %"PRIu64" ms", total, num_ok, num_fail, num_ski… in ctest_main()
|