Home
last modified time | relevance | path

Searched refs:setup_error (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/libs/test/test/test-organization-ts/
Dtest_unit-report-clashing-names.cpp34 boost::unit_test::framework::setup_error ); in BOOST_AUTO_TEST_CASE()
49 boost::unit_test::framework::setup_error ); in BOOST_AUTO_TEST_CASE()
76 boost::unit_test::framework::setup_error ); in BOOST_AUTO_TEST_CASE()
96 boost::unit_test::framework::setup_error ); in BOOST_AUTO_TEST_CASE()
Dtest_unit-order-test.cpp151 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE()
164 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE()
320 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE()
332 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE()
344 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE()
355 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE()
366 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE()
378 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE()
/third_party/boost/libs/log/src/
Dexceptions.cpp562 setup_error::setup_error() : in setup_error() function in boost::setup_error
567 setup_error::setup_error(std::string const& descr) : in setup_error() function in boost::setup_error
572 setup_error::~setup_error() throw() in ~setup_error()
576 void setup_error::throw_(const char* file, std::size_t line) in throw_()
578 boost::throw_exception(boost::enable_error_info(setup_error()) in throw_()
584 void setup_error::throw_(const char* file, std::size_t line, const char* descr) in throw_()
586 boost::throw_exception(boost::enable_error_info(setup_error(descr)) in throw_()
592 void setup_error::throw_(const char* file, std::size_t line, std::string const& descr) in throw_()
594 boost::throw_exception(boost::enable_error_info(setup_error(descr)) in throw_()
Dsyslog_backend.cpp521 BOOST_LOG_THROW_DESCR(setup_error, "Incorrect IP version specified"); in construct()
569 … BOOST_LOG_THROW_DESCR(setup_error, "Incorrect IP version specified in the local address"); in set_local_address()
615 … BOOST_LOG_THROW_DESCR(setup_error, "Incorrect IP version specified in the target address"); in set_target_address()
/third_party/boost/boost/test/
Dframework.hpp285 struct BOOST_TEST_DECL setup_error : public std::runtime_error { struct
286 setup_error( const_string m ) : std::runtime_error( std::string( m.begin(), m.size() ) ) {} in setup_error() function
289 …TEST_SETUP_ASSERT( cond, msg ) BOOST_TEST_I_ASSRT( cond, unit_test::framework::setup_error( msg ) )
/third_party/boost/boost/log/
Dexceptions.hpp399 class BOOST_LOG_API setup_error : class
406 setup_error();
410 explicit setup_error(std::string const& descr);
414 ~setup_error() throw() BOOST_OVERRIDE;
/third_party/boost/libs/log/doc/tmp/
Dtop_level_reference.qbk42 [template class_log_setup_error[][classref boost::log::setup_error setup_error]]
/third_party/boost/libs/log/src/posix/
Dipc_reliable_message_queue.cpp271 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: shared … in implementation()
454 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: shared … in adopt_region()
494 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: shared … in adopt_region()
501 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: the que… in adopt_region()
504 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: the que… in adopt_region()
/third_party/boost/libs/test/doc/examples/
Druntime-configuration_3.run-fail.cpp27 throw framework::setup_error("Argument '" + str + "' not integer"); in read_integer()
Druntime-configuration_3.output26 Test setup error: boost::unit_test::framework::setup_error: Argument 'dummy' not integer
/third_party/boost/libs/log/src/windows/
Dipc_reliable_message_queue.cpp461 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: shared … in adopt_queue()
487 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: shared … in adopt_queue()
492 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: the que… in adopt_queue()
495 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: the que… in adopt_queue()
/third_party/boost/libs/process/test/
Derror.cpp42 BOOST_AUTO_TEST_CASE(setup_error) in BOOST_AUTO_TEST_CASE() argument
/third_party/boost/libs/test/test/framework-ts/
Dmessage-in-datatestcase-test.cpp66 catch (framework::setup_error&) { in check_pattern_loggers()
Dtest-macro-global-fixture.cpp106 catch (framework::setup_error&) { in check_global_fixture()
/third_party/pulseaudio/src/modules/raop/
Draop-client.c1043 goto setup_error; in rtsp_stream_cb()
1048 goto setup_error; in rtsp_stream_cb()
1081 goto setup_error; in rtsp_stream_cb()
1084 goto setup_error; in rtsp_stream_cb()
1086 goto setup_error; in rtsp_stream_cb()
1088 goto setup_error; in rtsp_stream_cb()
1113 setup_error: in rtsp_stream_cb()
/third_party/boost/libs/test/doc/adv_scenarios/
Dobsolete_init_func.qbk38 # You signal the failure by throwing [classref boost::unit_test::framework::setup_error] exception.
Dshared_lib_customizations.qbk98 …se an exception such as `std::runtime_error` or [classref boost::unit_test::framework::setup_error]
Dsingle_header_customizations.qbk84 …se an exception such as `std::runtime_error` or [classref boost::unit_test::framework::setup_error]
Dstatic_lib_customizations.qbk112 …se an exception such as `std::runtime_error` or [classref boost::unit_test::framework::setup_error]
/third_party/boost/libs/test/doc/runtime_configuration/
Druntime_custom.qbk102 [classref boost::unit_test::framework::setup_error] as above works as well.
127 …To report an error, a `std::logic_error` or [classref boost::unit_test::framework::setup_error] ca…
/third_party/boost/libs/graph/test/
Dmas_test.cpp46 throw boost::unit_test::framework::setup_error( in init_unit_test_suite()
Dstoer_wagner_test.cpp44 throw boost::unit_test::framework::setup_error( in init_unit_test_suite()
/third_party/boost/libs/log/src/setup/
Dformatter_parser.cpp109 …BOOST_LOG_THROW_DESCR(setup_error, "No formatter factory registered for attribute " + name.string(…
Dfilter_parser.cpp107 … BOOST_LOG_THROW_DESCR(setup_error, "No filter factory registered for attribute " + name.string());
/third_party/boost/boost/test/impl/
Dunit_test_main.ipp264 BOOST_TEST_I_CATCH( framework::setup_error, ex ) {

12