mirror of https://github.com/CGAL/cgal
Too many tests! If the macro `__OPTIMIZE__` evaluates to true, the random testing computes 1M tests. That is too much. Here the test was killed, after 20 minutes, after 1M iterations with `Cartesian<double>` and 954K iterations with `Homogeneous<MP_Float>`: https://cgal.geometryfactory.com/CGAL/Members/testsuite/CGAL-4.7-Ic-128/Intersections_3/TestReport_lrineau_x86-64_Linux-Fedora19_llvm-clang-with-g++-4.8.gz 100K tests should be enough, and will decrease the CPU consumption by a factor of 10. ...Actually, I am not at all convinced that those random tests are useful! And why do we use random tests for Bbox_3/Triangle_3 and for no other pairs of CGAL objects? |
||
|---|---|---|
| .. | ||
| bbox_other_do_intersect_test.cpp | ||
| call_test.cpp | ||
| circle_other.cpp | ||
| create_bbox_mesh.h | ||
| line_line.cpp | ||
| numrep1.h | ||
| numrep2.h | ||
| segment_segment.cpp | ||
| test_intersections_3.cpp | ||
| triangle_3_triangle_3_intersection.cpp | ||
| triangle_other.cpp | ||
| triangle_other_intersection_test.cpp | ||