From c577d68b0272fd0bddc88ea60a8db07219391589 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 19 Oct 2022 21:40:58 +0300 Subject: [PATCH] Disable make_shared_move_emulation_test for Clang 3.5, 3.6, 3.7 --- test/Jamfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 349d5a9..51a477b 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -64,7 +64,13 @@ run spinlock_pool_test.cpp msvc-9.0,release:no ; run make_shared_test.cpp ; -run make_shared_move_emulation_test.cpp ; +run make_shared_move_emulation_test.cpp + : : : + clang-3.5,03:no + clang-3.6,03:no + clang-3.7,03:no + ; + run make_shared_perfect_forwarding_test.cpp ; run shared_ptr_convertible_test.cpp ; run wp_convertible_test.cpp ;