mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 13:13:55 +00:00
Add visibility=global to serialization tests because of UBSan; disable serialization_nvp_test for GCC/UBSan as well
This commit is contained in:
parent
5afc91d52d
commit
dbf0ea98b9
@ -363,10 +363,10 @@ run memory_resource_test.cpp ;
|
|||||||
run data_test.cpp ;
|
run data_test.cpp ;
|
||||||
run size_test.cpp ;
|
run size_test.cpp ;
|
||||||
|
|
||||||
run serialization_nvp_test.cpp : : : <library>/boost//serialization/<warnings>off <toolset>clang,<undefined-sanitizer>norecover:<build>no ;
|
run serialization_nvp_test.cpp : : : <library>/boost//serialization/<warnings>off <undefined-sanitizer>norecover:<build>no ;
|
||||||
run serialization_split_free_test.cpp : : : <library>/boost//serialization/<warnings>off ;
|
run serialization_split_free_test.cpp : : : <library>/boost//serialization/<warnings>off <visibility>global ;
|
||||||
run serialization_split_member_test.cpp : : : <library>/boost//serialization/<warnings>off ;
|
run serialization_split_member_test.cpp : : : <library>/boost//serialization/<warnings>off <visibility>global ;
|
||||||
run serialization_construct_data_test.cpp : : : <library>/boost//serialization/<warnings>off ;
|
run serialization_construct_data_test.cpp : : : <library>/boost//serialization/<warnings>off <visibility>global ;
|
||||||
|
|
||||||
use-project /boost/core/swap : ./swap ;
|
use-project /boost/core/swap : ./swap ;
|
||||||
build-project ./swap ;
|
build-project ./swap ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user