Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/src/
H A Dgtest.cc201 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
3456 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
3460 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5964 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
6183 << ", but have left " << kTestTotalShards in ShouldShard()
6191 << kTestTotalShards << " = " << total_shards in ShouldShard()
6199 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
6201 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
6244 ? Int32FromEnvOrDie(kTestTotalShards, -1) in FilterTests()