77
88import testing ;
99
10+ project : requirements <library>/boost/exception//boost_exception ;
11+
1012#to_string
1113
1214run is_output_streamable_test.cpp ;
@@ -22,7 +24,7 @@ run 2-throw_exception_no_exceptions_test.cpp : : : <exception-handling>off ;
2224run 3-throw_exception_no_integration_test.cpp : : : <exception-handling>on ;
2325run 4-throw_exception_no_both_test.cpp : : : <exception-handling>off ;
2426run cloning_test.cpp : : : <exception-handling>on ;
25- run copy_exception_test.cpp ../../thread/src/tss_null.cpp /boost// thread : : : <threading>multi <exception-handling>on ;
27+ run copy_exception_test.cpp ../../thread/src/tss_null.cpp /boost/thread//boost_thread : : : <threading>multi <exception-handling>on ;
2628run copy_exception_no_exceptions_test.cpp : : : <exception-handling>off <rtti>on ;
2729run unknown_exception_test.cpp : : : <exception-handling>on ;
2830run exception_test.cpp : : : <exception-handling>on ;
@@ -39,8 +41,8 @@ run refcount_ptr_test.cpp ;
3941run current_exception_cast_test.cpp : : : <exception-handling>on ;
4042run no_exceptions_test.cpp : : : <exception-handling>off ;
4143run errinfos_test.cpp : : : <exception-handling>on ;
42- run exception_ptr_test.cpp/<define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR ../../thread/src/tss_null.cpp /boost/exception /boost// thread : : : <threading>multi <exception-handling>on : non_intrusive_exception_ptr_test ;
43- run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost// thread : : : <threading>multi <exception-handling>on ;
44+ run exception_ptr_test.cpp/<define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR ../../thread/src/tss_null.cpp /boost/exception//boost_exception /boost/thread//boost_thread : : : <threading>multi <exception-handling>on : non_intrusive_exception_ptr_test ;
45+ run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost/thread//boost_thread : : : <threading>multi <exception-handling>on ;
4446run exception_ptr_test2.cpp ;
4547
4648lib visibility_test_lib : visibility_test_lib.cpp : <visibility>hidden <exception-handling>on ;
0 commit comments