Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_lru_cache.cpp94 bool is_correct = preset_object.is_evicted(1) && !preset_object.is_evicted(0); variable
95 REQUIRE_MESSAGE(is_correct, "cache should evict items in lru order");
108 bool is_correct = preset_object.is_evicted(1) && !preset_object.is_evicted(0); variable
109 REQUIRE_MESSAGE(is_correct, "cache should not evict items in use");
125 bool is_correct = preset_object.is_evicted(1) && !preset_object.is_evicted(0); variable
126 REQUIRE_MESSAGE(is_correct, "cache should not evict items in use");
H A Dtest_join_node.h1062 bool is_correct = !is_serial||std::get<ELEM-1>(v)==(IT)(i*(ELEM+1));
1063 CHECK_MESSAGE(is_correct, "");
1124 bool is_correct = !is_serial||std::get<0>(v)==(IT)(i*(2));
1125 CHECK_MESSAGE(is_correct, "");