Disable spinlock_pool_test on msvc-8.0/release

This commit is contained in:
Peter Dimov
2018-01-23 19:05:44 +02:00
parent 12a646c607
commit 4abc74fe28

View File

@ -1,6 +1,6 @@
# Boost.SmartPtr Library test Jamfile # Boost.SmartPtr Library test Jamfile
# #
# Copyright (c) 2003-2017 Peter Dimov # Copyright (c) 2003-2018 Peter Dimov
# Copyright (c) 2003 Dave Abrahams # Copyright (c) 2003 Dave Abrahams
# #
# Distributed under the Boost Software License, Version 1.0. (See # Distributed under the Boost Software License, Version 1.0. (See
@ -51,7 +51,7 @@ run yield_k_test.cpp : : : <threading>multi : yield_k_test.mt ;
run spinlock_test.cpp ; run spinlock_test.cpp ;
run spinlock_try_test.cpp ; run spinlock_try_test.cpp ;
run spinlock_try_test.cpp : : : <threading>multi : spinlock_try_test.mt ; run spinlock_try_test.cpp : : : <threading>multi : spinlock_try_test.mt ;
run spinlock_pool_test.cpp ; run spinlock_pool_test.cpp : : : <toolset>msvc-8.0,<variant>release:<build>no ; # msvc-8.0 optimizer codegen bug for x % 41
run make_shared_test.cpp ; run make_shared_test.cpp ;
run make_shared_move_emulation_test.cpp ; run make_shared_move_emulation_test.cpp ;
run make_shared_perfect_forwarding_test.cpp ; run make_shared_perfect_forwarding_test.cpp ;