1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-26 10:19:45 +03:00
occt/tests/bugs/modalg_2/bug453_2
apn c1e0171c58 Modified TODOs in test cases bugs modalg_2 bug5805_* with number of issue #25925.
bugs/modalg_4/bug8842_7 - test stable OK (removed TODOs).
bugs/modalg_2/bug453_2 - added ?TODO according to unstable behavior (#25918)
bugs/moddata_1/bug22759 - updated reference data
bugs/vis/bug21091_4 bug21091_5 bug21091_6 bug21091_9 - updated reference data
sewing/tol_100/K1 - added ?TODO according to unstable behavior (test will be removed in #25471)
2015-03-27 16:26:17 +03:00

40 lines
1012 B
Plaintext
Executable File

puts "TODO ?OCC25918 Windows: Error : The square of result shape is"
puts "TODO OCC24156 MacOS: Tcl Exception:"
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
puts "========"
puts "OCC453"
puts "(case 2)"
puts "========"
puts ""
dchrono h2 reset
dchrono h2 start
set make_print_out 0
dset SCALE 1000.
dset SCALE1 5
tolblend 0.01 1e-04 1e-05 1e-03
restore [locate_data_file shading_137.brep] s
tscale s 0 0 0 SCALE1
explode s E
blend result s 4.5*SCALE1 s_2 4.5*SCALE1 s_1 4.5*SCALE1 s_6 4.5*SCALE1 s_8 4.5*SCALE1 s_10 4.5*SCALE1 s_14 4.5*SCALE1 s_4 4.5*SCALE1 s_5 4.5*SCALE1 s_16 4.5*SCALE1 s_11 4.5*SCALE1 s_19 4.5*SCALE1 s_13
explode result So
tcopy result_1 result
dchrono h2 stop
set q2 [ dchrono h2 show ]
regexp {CPU user time: ([-0-9.+eE]+) seconds} $q2 full z2
puts "$z2"
if { $z2 > 110 } {
puts "Elapsed time is more then 110 seconds - Faulty"
} else {
puts "Elapsed time is less then 110 seconds - OK"
}
set square 3.65777e+06
set 2dviewer 1