diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2845f3a4..984e54c8 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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 + gcc,norecover:no ; # Quick (CI) test run quick.cpp ;