mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 04:27:14 +02:00
Revert "Update Travis to use undefined-sanitizer; disable failed_constexpr_test"
This reverts commit c069ae048f
.
This commit is contained in:
@ -206,7 +206,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- |-
|
- |-
|
||||||
echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam
|
echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam
|
||||||
- ./b2 -j3 libs/system/test toolset=$TOOLSET cxxstd=$CXXSTD variant=debug,release ${ADDRMD:+address-model=$ADDRMD} ${UBSAN:+undefined-sanitizer=norecover define=UBSAN=1 debug-symbols=on} ${LINKFLAGS:+linkflags=$LINKFLAGS}
|
- ./b2 -j3 libs/system/test toolset=$TOOLSET cxxstd=$CXXSTD variant=debug,release ${ADDRMD:+address-model=$ADDRMD} ${UBSAN:+cxxflags=-fsanitize=undefined cxxflags=-fno-sanitize-recover=undefined linkflags=-fsanitize=undefined define=UBSAN=1 debug-symbols=on} ${LINKFLAGS:+linkflags=$LINKFLAGS}
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
@ -56,8 +56,7 @@ system-run generic_category_test.cpp ;
|
|||||||
system-run system_category_test.cpp ;
|
system-run system_category_test.cpp ;
|
||||||
system-run after_main_test.cpp ;
|
system-run after_main_test.cpp ;
|
||||||
system-run failed_test.cpp ;
|
system-run failed_test.cpp ;
|
||||||
compile failed_constexpr_test.cpp
|
system-run failed_constexpr_test.cpp ;
|
||||||
: <toolset>gcc,<undefined-sanitizer>norecover:<build>no ;
|
|
||||||
|
|
||||||
# Quick (CI) test
|
# Quick (CI) test
|
||||||
run quick.cpp ;
|
run quick.cpp ;
|
||||||
|
Reference in New Issue
Block a user