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

/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc1894 for (int test_id = 0; test_id < num_tests; test_id++) {
1897 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
1902 << shard_index << " are both selected to run test " << test_id; local
1912 for (int test_id = 0; test_id < num_tests; test_id++) {
1914 ShouldRunTestOnShard(num_shards, shard_index, test_id);
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h276 int total_shards, int shard_index, int test_id);
H A Dgtest.cc4778 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
4779 return (test_id % total_shards) == shard_index;

Completed in 59 milliseconds