1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/iges/buc60685
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

25 lines
701 B
Plaintext
Executable File

puts "============"
puts "BUC60685"
puts "============"
puts ""
cpulimit 1000
set l [igesbrep [locate_data_file buc60685a.igs] a xst-transferrable-roots]
tpcompound result
checkshape result r
regexp {List given by xst-transferrable-roots : Nb entities selected : +([-0-9+eE]+)} ${l} full start
regexp {List given by xst-transferrable-roots : Nb entities selected : +([-0-9+eE]+)} ${l} full end
puts "start = ${start}"
puts "end = ${end}"
if { ${start} == ${end} && ${start} == 19 } {
puts "BUC60685: OK"
} else {
puts "Faulty : wrong number of translated shapes. It is ${end} instead of ${start}"
puts "BUC60685: Faulty"
}
checkview -display result -2d -path ${imagedir}/${test_image}.png