Home
last modified time | relevance | path

Searched refs:test_errors (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/libs/multiprecision/test/
Dtest_test.cpp26 BOOST_CHECK(boost::detail::test_errors() == 1); in main()
27 --boost::detail::test_errors(); in main()
35 BOOST_CHECK(boost::detail::test_errors() == 1); in main()
36 --boost::detail::test_errors(); in main()
41 BOOST_CHECK(boost::detail::test_errors() == 1); in main()
42 --boost::detail::test_errors(); in main()
47 BOOST_CHECK(boost::detail::test_errors() == 1); in main()
48 --boost::detail::test_errors(); in main()
53 BOOST_CHECK(boost::detail::test_errors() == 1); in main()
54 --boost::detail::test_errors(); in main()
[all …]
Dtest_cpp_int_karatsuba.cpp103 if (last_error_count != (unsigned)boost::detail::test_errors()) in test()
105 last_error_count = boost::detail::test_errors(); in test()
126 if (last_error_count != (unsigned)boost::detail::test_errors()) in test()
128 last_error_count = boost::detail::test_errors(); in test()
175 if (last_error_count != (unsigned)boost::detail::test_errors()) in test()
177 last_error_count = boost::detail::test_errors(); in test()
214 if (last_error_count != (unsigned)boost::detail::test_errors()) in test()
216 last_error_count = boost::detail::test_errors(); in test()
260 if (last_error_count != (unsigned)boost::detail::test_errors()) in test()
262 last_error_count = boost::detail::test_errors(); in test()
Dtest_cpp_bin_float_io.cpp96 ++boost::detail::test_errors(); in test()
128 ++boost::detail::test_errors(); in test()
215 if (error_count != boost::detail::test_errors()) in do_round_trip()
217 error_count = boost::detail::test_errors(); in do_round_trip()
247 if (boost::detail::test_errors() > 200) in test_round_trip()
Dtest_float_serial.hpp138 ++boost::detail::test_errors(); in test()
148 ++boost::detail::test_errors(); in test()
Dtest_rat_float_interconv.cpp163 if (boost::detail::test_errors() > 100) in test_round_trip()
235 if (boost::detail::test_errors() > 100) in test_random_rationals()
Dtest_fixed_int.cpp126 if (last_error_count != boost::detail::test_errors()) in main()
128 last_error_count = boost::detail::test_errors(); in main()
Dtest_float_io.cpp147 ++boost::detail::test_errors(); in test()
180 ++boost::detail::test_errors(); in test()
Dtest.hpp138 ++boost::detail::test_errors(); in report_severity()
141 ++boost::detail::test_errors(); in report_severity()
/third_party/boost/libs/asio/test/
Dunit_test.hpp54 inline atomic_count& test_errors() in test_errors() function
63 boost::asio::detail::test_errors(); in begin_test_suite()
71 long errors = boost::asio::detail::test_errors(); in end_test_suite()
86 long errors_before = boost::asio::detail::test_errors(); in run_test()
88 if (test_errors() == errors_before) in run_test()
120 ++boost::asio::detail::test_errors(); \
128 ++boost::asio::detail::test_errors(); \
143 ++boost::asio::detail::test_errors(); \
/third_party/boost/libs/qvm/test/
Dtest_qvm.hpp66 ++::boost::detail::test_errors(); in test_eq_impl()
82 ++::boost::detail::test_errors(); in test_eq_impl()
98 ++::boost::detail::test_errors(); in test_eq_impl()
120 ++::boost::detail::test_errors(); in test_eq_q_impl()
135 ++::boost::detail::test_errors(); in test_neq_impl()
151 ++::boost::detail::test_errors(); in test_neq_impl()
165 ++::boost::detail::test_errors(); in test_neq_impl()
185 ++::boost::detail::test_errors(); in test_neq_q_impl()
198 ++::boost::detail::test_errors(); in test_close_impl()
214 ++::boost::detail::test_errors(); in test_close_impl()
[all …]
/third_party/boost/libs/unordered/test/helpers/
Dtest.hpp82 int error_count = boost::detail::test_errors(); in run_tests()
89 if (quiet && error_count != boost::detail::test_errors()) { in run_tests()
103 return boost::detail::test_errors() + 1; in start_sub_test()
108 if (is_quiet && value != boost::detail::test_errors() + 1) { in end_sub_test()
Dexception_test.hpp240 int error_count = boost::detail::test_errors(); in exception_safety()
251 if (error_count != boost::detail::test_errors()) { in exception_safety()
261 if (error_count != boost::detail::test_errors()) { in exception_safety()
294 error_count = boost::detail::test_errors(); in start_iteration()
308 if (error_count != boost::detail::test_errors()) { in test_exception_caught()
/third_party/boost/libs/integer/test/
Dinteger_test.cpp153 if(boost::detail::test_errors() != last_error_count) in do_test_bits()
155 last_error_count = boost::detail::test_errors(); in do_test_bits()
179 if(boost::detail::test_errors() != last_error_count) in test_min_max_type()
181 last_error_count = boost::detail::test_errors(); in test_min_max_type()
/third_party/python/Lib/test/
Dtest_winsound.py41 def test_errors(self): member in BeepTest
89 def test_errors(self): member in PlaySoundTest
Dtest_grp.py50 def test_errors(self): member in GroupDatabaseTestCase
Dtest_pwd.py56 def test_errors(self): member in PwdTest
Dtest_ucn.py199 def test_errors(self): member in UnicodeNamesTest
Dtest_codecs.py523 def test_errors(self): member in UTF32Test
578 def test_errors(self): member in UTF32LETest
624 def test_errors(self): member in UTF32BETest
697 def test_errors(self): member in UTF16Test
745 def test_errors(self): member in UTF16LETest
789 def test_errors(self): member in UTF16BETest
972 def test_errors(self): member in UTF7Test
1040 def test_errors(self): member in UTF16ExTest
1197 def test_errors(self): member in EscapeDecodeTest
1600 def test_errors(self): member in IDNACodecTest
/third_party/PyYAML/tests/lib/
Dtest_yaml.py8 from test_errors import *
Dtest_yaml_ext.py286 import test_tokens, test_structure, test_errors, test_resolver, test_constructor, \
288 wrap_ext([test_tokens, test_structure, test_errors, test_resolver, test_constructor,
/third_party/boost/libs/uuid/test/
Ddigestutils.hpp63 ++boost::detail::test_errors(); in test_digest_equal_array()
Dtest_uuid_no_simd.cpp37 ++boost::detail::test_errors(); in test_uuid_equal_array()
/third_party/boost/libs/regex/test/
Dtest_macros.hpp49 ++boost::detail::test_errors(); in report_severity()
52 ++boost::detail::test_errors(); in report_severity()
/third_party/boost/libs/utility/test/
Dvalue_init_test.cpp248 const int errors_before_test = boost::detail::test_errors(); in test()
290 return boost::detail::test_errors() == errors_before_test ; in test()
/third_party/python/Lib/ctypes/test/
Dtest_functions.py202 def test_errors(self): member in FunctionTestCase
299 def test_errors(self): member in FunctionTestCase

12