Disable failed_constexpr_test for GCC/UBSAN

This commit is contained in:
Peter Dimov
2023-12-31 02:25:26 +02:00
parent 2bea482605
commit c3cd1d5ea9

View File

@ -75,7 +75,9 @@ system-run generic_category_test.cpp ;
system-run system_category_test.cpp ;
system-run after_main_test.cpp ;
system-run failed_test.cpp ;
system-run failed_constexpr_test.cpp ;
run failed_constexpr_test.cpp : : :
# GCC w/ UBSAN doesn't consider `cat_ != 0` a constant expression
<toolset>gcc,<undefined-sanitizer>norecover:<build>no ;
# Quick (CI) test
run quick.cpp ;