#1089 Added minimal testcase

master
Marius Kintel 2015-01-04 12:24:46 -05:00
parent 86daffdfd7
commit acb206dd18
5 changed files with 9 additions and 0 deletions

8
testdata/scad/bugs/issue1089.scad vendored Normal file
View File

@ -0,0 +1,8 @@
hull()
polyhedron(points = [
[-0.249434174697078959, -9.946811825017595865, 7.668480694904857842],
[-0.503165223042536525, 8.8964795095546467252, 0.896037100784631946],
[-0.503165223042536525, -0.66656805007570774091, 3.819754148011998751],
[-0.503165223042536525, -10.229615609706060653, 6.743471195239365557]],
faces = [[0,1,2,3]]);

View File

@ -1219,6 +1219,7 @@ list(APPEND BUGS_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue584.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1005.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1061.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1069.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1089.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1105.scad)
list(APPEND EXPORT3D_TEST_FILES ${BUGS_FILES})
list(REMOVE_ITEM EXPORT3D_TEST_FILES

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB