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 2b687e6
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 174 deletions.
6 changes: 0 additions & 6 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
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 2b687e6

Please sign in to comment.