Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc183 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
3169 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
3174 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5188 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
5361 << ", but have left " << kTestTotalShards << " unset.\n"; in ShouldShard()
5368 << kTestTotalShards << " = " << total_shards in ShouldShard()
5376 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
5378 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
5421 Int32FromEnvOrDie(kTestTotalShards, -1) : -1; in FilterTests()