diff options
-rw-r--r-- | testdata/scad/bugs/issue541.scad | 1 | ||||
-rw-r--r-- | testdata/scad/bugs/issue578b.scad | 11 | ||||
-rw-r--r-- | testdata/scad/bugs/issue578b.stl (renamed from testdata/scad/bugs/issue541.stl) | 0 | ||||
-rw-r--r-- | tests/regression/cgalpngtest/issue578b-expected.png (renamed from tests/regression/cgalpngtest/issue541-expected.png) | bin | 7812 -> 7812 bytes | |||
-rw-r--r-- | tests/regression/opencsgtest/issue578b-expected.png (renamed from tests/regression/opencsgtest/issue541-expected.png) | bin | 7812 -> 7812 bytes |
5 files changed, 11 insertions, 1 deletions
diff --git a/testdata/scad/bugs/issue541.scad b/testdata/scad/bugs/issue541.scad deleted file mode 100644 index 16c79d8..0000000 --- a/testdata/scad/bugs/issue541.scad +++ /dev/null @@ -1 +0,0 @@ -render() import("issue541.stl"); diff --git a/testdata/scad/bugs/issue578b.scad b/testdata/scad/bugs/issue578b.scad new file mode 100644 index 0000000..11fad08 --- /dev/null +++ b/testdata/scad/bugs/issue578b.scad @@ -0,0 +1,11 @@ +/* + sorry, this triangulation does not deal with + intersecting constraints +CGAL error: assertion violation! +Expression : false +File : ../libraries/install/include/CGAL/Constrained_triangulation_2.h +Line : 636 +Explanation: +Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html +*/ +render() import("issue78b.stl"); diff --git a/testdata/scad/bugs/issue541.stl b/testdata/scad/bugs/issue578b.stl index 39658ae..39658ae 100644 --- a/testdata/scad/bugs/issue541.stl +++ b/testdata/scad/bugs/issue578b.stl diff --git a/tests/regression/cgalpngtest/issue541-expected.png b/tests/regression/cgalpngtest/issue578b-expected.png Binary files differindex fd42ff7..fd42ff7 100644 --- a/tests/regression/cgalpngtest/issue541-expected.png +++ b/tests/regression/cgalpngtest/issue578b-expected.png diff --git a/tests/regression/opencsgtest/issue541-expected.png b/tests/regression/opencsgtest/issue578b-expected.png Binary files differindex fd42ff7..fd42ff7 100644 --- a/tests/regression/opencsgtest/issue541-expected.png +++ b/tests/regression/opencsgtest/issue578b-expected.png |