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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc176 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:testing
3070 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
3075 internal::posix::GetEnv(kTestTotalShards));
4586 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4731 << ", but have left " << kTestTotalShards << " unset.\n";
4738 << kTestTotalShards << " = " << total_shards
4746 << kTestShardIndex << " < " << kTestTotalShards
4748 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4791 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;

Completed in 23 milliseconds