diff --git a/test/Jamfile b/test/Jamfile index 34ce46d..72c1a17 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -81,7 +81,7 @@ run sp_recursive_assign_rv_test.cpp ; run sp_recursive_assign2_rv_test.cpp ; compile-fail auto_ptr_lv_fail.cpp - : gcc-4.4.7:no ; + : gcc-4.4.7:no gcc-4.4:no ; run atomic_count_test2.cpp ; run sp_typeinfo_test.cpp ; @@ -331,9 +331,9 @@ run weak_ptr_alias_move_test.cpp ; run sp_typeinfo_test.cpp : : : off : sp_typeinfo_test_no_rtti ; -run get_deleter_test.cpp : : : off gcc-4.4.7,0x:no : get_deleter_test_no_rtti ; -run get_deleter_test2.cpp : : : off gcc-4.4.7,0x:no : get_deleter_test2_no_rtti ; -run get_deleter_test3.cpp : : : off gcc-4.4.7,0x:no : get_deleter_test3_no_rtti ; +run get_deleter_test.cpp : : : off gcc-4.4.7,0x:no gcc-4.4,0x:no : get_deleter_test_no_rtti ; +run get_deleter_test2.cpp : : : off gcc-4.4.7,0x:no gcc-4.4,0x:no : get_deleter_test2_no_rtti ; +run get_deleter_test3.cpp : : : off gcc-4.4.7,0x:no gcc-4.4,0x:no : get_deleter_test3_no_rtti ; run shared_from_test.cpp ; run weak_from_test.cpp ;