Skip to content

Commit

Permalink
Remove test of deprecated functionality
Browse files Browse the repository at this point in the history
The CI build logs are getting hard to read. Slowly chip away at the warnings emitted.
  • Loading branch information
NAThompson committed Jan 24, 2024
1 parent 31b76ee commit 97726ac
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 180 deletions.
12 changes: 0 additions & 12 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -1066,12 +1066,6 @@ test-suite misc :
[ compile compile_test/interpolators_vector_barycentric_rational_incl_test.cpp : [ requires cxx11_smart_ptr cxx11_defaulted_functions cxx11_auto_declarations ] [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] ]
[ compile compile_test/interpolators_whittaker_shannon_incl_test.cpp : [ requires cxx11_smart_ptr cxx11_defaulted_functions cxx11_auto_declarations ] [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] ]
[ run compile_test/compl_abs_incl_test.cpp compile_test_main : : : [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] ]
[ run compile_test/compl_acos_incl_test.cpp compile_test_main : : : [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] ]
[ run compile_test/compl_acosh_incl_test.cpp compile_test_main : : : [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] ]
[ run compile_test/compl_asin_incl_test.cpp compile_test_main : : : [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] ]
[ run compile_test/compl_asinh_incl_test.cpp compile_test_main : : : [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] ]
[ run compile_test/compl_atan_incl_test.cpp compile_test_main : : : [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] ]
[ run compile_test/compl_atanh_incl_test.cpp compile_test_main : : : [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] ]

[ run compile_test/sf_1f0_incl_test.cpp compile_test_main : : : [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] ]
[ run compile_test/sf_0f1_incl_test.cpp compile_test_main : : : [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : <build>no ] ]
Expand Down Expand Up @@ -1559,12 +1553,6 @@ test-suite float128_tests : [ get_float128_tests ] ;
#
alias no_eh_tests :
compl_abs_incl_test
compl_acos_incl_test
compl_acosh_incl_test
compl_asin_incl_test
compl_asinh_incl_test
compl_atan_incl_test
compl_atanh_incl_test
sf_acosh_incl_test
sf_asinh_incl_test
sf_atanh_incl_test
Expand Down
28 changes: 0 additions & 28 deletions test/compile_test/compl_acos_incl_test.cpp

This file was deleted.

28 changes: 0 additions & 28 deletions test/compile_test/compl_acosh_incl_test.cpp

This file was deleted.

28 changes: 0 additions & 28 deletions test/compile_test/compl_asin_incl_test.cpp

This file was deleted.

28 changes: 0 additions & 28 deletions test/compile_test/compl_asinh_incl_test.cpp

This file was deleted.

28 changes: 0 additions & 28 deletions test/compile_test/compl_atan_incl_test.cpp

This file was deleted.

28 changes: 0 additions & 28 deletions test/compile_test/compl_atanh_incl_test.cpp

This file was deleted.

0 comments on commit 97726ac

Please sign in to comment.