Searched refs:test_count (Results 1 – 5 of 5) 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()
348 const unsigned test_count = std_channel_counts[index]; in profile_enum_channel_counts() local350 if (test_count <= FCC_LIMIT) { in profile_enum_channel_counts()351 if (test_count >= min && test_count <= max /* && in profile_enum_channel_counts()353 profile->channel_counts[num_counts++] = test_count; in profile_enum_channel_counts()356 std_channel_counts[max_allowed_index] < test_count) { in profile_enum_channel_counts()
110 uint64_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()
362 def test_count(self) -> int: member in TestSummary475 test_count = sum(len(test_proc.tests) for test_proc in test_procs)511 total_test_count = test_manager.test_summary.test_count
693 int test_count = 0; in BrilloPlatformTest() local706 ++test_count; in BrilloPlatformTest()