Disable make_shared_move_emulation_test for Clang 3.5, 3.6, 3.7

This commit is contained in:
Peter Dimov
2022-10-19 21:40:58 +03:00
parent 2ce29622f5
commit c577d68b02

View File

@ -64,7 +64,13 @@ run spinlock_pool_test.cpp
<toolset>msvc-9.0,<variant>release:<build>no ;
run make_shared_test.cpp ;
run make_shared_move_emulation_test.cpp ;
run make_shared_move_emulation_test.cpp
: : :
<toolset>clang-3.5,<cxxstd>03:<build>no
<toolset>clang-3.6,<cxxstd>03:<build>no
<toolset>clang-3.7,<cxxstd>03:<build>no
;
run make_shared_perfect_forwarding_test.cpp ;
run shared_ptr_convertible_test.cpp ;
run wp_convertible_test.cpp ;