Searched refs:got_expected_result (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/mpi/test/ |
D | all_reduce_test.cpp | 156 bool got_expected_result = (std::equal_range(result.begin(), result.end(), in all_reduce_array_test() local 159 BOOST_CHECK(got_expected_result); in all_reduce_array_test() 160 if (got_expected_result && comm.rank() == 0) in all_reduce_array_test()
|
/third_party/boost/libs/wave/test/testwave/ |
D | testwave_app.cpp | 191 testwave_app::got_expected_result(std::string const& filename, in got_expected_result() function in testwave_app 475 !got_expected_result(filename, error, expected_error)) in test_a_file() 497 else if (!got_expected_result(filename, result, expected)) { in test_a_file() 513 !got_expected_result(filename, hooks, expected_hooks)) in test_a_file() 555 if (!got_expected_result(filename, error, expected_error)) { in test_a_file() 1108 got_expected_result(ctx.get_current_filename(),"",full); in initialise_options() 1128 got_expected_result(ctx.get_current_filename(),"",full); in initialise_options()
|
D | testwave_app.hpp | 104 bool got_expected_result(std::string const& filename,
|