Fixed the Boost.Pool Jamfile patch

This commit is contained in:
Denis Arnaud 2018-12-01 17:37:21 +00:00
parent a07a46867a
commit 5fb7b5da8b

View File

@ -1,31 +1,30 @@
diff -up boost_1_58_0/libs/pool/test/Jamfile.v2\~ boost_1_58_0/libs/pool/test/Jamfile.v2 --- boost_1_68_0/libs/pool/test/Jamfile.v2.orig 2018-08-01 20:50:52.000000000 +0000
--- boost_1_57_0/libs/pool/test/Jamfile.v2~ 2015-07-17 11:36:16.362519826 +0100 +++ boost_1_68_0/libs/pool/test/Jamfile.v2 2018-12-01 17:29:33.322195409 +0000
+++ boost_1_57_0/libs/pool/test/Jamfile.v2 2015-07-17 11:37:38.858847388 +0100 @@ -22,18 +22,18 @@
@@ -28,17 +28,17 @@ import testing ;
local Werr = <toolset>gcc:<warnings-as-errors>on <toolset>msvc:<warnings-as-errors>on ;
test-suite pool : test-suite pool :
- [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 ] - [ run test_simple_seg_storage.cpp : : : <toolset>msvc:<cxxflags>-wd4267 ]
- [ run test_pool_alloc.cpp : : : $(Werr) ] - [ run test_pool_alloc.cpp ]
- [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 ] - [ run pool_msvc_compiler_bug_test.cpp : : : <toolset>msvc:<cxxflags>-wd4512 ]
- [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) ] - [ run test_msvc_mem_leak_detect.cpp ]
- [ run test_bug_3349.cpp : : : $(Werr) ] - [ run test_bug_3349.cpp ]
- [ run test_bug_4960.cpp : : : $(Werr) ] - [ run test_bug_4960.cpp ]
- [ run test_bug_1252.cpp : : : $(Werr) ] + [ run test_simple_seg_storage.cpp : : : <toolset>msvc:<cxxflags>-wd4267 <library>/boost/system//boost_system ]
- [ run test_bug_2696.cpp : : : $(Werr) ] + [ run test_pool_alloc.cpp : : : <library>/boost/system//boost_system ]
- [ run test_bug_5526.cpp : : : $(Werr) ] + [ run pool_msvc_compiler_bug_test.cpp : : : <toolset>msvc:<cxxflags>-wd4512 <library>/boost/system//boost_system ]
+ [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 <library>/boost/system//boost_system ] + [ run test_msvc_mem_leak_detect.cpp : : : <library>/boost/system//boost_system ]
+ [ run test_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ] + [ run test_bug_3349.cpp : : : <library>/boost/system//boost_system ]
+ [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 <library>/boost/system//boost_system ] + [ run test_bug_4960.cpp : : : <library>/boost/system//boost_system ]
+ [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) <library>/boost/system//boost_system ] [ run test_bug_1252.cpp : : :
+ [ run test_bug_3349.cpp : : : $(Werr) <library>/boost/system//boost_system ] <toolset>clang:<cxxflags>-Wno-c++11-long-long
+ [ run test_bug_4960.cpp : : : $(Werr) <library>/boost/system//boost_system ] <toolset>gcc:<cxxflags>-Wno-long-long
+ [ run test_bug_1252.cpp : : : $(Werr) <library>/boost/system//boost_system ] - <toolset>pathscale:<cxxflags>-Wno-long-long ]
+ [ run test_bug_2696.cpp : : : $(Werr) <library>/boost/system//boost_system ] - [ run test_bug_2696.cpp ]
+ [ run test_bug_5526.cpp : : : $(Werr) <library>/boost/system//boost_system ] - [ run test_bug_5526.cpp ]
+ <toolset>pathscale:<cxxflags>-Wno-long-long <library>/boost/system//boost_system ]
+ [ run test_bug_2696.cpp : : : <library>/boost/system//boost_system ]
+ [ run test_bug_5526.cpp : : : <library>/boost/system//boost_system ]
[ run test_threading.cpp : : : <threading>multi <library>/boost/thread//boost_thread ] [ run test_threading.cpp : : : <threading>multi <library>/boost/thread//boost_thread ]
- [ run ../example/time_pool_alloc.cpp : : : $(Werr) ] [ compile test_poisoned_macros.cpp ]
+ [ run ../example/time_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ] ;
[ compile test_poisoned_macros.cpp : $(Werr) ]
#