Searched refs:test_count (Results 1 – 4 of 4) sorted by relevance
26 int test_count = 0; in RunAllTests() local34 ++test_count; in RunAllTests()39 fprintf(stderr, "Ran %d tests, %d failures.\n", test_count, test_failures); in RunAllTests()
204 test_count = len(self.io_capabilities) * len(self.auth_reqs) * len(self.oob_present) * len(206 logging.info("Loading %d test combinations" % test_count)217 logging.info("Running test %d of %d" % (i, test_count))
110 size_t test_count = 0; in EnumerateTests() local112 test_count = options_.shard_index() + 1; in EnumerateTests()150 if (!sharded || --test_count == 0) { in EnumerateTests()160 test_count = total_shards; in EnumerateTests()
232 int test_count = 0; in BrilloPlatformTest() local245 ++test_count; in BrilloPlatformTest()