From 2691efd1ca93f6ddf7e2d84401be8d182cda556f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 21 Feb 2023 06:29:10 +0200 Subject: [PATCH] Re-disable serialization_nvp_test under UBSan; link=static doesn't help there --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 049c607..f590d81 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 norecover:static ; +run serialization_nvp_test.cpp : : : /boost//serialization/off norecover:no ; run serialization_split_free_test.cpp : : : /boost//serialization/off norecover:static ; run serialization_split_member_test.cpp : : : /boost//serialization/off norecover:static ; run serialization_construct_data_test.cpp : : : /boost//serialization/off norecover:static ;