Skip to content

Commit dc5181d

Browse files
committed
[test] Remove tests using rescaling
1 parent e4186e2 commit dc5181d

File tree

7 files changed

+1
-23
lines changed

7 files changed

+1
-23
lines changed

test/algorithms/Jamfile

-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ test-suite boost-geometry-algorithms
3939
[ run is_valid.cpp : : : : algorithms_is_valid ]
4040
[ run is_valid_failure.cpp : : : : algorithms_is_valid_failure ]
4141
[ run is_valid_geo.cpp : : : : algorithms_is_valid_geo ]
42-
[ run is_valid.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_is_valid_alternative ]
43-
[ run is_valid_failure.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_is_valid_failure_alternative ]
44-
[ run is_valid_geo.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_is_valid_geo_alternative ]
4542
[ run line_interpolate.cpp : : : : algorithms_line_interpolate ]
4643
[ run make.cpp : : : : algorithms_make ]
4744
[ run maximum_gap.cpp : : : : algorithms_maximum_gap ]

test/algorithms/buffer/Jamfile

-7
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ test-suite boost-geometry-algorithms-buffer
3232
[ run buffer_multi_polygon_geo.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_multi_polygon_geo ]
3333
[ run buffer_geo_spheroid.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_geo_spheroid ]
3434
[ run buffer_linestring_aimes.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_linestring_aimes ]
35-
[ run buffer_linestring.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_linestring_alternative ]
36-
[ run buffer_multi_linestring.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_multi_linestring_alternative ]
37-
[ run buffer_ring.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_ring_alternative ]
38-
[ run buffer_polygon.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_polygon_alternative ]
39-
[ run buffer_multi_point.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_multi_point_alternative ]
40-
[ run buffer_multi_polygon.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_multi_polygon_alternative ]
41-
[ run buffer_linestring_aimes.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_linestring_aimes_alternative ]
4235
# Uncomment next lines if you want to test this manually; requires access to data/ folder
4336
# [ run buffer_countries.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_countries ]
4437
# [ run buffer_countries.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_buffer_countries_alternative ]

test/algorithms/convex_hull/Jamfile

-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@ test-suite boost-geometry-algorithms-convex_hull
1414
[ run convex_hull_multi.cpp : : : : algorithms_convex_hull_multi ]
1515
[ run convex_hull_robust.cpp : : : : algorithms_convex_hull_robust ]
1616
[ run convex_hull_sph_geo.cpp : : : : algorithms_convex_hull_sph_geo ]
17-
[ run convex_hull.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_alternative ]
18-
[ run convex_hull_multi.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_multi_alternative ]
19-
[ run convex_hull_robust.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_robust_alternative ]
20-
[ run convex_hull_sph_geo.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_sph_geo_alternative ]
2117
;

test/algorithms/overlay/Jamfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# http://www.boost.org/LICENSE_1_0.txt)
1515

1616
test-suite boost-geometry-algorithms-overlay
17-
:
17+
:
1818
[ run assemble.cpp : : : : algorithms_assemble ]
1919
[ run copy_segment_point.cpp : : : : algorithms_copy_segment_point ]
2020
[ run get_clusters.cpp : : : : algorithms_get_clusters ]
@@ -28,7 +28,6 @@ test-suite boost-geometry-algorithms-overlay
2828
[ run get_turns_linear_areal.cpp : : : : algorithms_get_turns_linear_areal ]
2929
[ run get_turns_linear_areal_sph.cpp : : : : algorithms_get_turns_linear_areal_sph ]
3030
[ run get_turns_linear_linear.cpp : : : : algorithms_get_turns_linear_linear ]
31-
[ run get_turns_linear_linear.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_get_turns_linear_linear_alternative ]
3231
[ run get_turns_linear_linear_geo.cpp : : : : algorithms_get_turns_linear_linear_geo ]
3332
[ run get_turns_linear_linear_sph.cpp : : : : algorithms_get_turns_linear_linear_sph ]
3433
[ run overlay.cpp : : : : algorithms_overlay ]

test/algorithms/set_operations/difference/Jamfile

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ test-suite boost-geometry-algorithms-difference
1818
:
1919
[ run difference.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_difference ]
2020
[ run difference_multi.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_difference_multi ]
21-
[ run difference.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_difference_alternative ]
22-
[ run difference_multi.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_difference_multi_alternative ]
2321
[ run difference_multi_spike.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_difference_multi_spike ]
2422
[ run difference_areal_linear.cpp : : : : algorithms_difference_areal_linear ]
2523
[ run difference_gc.cpp : : : : algorithms_difference_gc ]

test/algorithms/set_operations/intersection/Jamfile

-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ test-suite boost-geometry-algorithms-intersection
1818
:
1919
[ run intersection.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_intersection ]
2020
[ run intersection_multi.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_intersection_multi ]
21-
[ run intersection.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_intersection_alternative ]
22-
[ run intersection_multi.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_intersection_multi_alternative ]
2321
[ run intersection_linear_linear.cpp : : : : algorithms_intersection_linear_linear ]
24-
[ run intersection_linear_linear.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_intersection_linear_linear_alternative ]
2522
[ run intersection_areal_areal_linear.cpp : : : : algorithms_intersection_areal_areal_linear ]
2623
[ run intersection_box.cpp : : : : algorithms_intersection_box ]
2724
[ run intersection_gc.cpp : : : : algorithms_intersection_gc ]

test/algorithms/set_operations/union/Jamfile

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ test-suite boost-geometry-algorithms-union
1818
:
1919
[ run union.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_union ]
2020
[ run union_multi.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_union_multi ]
21-
[ run union.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_union_alternative ]
22-
[ run union_multi.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_union_multi_alternative ]
2321
[ run union_aa_geo.cpp : : : : algorithms_union_aa_geo ]
2422
[ run union_aa_sph.cpp : : : : algorithms_union_aa_sph ]
2523
[ run union_gc.cpp : : : : algorithms_union_gc ]

0 commit comments

Comments
 (0)