diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 5317c3d6..d87fcf6d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -92,6 +92,7 @@ run unordered/serialization_tests.cpp : : BOOST_UNORDERED_ENABLE_SERIALIZATION_COMPATIBILITY_V0 off # Boost.Serialization headers are not warning-free + norecover:no # boost::archive::xml_oarchive does not pass UBSAN msvc:_CRT_SECURE_NO_WARNINGS msvc:/bigobj gcc:on @@ -169,6 +170,7 @@ run unordered/serialization_tests.cpp : : $(CPP11) BOOST_UNORDERED_FOA_TESTS off # Boost.Serialization headers are not warning-free + norecover:no # boost::archive::xml_oarchive does not pass UBSAN msvc:/bigobj gcc:on gcc:space @@ -247,6 +249,7 @@ run cfoa/serialization_tests.cpp : : $(CPP11) multi off # Boost.Serialization headers are not warning-free + norecover:no # boost::archive::xml_oarchive does not pass UBSAN msvc:/bigobj gcc:on gcc:space