From a2ad7966ea84d7313779f1c0aff269bb5545bbb3 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Wed, 16 Aug 2023 19:21:11 +0200 Subject: [PATCH] removed serialization tests from UBSAN runs --- test/Jamfile.v2 | 3 +++ 1 file changed, 3 insertions(+) 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