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

/openjdk10/test/fmw/gtest/src/
H A Dgtest.cc2734 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1); local
2737 static_cast<int>(shard_index) + 1,
4377 // but inconsistent (i.e., shard_index >= total_shards), prints
4389 const Int32 shard_index = Int32FromEnvOrDie(shard_index_env, -1); local
4391 if (total_shards == -1 && shard_index == -1) {
4393 } else if (total_shards == -1 && shard_index != -1) {
4396 << kTestShardIndex << " = " << shard_index
4401 } else if (total_shards != -1 && shard_index == -1) {
4409 } else if (shard_index < 0 || shard_index >
4444 ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) argument
4458 const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ? local
[all...]
H A Dgtest-internal-inl.h257 // but inconsistent (e.g., shard_index >= total_shards), prints
273 // method. Assumes that 0 <= shard_index < total_shards.
275 int total_shards, int shard_index, int test_id);

Completed in 101 milliseconds