Skip to content

Commit

Permalink
Merge pull request #618 from mborland/USAN_OOM
Browse files Browse the repository at this point in the history
Disable test_gamma_mp on sanitizer runs
  • Loading branch information
jzmaddock authored May 2, 2021
2 parents 86238b3 + e7a94c4 commit 51bfa96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ test-suite special_fun :
[ run test_expint.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ]
[ run test_factorials.cpp pch ../../test/build//boost_unit_test_framework ]
[ run test_gamma.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ]
[ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release <define>TEST=1 : test_gamma_mp_1 ]
[ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release <define>TEST=2 : test_gamma_mp_2 ]
[ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release <define>TEST=3 : test_gamma_mp_3 ]
[ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release <define>TEST=1 [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] : test_gamma_mp_1 ]
[ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release <define>TEST=2 [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] : test_gamma_mp_2 ]
[ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release <define>TEST=3 [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] : test_gamma_mp_3 ]
[ run test_hankel.cpp ../../test/build//boost_unit_test_framework ]
[ run test_hermite.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ]
[ run test_ibeta.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework
Expand Down

0 comments on commit 51bfa96

Please sign in to comment.