From d87bc244dbfcd87cc54550ceffd8f960a6f42349 Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Mon, 12 Feb 2024 15:52:45 +0200 Subject: [PATCH] [test] Remove tests using rescaling --- test/algorithms/Jamfile | 3 --- test/algorithms/buffer/Jamfile | 7 ------- test/algorithms/convex_hull/Jamfile | 4 ---- test/algorithms/overlay/Jamfile | 3 +-- test/algorithms/set_operations/difference/Jamfile | 2 -- test/algorithms/set_operations/intersection/Jamfile | 3 --- test/algorithms/set_operations/union/Jamfile | 2 -- 7 files changed, 1 insertion(+), 23 deletions(-) diff --git a/test/algorithms/Jamfile b/test/algorithms/Jamfile index 65931a6f93..a73358971c 100644 --- a/test/algorithms/Jamfile +++ b/test/algorithms/Jamfile @@ -39,9 +39,6 @@ test-suite boost-geometry-algorithms [ run is_valid.cpp : : : : algorithms_is_valid ] [ run is_valid_failure.cpp : : : : algorithms_is_valid_failure ] [ run is_valid_geo.cpp : : : : algorithms_is_valid_geo ] - [ run is_valid.cpp : : : BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_is_valid_alternative ] - [ run is_valid_failure.cpp : : : BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_is_valid_failure_alternative ] - [ run is_valid_geo.cpp : : : BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_is_valid_geo_alternative ] [ run line_interpolate.cpp : : : : algorithms_line_interpolate ] [ run make.cpp : : : : algorithms_make ] [ run maximum_gap.cpp : : : : algorithms_maximum_gap ] diff --git a/test/algorithms/buffer/Jamfile b/test/algorithms/buffer/Jamfile index f0f3b35c6b..7a84e61975 100644 --- a/test/algorithms/buffer/Jamfile +++ b/test/algorithms/buffer/Jamfile @@ -32,13 +32,6 @@ test-suite boost-geometry-algorithms-buffer [ run buffer_multi_polygon_geo.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_multi_polygon_geo ] [ run buffer_geo_spheroid.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_geo_spheroid ] [ run buffer_linestring_aimes.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_linestring_aimes ] - [ run buffer_linestring.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_linestring_alternative ] - [ run buffer_multi_linestring.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_multi_linestring_alternative ] - [ run buffer_ring.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_ring_alternative ] - [ run buffer_polygon.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_polygon_alternative ] - [ run buffer_multi_point.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_multi_point_alternative ] - [ run buffer_multi_polygon.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_multi_polygon_alternative ] - [ run buffer_linestring_aimes.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_linestring_aimes_alternative ] # Uncomment next lines if you want to test this manually; requires access to data/ folder # [ run buffer_countries.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_countries ] # [ run buffer_countries.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_countries_alternative ] diff --git a/test/algorithms/convex_hull/Jamfile b/test/algorithms/convex_hull/Jamfile index 41c679c0a1..5bc7958111 100644 --- a/test/algorithms/convex_hull/Jamfile +++ b/test/algorithms/convex_hull/Jamfile @@ -14,8 +14,4 @@ test-suite boost-geometry-algorithms-convex_hull [ run convex_hull_multi.cpp : : : : algorithms_convex_hull_multi ] [ run convex_hull_robust.cpp : : : : algorithms_convex_hull_robust ] [ run convex_hull_sph_geo.cpp : : : : algorithms_convex_hull_sph_geo ] - [ run convex_hull.cpp : : : BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_alternative ] - [ run convex_hull_multi.cpp : : : BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_multi_alternative ] - [ run convex_hull_robust.cpp : : : BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_robust_alternative ] - [ run convex_hull_sph_geo.cpp : : : BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_sph_geo_alternative ] ; diff --git a/test/algorithms/overlay/Jamfile b/test/algorithms/overlay/Jamfile index 22995f954a..d234385aa0 100644 --- a/test/algorithms/overlay/Jamfile +++ b/test/algorithms/overlay/Jamfile @@ -14,7 +14,7 @@ # http://www.boost.org/LICENSE_1_0.txt) test-suite boost-geometry-algorithms-overlay - : + : [ run assemble.cpp : : : : algorithms_assemble ] [ run copy_segment_point.cpp : : : : algorithms_copy_segment_point ] [ run get_clusters.cpp : : : : algorithms_get_clusters ] @@ -28,7 +28,6 @@ test-suite boost-geometry-algorithms-overlay [ run get_turns_linear_areal.cpp : : : : algorithms_get_turns_linear_areal ] [ run get_turns_linear_areal_sph.cpp : : : : algorithms_get_turns_linear_areal_sph ] [ run get_turns_linear_linear.cpp : : : : algorithms_get_turns_linear_linear ] - [ run get_turns_linear_linear.cpp : : : BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_get_turns_linear_linear_alternative ] [ run get_turns_linear_linear_geo.cpp : : : : algorithms_get_turns_linear_linear_geo ] [ run get_turns_linear_linear_sph.cpp : : : : algorithms_get_turns_linear_linear_sph ] [ run overlay.cpp : : : : algorithms_overlay ] diff --git a/test/algorithms/set_operations/difference/Jamfile b/test/algorithms/set_operations/difference/Jamfile index 4228363187..8852c49d81 100644 --- a/test/algorithms/set_operations/difference/Jamfile +++ b/test/algorithms/set_operations/difference/Jamfile @@ -18,8 +18,6 @@ test-suite boost-geometry-algorithms-difference : [ run difference.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_difference ] [ run difference_multi.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_difference_multi ] - [ run difference.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_difference_alternative ] - [ run difference_multi.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_difference_multi_alternative ] [ run difference_multi_spike.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_difference_multi_spike ] [ run difference_areal_linear.cpp : : : : algorithms_difference_areal_linear ] [ run difference_gc.cpp : : : : algorithms_difference_gc ] diff --git a/test/algorithms/set_operations/intersection/Jamfile b/test/algorithms/set_operations/intersection/Jamfile index c65ebc6732..3ee9b10b59 100644 --- a/test/algorithms/set_operations/intersection/Jamfile +++ b/test/algorithms/set_operations/intersection/Jamfile @@ -18,10 +18,7 @@ test-suite boost-geometry-algorithms-intersection : [ run intersection.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_intersection ] [ run intersection_multi.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_intersection_multi ] - [ run intersection.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_intersection_alternative ] - [ run intersection_multi.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_intersection_multi_alternative ] [ run intersection_linear_linear.cpp : : : : algorithms_intersection_linear_linear ] - [ run intersection_linear_linear.cpp : : : BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_intersection_linear_linear_alternative ] [ run intersection_areal_areal_linear.cpp : : : : algorithms_intersection_areal_areal_linear ] [ run intersection_box.cpp : : : : algorithms_intersection_box ] [ run intersection_gc.cpp : : : : algorithms_intersection_gc ] diff --git a/test/algorithms/set_operations/union/Jamfile b/test/algorithms/set_operations/union/Jamfile index 6cd0159c03..c82973a32e 100644 --- a/test/algorithms/set_operations/union/Jamfile +++ b/test/algorithms/set_operations/union/Jamfile @@ -18,8 +18,6 @@ test-suite boost-geometry-algorithms-union : [ run union.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_union ] [ run union_multi.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_union_multi ] - [ run union.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_union_alternative ] - [ run union_multi.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_union_multi_alternative ] [ run union_aa_geo.cpp : : : : algorithms_union_aa_geo ] [ run union_aa_sph.cpp : : : : algorithms_union_aa_sph ] [ run union_gc.cpp : : : : algorithms_union_gc ]