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

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h725 // If shard_tests == HONOR_SHARDING_PROTOCOL, further filters tests
728 int FilterTests(ReactionToSharding shard_tests);
H A Dgtest.cc4785 // If shard_tests == true, further filters tests based on sharding
4789 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { argument
4790 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ?
4792 const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ?
4828 (shard_tests == IGNORE_SHARDING_PROTOCOL ||

Completed in 23 milliseconds