Ticket #9038: boost-1.58.0-pool-test_linking.patch

File boost-1.58.0-pool-test_linking.patch, 2.0 KB (added by Jonathan Wakely <jwakely.boost@…>, 7 years ago)

Updated patch for 1.58.0 and 1.59.0

  • boost_1_57_0/libs/pool/test/Jamfile.v2

    diff -up boost_1_58_0/libs/pool/test/Jamfile.v2\~ boost_1_58_0/libs/pool/test/Jamfile.v2
    old new  
    2828local Werr = <toolset>gcc:<warnings-as-errors>on <toolset>msvc:<warnings-as-errors>on ;
    2929
    3030test-suite pool :
    31     [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 ]
    32     [ run test_pool_alloc.cpp : : : $(Werr) ]
    33     [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 ]
    34     [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) ]
    35     [ run test_bug_3349.cpp : : : $(Werr) ]
    36     [ run test_bug_4960.cpp : : : $(Werr) ]
    37     [ run test_bug_1252.cpp : : : $(Werr) ]
    38     [ run test_bug_2696.cpp : : : $(Werr) ]
    39     [ run test_bug_5526.cpp : : : $(Werr) ]
     31    [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 <library>/boost/system//boost_system ]
     32    [ run test_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ]
     33    [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 <library>/boost/system//boost_system ]
     34    [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) <library>/boost/system//boost_system ]
     35    [ run test_bug_3349.cpp : : : $(Werr) <library>/boost/system//boost_system ]
     36    [ run test_bug_4960.cpp : : : $(Werr) <library>/boost/system//boost_system ]
     37    [ run test_bug_1252.cpp : : : $(Werr) <library>/boost/system//boost_system ]
     38    [ run test_bug_2696.cpp : : : $(Werr) <library>/boost/system//boost_system ]
     39    [ run test_bug_5526.cpp : : : $(Werr) <library>/boost/system//boost_system ]
    4040    [ run test_threading.cpp : : : <threading>multi <library>/boost/thread//boost_thread ]
    41     [ run  ../example/time_pool_alloc.cpp : : : $(Werr) ]
     41    [ run  ../example/time_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ]
    4242    [ compile test_poisoned_macros.cpp : $(Werr) ]
    4343
    4444#