Searched refs:log_cpp_exception_errors (Results 1 – 11 of 11) sorted by relevance
| /third_party/boost/libs/test/test/baseline-outputs/ |
| D | errors-handling-test.pattern | 252 log level: log_cpp_exception_errors; error type: no error; 256 log level: log_cpp_exception_errors; error type: user message; 260 log level: log_cpp_exception_errors; error type: user warning; 264 log level: log_cpp_exception_errors; error type: user non-fatal error; 268 log level: log_cpp_exception_errors; error type: cpp exception; 274 log level: log_cpp_exception_errors; error type: system error; 280 log level: log_cpp_exception_errors; error type: user fatal error; 285 log level: log_cpp_exception_errors; error type: system fatal error;
|
| D | errors-handling-test.pattern2 | 181 log level: log_cpp_exception_errors; error type: no error; 185 log level: log_cpp_exception_errors; error type: user message; 189 log level: log_cpp_exception_errors; error type: user warning; 193 log level: log_cpp_exception_errors; error type: user non-fatal error; 197 log level: log_cpp_exception_errors; error type: cpp exception; 203 log level: log_cpp_exception_errors; error type: system error;
|
| /third_party/boost/libs/test/test/framework-ts/ |
| D | log-formatter-test.cpp | 129 …check( output, OF_JUNIT, ts->p_id, log_cpp_exception_errors ); // should branch to the log log_all… in check() 370 check( test_output, OF_CLF, ts_1->p_id, log_cpp_exception_errors ); in BOOST_AUTO_TEST_CASE() 372 check( test_output, OF_CLF, ts_1->p_id, log_cpp_exception_errors, OF_JUNIT ); in BOOST_AUTO_TEST_CASE() 375 check( test_output, OF_XML, ts_1->p_id, log_cpp_exception_errors ); in BOOST_AUTO_TEST_CASE() 377 check( test_output, OF_JUNIT, ts_1->p_id, log_cpp_exception_errors ); in BOOST_AUTO_TEST_CASE()
|
| D | message-in-datatestcase-test.cpp | 88 …check_pattern_loggers( output, OF_JUNIT, ts->p_id, bt_module_failed, log_cpp_exception_errors ); /… in check_pattern_loggers()
|
| D | log-count-skipped-test.cpp | 101 check( output, OF_JUNIT, ts->p_id, log_cpp_exception_errors ); in check()
|
| D | test-macro-global-fixture.cpp | 131 … output, OF_JUNIT, ts->p_id, bt_module_failed, has_setup_error, log_cpp_exception_errors ); // sho… in check_global_fixture()
|
| /third_party/boost/boost/test/detail/ |
| D | log_level.hpp | 32 log_cpp_exception_errors = 5, // uncaught C++ exceptions enumerator
|
| /third_party/boost/boost/test/impl/ |
| D | unit_test_log.ipp | 362 ex.code() <= execution_exception::cpp_exception_error ? log_cpp_exception_errors : 497 case log_cpp_exception_errors:
|
| D | unit_test_parameters.ipp | 315 { "cpp_exception" , log_cpp_exception_errors }, 329 ( "cpp_exception" , log_cpp_exception_errors )
|
| D | framework.ipp | 1009 std::make_pair( "cpp_exception" , log_cpp_exception_errors ),
|
| /third_party/boost/libs/test/doc/test_output/ |
| D | log_format.qbk | 168 [threshold <= log_cpp_exception_errors. Checkpoint message is reported only if provided]
|