Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc193 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
3408 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
3412 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5829 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
6031 << ", but have left " << kTestTotalShards in ShouldShard()
6039 << kTestTotalShards << " = " << total_shards in ShouldShard()
6047 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
6049 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
6092 ? Int32FromEnvOrDie(kTestTotalShards, -1) in FilterTests()