Home
last modified time | relevance | path

Searched refs:is_selected (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc6829 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests() local
6832 num_selected_tests += is_selected; in FilterTests()
6834 test_info->should_run_ = is_selected; in FilterTests()
6835 test_case->set_should_run(test_case->should_run() || is_selected); in FilterTests()