mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Two test cases are added. One for Boolean operation (it is good, because BO has been fixed already), and another for fixshape operation (it causes Draw crash).
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
puts "========"
|
|
puts "0030396: Infinite recursion during ShapeFix after BRepAlgoAPI_Cut"
|
|
puts "========"
|
|
puts ""
|
|
|
|
puts "TODO 30396 ALL:TEST INCOMPLETE"
|
|
|
|
# The shape bug30396_bad_result.brep has been saved in OCCT 7.3, before BO has been fixed.
|
|
restore [locate_data_file bug30396_bad_result.brep] a
|
|
# The Draw crashed here
|
|
fixshape r a
|