mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
- The maximum value of cpulimit in test cases was limited to 1000 seconds (~ 17 minutes) - cpulimit 1000 has been added to hlr/begin
27 lines
732 B
Plaintext
Executable File
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
|