Skip to content

Commit

Permalink
Disable failed_constexpr_test for GCC/UBSAN
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Dec 31, 2023
1 parent 2bea482 commit c3cd1d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down

0 comments on commit c3cd1d5

Please sign in to comment.