Skip to content

Commit

Permalink
Disabled known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Feb 26, 2024
1 parent 8c7e20c commit 65c7684
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,30 @@ add_cmdline_test(3mfpngtest SCRIPT ${EX_IM_PNGTEST_PY} ARGS ${OPENSCAD_ARG} --fo
add_cmdline_test(objpngtest SCRIPT ${EX_IM_PNGTEST_PY} ARGS ${OPENSCAD_ARG} --format=OBJ --render=force EXPECTEDDIR 3mfpngtest SUFFIX png FILES ${FILES_MANIFOLD_CORNER_CASES})
add_cmdline_test(offpngtest SCRIPT ${EX_IM_PNGTEST_PY} ARGS ${OPENSCAD_ARG} --format=OFF --render=force EXPECTEDDIR 3mfpngtest SUFFIX png FILES ${FILES_MANIFOLD_CORNER_CASES})

set_tests_properties(
# Manifold construction error. Probably due to polygon soup strategy
3mfpngtest_polyhedron-self-touch-face-nonmanifold
3mfpngtest_polyhedron-self-touch-face
objpngtest_polyhedron-self-touch-face-nonmanifold
objpngtest_polyhedron-self-touch-face
offpngtest_polyhedron-self-touch-face-nonmanifold
offpngtest_polyhedron-self-touch-face

# OBJ import bug: Deduplicating vertices without adjusting indices:
# https://github.com/openscad/openscad/issues/5015
objpngtest_tetracyl-touch-edge
objpngtest_tetracyl-touch-vertex
objpngtest_polyhedrons-touch-edge-nonmanifold
objpngtest_polyhedrons-touch-edge
objpngtest_polyhedrons-touch-vertex-nonmanifold
objpngtest_polyhedrons-touch-vertex
objpngtest_polyhedron-self-touch-edge-nonmanifold
objpngtest_polyhedron-self-touch-edge
objpngtest_polyhedron-self-touch-vertex-nonmanifold
objpngtest_polyhedron-self-touch-vertex
PROPERTIES DISABLED TRUE
)

# Failing tests
add_failing_test(stlfailedtest SUFFIX stl FILES ${TEST_SCAD_DIR}/misc/empty-union.scad ARGS --retval=1)
add_failing_test(offfailedtest SUFFIX off FILES ${TEST_SCAD_DIR}/misc/empty-union.scad ARGS --retval=1)
Expand Down

0 comments on commit 65c7684

Please sign in to comment.