]> OCCT Git - occt.git/commitdiff
0033113: Modeling Algorithms - BRepFilletAPI_MakeFillet::Build SIGSEGV CR33113
authorabulyche <andrey.bulychev@opencascade.com>
Wed, 26 Oct 2022 13:34:45 +0000 (16:34 +0300)
committerabulyche <andrey.bulychev@opencascade.com>
Thu, 8 Dec 2022 18:05:01 +0000 (21:05 +0300)
Added the test case for this ticket.

tests/bugs/modalg_8/bug33113 [new file with mode: 0644]

diff --git a/tests/bugs/modalg_8/bug33113 b/tests/bugs/modalg_8/bug33113
new file mode 100644 (file)
index 0000000..1a6c952
--- /dev/null
@@ -0,0 +1,21 @@
+puts "TODO OCC33113 ALL: Tcl Exception"
+puts "TODO OCC33113 ALL: TEST INCOMPLETE"
+
+puts "================================"
+puts "OCC33113: Modeling Algorithms - BRepFilletAPI_MakeFillet::Build SIGSEGV"
+puts "================================"
+
+restore [locate_data_file bug33113.brep] sh
+
+explode sh e
+copy sh_4 e
+
+explode sh So
+copy sh_1 s
+
+fillet res s 0.1 e
+
+checkshape res
+
+checkview -display res -3d -path ${imagedir}/${test_image}.png
+