Index: Jamfile.v2 =================================================================== --- Jamfile.v2 (revision 77981) +++ Jamfile.v2 (working copy) @@ -28,7 +28,7 @@ run 3-throw_exception_no_integration_test.cpp ; run 4-throw_exception_no_both_test.cpp ; run cloning_test.cpp ; -run copy_exception_test.cpp /boost//thread : : : multi ; +run copy_exception_test.cpp ../../thread/src/tss_null.cpp /boost//thread : : : multi ; run unknown_exception_test.cpp ; run exception_test.cpp ; run enable_error_info_test.cpp helper1.cpp ; @@ -40,8 +40,8 @@ run current_exception_cast_test.cpp ; run no_exceptions_test.cpp : : : off ; run errinfos_test.cpp ; -run exception_ptr_test.cpp/BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR /boost/exception /boost//thread : : : multi : non_intrusive_exception_ptr_test ; -run exception_ptr_test.cpp /boost//thread : : : multi ; +run exception_ptr_test.cpp/BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR /boost/exception ../../thread/src/tss_null.cpp /boost//thread : : : multi : non_intrusive_exception_ptr_test ; +run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost//thread : : : multi ; compile-fail exception_fail.cpp ; compile-fail throw_exception_fail.cpp ;