diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 50dd008d..45aa5f88 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -25,6 +25,8 @@ project gcc:off darwin:off intel:off + # MSVC runs out of heap in many compilations. + msvc-14.3,32:no /boost/test//boost_unit_test_framework/static /boost/serialization//boost_serialization/static ; @@ -72,6 +74,7 @@ test-suite msm-unit-tests test-suite msm-unit-tests-cxxstd20 : + # MSVC 32-bit runs out of memory when compiling this test [ run Back11OrthogonalDeferred3WithPuml.cpp ] [ run OnlyStringPuml.cpp ] [ run puml_syntax.cpp ]