Home | History | Annotate | Download | only in src

Lines Matching defs:kTestTotalShards

173 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS";
3020 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
3025 internal::posix::GetEnv(kTestTotalShards));
4528 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4673 << ", but have left " << kTestTotalShards << " unset.\n";
4680 << kTestTotalShards << " = " << total_shards
4688 << kTestShardIndex << " < " << kTestTotalShards
4690 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4733 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;