Barend Gehrels
|
54b300ab37
|
test: verify failures and remove some rescaling remainings
|
2024-12-09 18:22:08 +01:00 |
|
Vissarion Fisikopoulos
|
a4c05fdfaa
|
Remove BOOST_GEOMETRY_DEBUG_ASSEMBLE
|
2024-08-09 16:31:37 +03:00 |
|
Vissarion Fisikopoulos
|
d3ed449e39
|
Remove rescaling: remove BOOST_GEOMETRY_USE_RESCALING and update BoostGeometryWriteExpectedFailures
|
2024-05-29 15:34:00 +03:00 |
|
Barend Gehrels
|
96ba473fa4
|
placement of const
|
2023-09-29 13:00:34 +02:00 |
|
Adam Wulkiewicz
|
fa4ff35d6a
|
Fix Visual Studio warnings
- C4100 Unreferenced formal parameter
- C4127 Conditional expression is constant
- C4456 Declaration hides previous local declaration
- C4701 Potentially uninitialized local variable used
- C4702 Unreachable code
|
2023-07-01 17:58:04 +02:00 |
|
Barend Gehrels
|
83dab2d98c
|
use auto instead of iterator types, and related
|
2023-04-23 13:31:00 +02:00 |
|
Barend Gehrels
|
e99cfde120
|
[intersection] use balance between distance-to-end and length-of-segments to determine to use a or b
|
2021-09-13 09:27:47 +02:00 |
|
Adam Wulkiewicz
|
789281a5d1
|
Merge pull request #881 from awulkiew/feature/test_dependencies
Drop dependencies in tests.
|
2021-07-30 13:18:22 +02:00 |
|
Barend Gehrels
|
01f8e23b0c
|
[traverse] reverse meaning of isolation in difference
|
2021-07-28 13:10:28 +02:00 |
|
Barend Gehrels
|
14df20453f
|
[test] remove the non used KRAMER define and rephrase/include/exclude some tests
|
2021-07-28 13:09:26 +02:00 |
|
Adam Wulkiewicz
|
08f7e66f79
|
[test] Drop library dependencies in tests.
If possible drop type_traits, mpl, typeof, foreach, assign.
Rearrange some includes.
|
2021-07-22 19:46:51 +02:00 |
|
Adam Wulkiewicz
|
4c6f569d2d
|
[test] Include only necessary headers of Boost.Range.
|
2020-11-26 04:59:40 +01:00 |
|
Barend Gehrels
|
5f677775ef
|
[TEST] Conform the countset, replace many #ifdefs with expectation limits and apply it for float, double, long double (in many tests)
|
2020-10-21 10:18:56 +02:00 |
|
Barend Gehrels
|
a09b9f4b51
|
[test] update testsuite, write expected failures (if all failures are enabled),
use optional counts for difference tests.
|
2020-06-10 14:27:42 +02:00 |
|
Barend Gehrels
|
33ea069ac0
|
[TEST] Test updates, most importantly the check on validity which now
only reports if input is considered as valid.
|
2019-07-17 14:23:29 +02:00 |
|
Adam Wulkiewicz
|
f17be7daba
|
[test][algorithms] Update tests due to change of arguments in difference_insert and sym_difference_insert.
|
2019-06-28 21:47:36 +02:00 |
|
Barend Gehrels
|
861fc38533
|
[TEST] Unify different defines into BOOST_GEOMETRY_TEST_ENABLE_FAILURES
|
2019-05-29 15:48:44 +02:00 |
|
Barend Gehrels
|
de5187f39c
|
[test] update testcases w.r.t. disabling rescaling, add two cases
|
2019-04-03 13:58:40 +02:00 |
|
Barend Gehrels
|
7f23fcea98
|
[test] Harmonize define (four variants were used).
If defined, just ignore test_validity flag (such that validity is
always checked), same for sym_difference
|
2019-03-02 16:08:24 +01:00 |
|
Barend Gehrels
|
07dd079033
|
[CONFIG] Use a positive define (USE_RESCALING) instead of an unclear negative
one (NO_ROBUSTNESS). Precedes removing of the rescaling.
|
2019-03-02 13:39:50 +01:00 |
|
Barend Gehrels
|
cb27d880c7
|
[TEST] Remove NO_SELF from svg filename
|
2019-02-23 14:31:04 +01:00 |
|
Barend Gehrels
|
e9b81ed877
|
[test] add testcases, minor changes in existing testcases
|
2019-01-30 16:22:02 +01:00 |
|
Barend Gehrels
|
6b637c91c0
|
Merge branch 'feature/intvalid' into develop
|
2018-01-04 21:42:43 +01:00 |
|
Barend Gehrels
|
f704579ed0
|
[overlay] by default use self-turns. This reverses definition
of define SELF to NO_SELF. Including all unit tests.
|
2017-12-29 13:17:42 +01:00 |
|
Adam Wulkiewicz
|
b4d2f10f2b
|
[test][algorithms] Add centroid() cases and fix MSVC x64 conversion warnings.
|
2017-12-27 01:55:36 +01:00 |
|
Adam Wulkiewicz
|
7de13d2707
|
[test][difference] Add failing L/A test cases.
|
2017-08-30 18:04:23 +02:00 |
|
Barend Gehrels
|
27fdefbd2e
|
[test] enhance svg filename with self info
|
2017-05-21 14:16:37 +02:00 |
|
Barend Gehrels
|
ae745f5b5c
|
[test] enhance validity messages with ccw/open info
|
2017-05-21 14:15:47 +02:00 |
|
barendgehrels
|
12b1ad9e79
|
[test] avoid testing too much when one type is tested (compilation time)
|
2017-03-18 20:14:19 +01:00 |
|
Adam Wulkiewicz
|
b1c78f6622
|
[test] Test setops, is_simple and is_valid with strategies.
|
2017-02-17 05:45:34 +01:00 |
|
Barend Gehrels
|
b46805107b
|
Merge branch 'develop' into feature/cluster_touch
Conflicts:
include/boost/geometry/algorithms/detail/overlay/handle_touch.hpp
test/algorithms/overlay/Jamfile.v2
test/algorithms/set_operations/difference/difference.cpp
test/algorithms/set_operations/union/union.cpp
|
2016-06-29 13:18:51 +02:00 |
|
Adam Wulkiewicz
|
699df472e7
|
[test][setops] Use multi-geometries as output types (to simplify debugging).
|
2016-06-21 23:55:57 +02:00 |
|
Adam Wulkiewicz
|
ff77e78562
|
[test][setops] Add failing test cases.
|
2016-06-21 16:45:46 +02:00 |
|
Adam Wulkiewicz
|
94b2ff8f10
|
[test][difference][union] Add failing cases.
|
2016-06-20 15:28:51 +02:00 |
|
Barend Gehrels
|
4d6afb1466
|
[test] enable validity testing by default for difference tests
|
2016-04-27 12:06:07 +02:00 |
|
Barend Gehrels
|
c7f8de6632
|
[test] add testcase for #10661, still failing w.r.t. validity in second stage.
To enable scenarios like this, let unit test return WKT
|
2015-11-01 17:33:21 +01:00 |
|
Barend Gehrels
|
9fd8d1643f
|
[test] remove testcode
|
2015-11-01 16:59:09 +01:00 |
|
Barend Gehrels
|
e939bf8e83
|
[test] add settings to difference to test for validity and
conditionally remove spikes
|
2015-11-01 16:24:39 +01:00 |
|
Barend Gehrels
|
c3b23647eb
|
[test] extract areal_linear from difference.cpp into separate ut
|
2015-11-01 12:56:21 +01:00 |
|
Menelaos Karavelas
|
921d666227
|
[test][algorithms][sym_difference] update test results for the sym_difference algorithm
|
2015-07-02 20:52:42 +03:00 |
|
Menelaos Karavelas
|
29c460b546
|
[test][algorithms] remove deprecated includes referring to the
include/boost/geometry/multi/ directory; polish and simplify some includes;
|
2015-03-12 02:10:14 +02:00 |
|
Adam Wulkiewicz
|
26b338a20f
|
[test] Move set and relational operations tests to separate directories.
|
2014-10-30 13:09:12 +01:00 |
|