Ticket 6878, thanks Dave Deakins

[SVN r79013]
This commit is contained in:
Emil Dotchevski
2012-06-19 22:30:12 +00:00
parent b43961cf94
commit 4cdfbb9ec6

View File

@ -28,7 +28,7 @@ run 2-throw_exception_no_exceptions_test.cpp ;
run 3-throw_exception_no_integration_test.cpp ; run 3-throw_exception_no_integration_test.cpp ;
run 4-throw_exception_no_both_test.cpp ; run 4-throw_exception_no_both_test.cpp ;
run cloning_test.cpp ; run cloning_test.cpp ;
run copy_exception_test.cpp /boost//thread : : : <threading>multi ; run copy_exception_test.cpp ../../thread/src/tss_null.cpp /boost//thread : : : <threading>multi ;
run unknown_exception_test.cpp ; run unknown_exception_test.cpp ;
run exception_test.cpp ; run exception_test.cpp ;
run enable_error_info_test.cpp helper1.cpp ; run enable_error_info_test.cpp helper1.cpp ;
@ -40,8 +40,8 @@ run refcount_ptr_test.cpp ;
run current_exception_cast_test.cpp ; run current_exception_cast_test.cpp ;
run no_exceptions_test.cpp : : : <exception-handling>off ; run no_exceptions_test.cpp : : : <exception-handling>off ;
run errinfos_test.cpp ; run errinfos_test.cpp ;
run exception_ptr_test.cpp/<define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR /boost/exception /boost//thread : : : <threading>multi : non_intrusive_exception_ptr_test ; run exception_ptr_test.cpp/<define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR ../../thread/src/tss_null.cpp /boost/exception /boost//thread : : : <threading>multi : non_intrusive_exception_ptr_test ;
run exception_ptr_test.cpp /boost//thread : : : <threading>multi ; run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost//thread : : : <threading>multi ;
compile-fail exception_fail.cpp ; compile-fail exception_fail.cpp ;
compile-fail throw_exception_fail.cpp ; compile-fail throw_exception_fail.cpp ;