0028097: Test system does not recognize 'fail...' messages as errors
[occt.git] / tests / perf / modalg / bug10160_2
CommitLineData
0e443e13 1puts "TODO CR29596 ALL: Warning: Intersection of pair of shapes has failed"
a4eba920 2puts "TODO OCC11111 ALL: Error : is WRONG because number of "
61c421bf 3
4puts "============"
5puts "OCC10160"
6puts "============"
7puts ""
8#######################################################################
9# BOP perfomance improvemen
10#######################################################################
11
12set BugNumber OCC10160
13
14restore [locate_data_file OCC10160-1.brep] b1
15restore [locate_data_file OCC10160-2.brep] b2
16
17set NbTests 3
18
19puts "Prepare boolean operation ..."
44fae8b1 20dchrono h0 restart
61c421bf 21bop b1 b2
44fae8b1 22dchrono h0 stop counter bop
61c421bf 23
24puts "Start boolean operation ..."
44fae8b1 25dchrono h restart
61c421bf 26#
27# BOOLEAN OPERATION ----- START
28#
29for {set i 1} {$i <= ${NbTests}} {incr i} {
30 bopfuse result
31}
32#
33# BOOLEAN OPERATION ----- FINISH
34#
44fae8b1 35dchrono h stop counter bopfuse
61c421bf 36
58cf74e0 37checkprops result -s 4.75218e+07
38checkshape result
61c421bf 39
40# Analysis of "nbshapes res"
a4eba920 41checknbshapes result -vertex 32 -edge 60 -wire 32 -face 29 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 156
5747059b 42checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 43