From 78bebd51664fd251baf4d5b69b6bb294034fef00 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 17 Jan 2018 21:17:19 +0200 Subject: [PATCH] Disable auto_ptr_lv_fail on g++ 4.4 (known failure) --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 52f3931..3526018 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -68,7 +68,7 @@ run sp_recursive_assign_test.cpp ; run sp_recursive_assign2_test.cpp ; run sp_recursive_assign_rv_test.cpp ; run sp_recursive_assign2_rv_test.cpp ; -compile-fail auto_ptr_lv_fail.cpp ; +compile-fail auto_ptr_lv_fail.cpp : gcc-4.4:no ; run atomic_count_test2.cpp ; run sp_typeinfo_test.cpp ; compile make_shared_fp_test.cpp ;