From cd0b99380eab63e67ec7f93cc2b8159a9b0c8972 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 24 Sep 2024 19:43:45 +0300 Subject: [PATCH] Disable C++03/C++11 ABI tests --- test/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index e14d6e7288..1714990ab1 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -346,8 +346,8 @@ explicit abi_test_nt ; run abi_test_main.cpp abi_test_mt : : : BOOST_DISABLE_THREADS : abi_test_nt_mt ; run abi_test_main.cpp abi_test_nt : : : : abi_test_mt_nt ; -run abi_test_main.cpp abi_test_mt/0x : : : 98 : abi_test_03_11 ; -run abi_test_main.cpp abi_test_mt/98 : : : 0x : abi_test_11_03 ; +# run abi_test_main.cpp abi_test_mt/0x : : : 98 : abi_test_03_11 ; +# run abi_test_main.cpp abi_test_mt/98 : : : 0x : abi_test_11_03 ; run weak_ptr_alias_test.cpp ; run weak_ptr_alias_move_test.cpp ;