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

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h275 GTEST_API_ bool ShouldRunTestOnShard(
H A Dgtest.cc4778 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { function
4829 ShouldRunTestOnShard(total_shards, shard_index,
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc274 using testing::internal::ShouldRunTestOnShard;
1798 // Tests that ShouldRunTestOnShard() selects all tests
1801 EXPECT_TRUE(ShouldRunTestOnShard(1, 0, 0));
1802 EXPECT_TRUE(ShouldRunTestOnShard(1, 0, 1));
1803 EXPECT_TRUE(ShouldRunTestOnShard(1, 0, 2));
1804 EXPECT_TRUE(ShouldRunTestOnShard(1, 0, 3));
1805 EXPECT_TRUE(ShouldRunTestOnShard(1, 0, 4));
1886 // Tests that ShouldRunTestOnShard is a partition when 5
1897 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
1914 ShouldRunTestOnShard(num_shard
[all...]

Completed in 42 milliseconds