Clarified test cases for #541 and #578

export-menu
Marius Kintel 2013-12-30 01:48:46 -05:00
parent 69d9dfd29b
commit 38b8e6961e
6 changed files with 1831 additions and 1 deletions

7
testdata/scad/bugs/issue541.scad vendored Normal file
View File

@ -0,0 +1,7 @@
/*
CGAL::Polyhedron_incremental_builder_3<HDS>::
lookup_halfedge(): input error: facet 81 shares a halfedge from vertex 61 to vertex 69 with facet 38.
ERROR: CGAL NefPolyhedron->Polyhedron conversion failed.
*/
render() import("issue541.stl");

1822
testdata/scad/bugs/issue541.stl vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -8,4 +8,4 @@ Line : 636
Explanation:
Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html
*/
render() import("issue78b.stl");
render() import("issue578b.stl");

View File

@ -886,6 +886,7 @@ set_test_config(Heavy opencsgtest_minkowski3-tests
list(APPEND BUGS_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue541.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue578.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue578b.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue582.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue584.scad)

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB