Home
last modified time | relevance | path

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

/third_party/boost/libs/multi_index/test/
Dtest_list_ops.cpp27 #undef CHECK_EQUAL
28 #define CHECK_EQUAL(p,check_seq) \ macro
93 CHECK_EQUAL(si,(3)(4)(0)(8)(2)(5)(6)(1)); in test_list_ops_unique_seq()
96 CHECK_EQUAL(si,(3)(4)(0)(2)(5)(6)(1)); in test_list_ops_unique_seq()
100 CHECK_EQUAL(si,(3)(5)(1)); in test_list_ops_unique_seq()
103 CHECK_EQUAL(si,(3)(5)(1)(4)(0)(8)(2)(6)); in test_list_ops_unique_seq()
104 CHECK_EQUAL(si2,(3)(5)(1)); in test_list_ops_unique_seq()
107 CHECK_EQUAL(si,(3)(5)(1)(8)(4)(0)(2)(6)); in test_list_ops_unique_seq()
112 CHECK_EQUAL(si,(5)(1)(8)(4)(0)(2)(6)(3)); in test_list_ops_unique_seq()
116 CHECK_EQUAL(si,(5)(1)(8)(4)(6)(3)); in test_list_ops_unique_seq()
[all …]
Dtest_rearrange.cpp28 #undef CHECK_EQUAL
29 #define CHECK_EQUAL(p,check_seq) \ macro
68 CHECK_EQUAL(sc,(3)(0)(1)(2)(4)(5)); in local_test_rearrange()
72 CHECK_EQUAL(sc,(3)(0)(1)(2)(4)(5)); in local_test_rearrange()
76 CHECK_EQUAL(sc,(3)(0)(1)(2)(4)(5)); in local_test_rearrange()
79 CHECK_EQUAL(sc,(3)(0)(1)(2)(4)(5)); in local_test_rearrange()
86 CHECK_EQUAL(sc,(3)(2)(4)(5)(0)(1)); in local_test_rearrange()
90 CHECK_EQUAL(sc,(3)(0)(2)(4)(5)(1)); in local_test_rearrange()
/third_party/boost/libs/serialization/test/
Dtest_z.cpp733 #define CHECK_EQUAL(X,Y) assert(X==Y) macro
734 #define REQUIRE_EQUAL(X,Y) CHECK_EQUAL(X,Y)
748 CHECK_EQUAL( ms[0].t_pointer, ms[1].t_pointer ); in main()
749 CHECK_EQUAL( ms[0].t_pointer->x, "tracked" ); in main()
765 CHECK_EQUAL( ms[0].t_pointer, ms[1].t_pointer ); in main()
766 CHECK_EQUAL( ms[0].t_pointer->x, "tracked" ); in main()
/third_party/boost/libs/program_options/test/
Dexception_txt_test.cpp26 #define CHECK_EQUAL(description, a, b) if (a != b) {std::cerr << "\n\nError:\n<<" << \ macro
68 CHECK_EQUAL(test_description, e.what(), exception_msg); in test_each_exception_message()
478 CHECK_EQUAL(test_name, e.what(), exception_txt); in test_exception()
607 CHECK_EQUAL(test_name, e.what(), invalid_diagnostics[ii]); in test_invalid_command_line_style_exception_msg()
/third_party/boost/boost/test/tools/detail/
Dfwd.hpp56 CHECK_EQUAL, enumerator
/third_party/boost/boost/test/tools/old/
Dinterface.hpp153 ::boost::test_tools::tt_detail::equal_impl_frwd(), "", WARN, CHECK_EQUAL, (L)(R) )
155 ::boost::test_tools::tt_detail::equal_impl_frwd(), "", CHECK, CHECK_EQUAL, (L)(R) )
157 ::boost::test_tools::tt_detail::equal_impl_frwd(), "", REQUIRE, CHECK_EQUAL, (L)(R) )
/third_party/boost/boost/test/impl/
Dtest_tools.ipp186 case CHECK_EQUAL:
197 os << prefix << arg1_descr << check_str[ct-CHECK_EQUAL] << arg2_descr << suffix;
200 os << " [" << *arg1_val << rever_str[ct-CHECK_EQUAL] << *arg2_val << "]" ;