summaryrefslogtreecommitdiff
path: root/boost-1.58.0-pool-test_linking.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 14:12:40 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 14:12:40 +0000
commit0bc0c8464fa84c1873dadb5cee5b053b890ed61a (patch)
tree2462c2b6cd7b871e401b644de855af589d216fe5 /boost-1.58.0-pool-test_linking.patch
parentf1d6eb29c0e0330cb5aa0f2cc3c069ad50f2b513 (diff)
automatic import of boostopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'boost-1.58.0-pool-test_linking.patch')
-rw-r--r--boost-1.58.0-pool-test_linking.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/boost-1.58.0-pool-test_linking.patch b/boost-1.58.0-pool-test_linking.patch
new file mode 100644
index 0000000..b57e6d0
--- /dev/null
+++ b/boost-1.58.0-pool-test_linking.patch
@@ -0,0 +1,30 @@
+--- boost_1_68_0/libs/pool/test/Jamfile.v2.orig 2018-08-01 20:50:52.000000000 +0000
++++ boost_1_68_0/libs/pool/test/Jamfile.v2 2018-12-01 17:29:33.322195409 +0000
+@@ -22,18 +22,18 @@
+ import testing ;
+
+ test-suite pool :
+- [ run test_simple_seg_storage.cpp : : : <toolset>msvc:<cxxflags>-wd4267 ]
+- [ run test_pool_alloc.cpp ]
+- [ run pool_msvc_compiler_bug_test.cpp : : : <toolset>msvc:<cxxflags>-wd4512 ]
+- [ run test_msvc_mem_leak_detect.cpp ]
+- [ run test_bug_3349.cpp ]
+- [ run test_bug_4960.cpp ]
++ [ run test_simple_seg_storage.cpp : : : <toolset>msvc:<cxxflags>-wd4267 <library>/boost/system//boost_system ]
++ [ run test_pool_alloc.cpp : : : <library>/boost/system//boost_system ]
++ [ run pool_msvc_compiler_bug_test.cpp : : : <toolset>msvc:<cxxflags>-wd4512 <library>/boost/system//boost_system ]
++ [ run test_msvc_mem_leak_detect.cpp : : : <library>/boost/system//boost_system ]
++ [ run test_bug_3349.cpp : : : <library>/boost/system//boost_system ]
++ [ run test_bug_4960.cpp : : : <library>/boost/system//boost_system ]
+ [ run test_bug_1252.cpp : : :
+ <toolset>clang:<cxxflags>-Wno-c++11-long-long
+ <toolset>gcc:<cxxflags>-Wno-long-long
+- <toolset>pathscale:<cxxflags>-Wno-long-long ]
+- [ run test_bug_2696.cpp ]
+- [ 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 ]
+ [ compile test_poisoned_macros.cpp ]
+ ;