1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_1/buc60703_1
bugmaster 50174691dc 0032404: Draw - problems with definition of cpulimit in tests
- The maximum value of cpulimit in test cases was limited to 1000 seconds (~ 17 minutes)
- cpulimit 1000 has been added to hlr/begin
2021-06-16 17:10:53 +03:00

27 lines
732 B
Plaintext
Executable File

puts "========================"
puts "BUC60703"
puts "================================="
puts "Action with models with VERY BIG tolerance"
puts "================================="
##########################################
## Crash during a fuse whilst two plans are tangent.
## ( Case has LIMITATION status currently )
##########################################
cpulimit 1000
restore [locate_data_file buc60703a.brep] a
# maxtolerance a
checkshape a
restore [locate_data_file buc60703b.brep] b
# maxtolerance b
checkshape b
bfuse result a b
checkshape result
checkprops result -s 173.109 -v 129.814
checknbshapes result -wire 10 -face 10 -shell 1 -solid 1
checkview -display result -2d -path ${imagedir}/${test_image}.png