From 6debbeb37710f7868b741be8ba32c2b67d1cfcd8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 21 Feb 2023 01:34:35 +0200 Subject: [PATCH] Disable serialization_nvp_test under Clang/UBSan --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 192815e..36b4133 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -363,7 +363,7 @@ run memory_resource_test.cpp ; run data_test.cpp ; run size_test.cpp ; -run serialization_nvp_test.cpp : : : /boost//serialization/off ; +run serialization_nvp_test.cpp : : : /boost//serialization/off clang,norecover:no ; run serialization_split_free_test.cpp : : : /boost//serialization/off ; run serialization_split_member_test.cpp : : : /boost//serialization/off ;