[Bf-blender-cvs] [843aead88e7] newboolean: Disable the boolean and modifier python tests.

Howard Trickey noreply at git.blender.org
Wed Aug 5 21:56:46 CEST 2020


Commit: 843aead88e77a4a0ebf230be61444a2a37823a7d
Author: Howard Trickey
Date:   Wed Aug 5 15:52:48 2020 -0400
Branches: newboolean
https://developer.blender.org/rB843aead88e77a4a0ebf230be61444a2a37823a7d

Disable the boolean and modifier python tests.

These tests rely on the behavoir of the old boolean, down the the
exact values of coordinates and ordering of the output vertices.
Because I want the default behavior of boolean to be new boolean
in this branch, this is inconvenient. I will make these tests work
again if/when we merge with master. Probably by adding the flag
that invokes the old behavior to the tests.
New bevel is mostly tested by unit tests now, so disabling the
regression test for it is not a big deal.

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 1b78a938a04..0f3d8412086 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -154,13 +154,13 @@ add_blender_test(
   --run-all-tests
 )
 
-add_blender_test(
-  bmesh_boolean
-  ${TEST_SRC_DIR}/modeling/bool_regression.blend
-  --python ${TEST_PYTHON_DIR}/boolean_operator.py
-  --
-  --run-all-tests
-)
+# add_blender_test(
+#  bmesh_boolean
+#  ${TEST_SRC_DIR}/modeling/bool_regression.blend
+#  --python ${TEST_PYTHON_DIR}/boolean_operator.py
+#  --
+#  --run-all-tests
+#)
 
 add_blender_test(
   bmesh_split_faces
@@ -176,13 +176,13 @@ add_blender_test(
   --python-text run_tests.py
 )
 
-add_blender_test(
-  modifiers
-  ${TEST_SRC_DIR}/modeling/modifiers.blend
-  --python ${TEST_PYTHON_DIR}/modifiers.py
-  --
-  --run-all-tests
-)
+#add_blender_test(
+#  modifiers
+#  ${TEST_SRC_DIR}/modeling/modifiers.blend
+#  --python ${TEST_PYTHON_DIR}/modifiers.py
+#  --
+#  --run-all-tests
+#)
 
 add_blender_test(
   physics_cloth



More information about the Bf-blender-cvs mailing list