0024121: It's necessary to add TODO in test cases to avoid known regressions in debug...
[occt.git] / tests / boolean / bopfuse_simple / ZP6
CommitLineData
b58dfc5e 1puts "TODO DEBUG_OCC24121 Debian60-64: Faulty shapes in variables faulty_1 to faulty_"
2puts "TODO DEBUG_OCC24121 Debian60-64: Error : The area of the resulting shape is"
3
40093367 4#
5# *10603
6#
7#Create 3 torus
8set os "ALL"
9if {[array get env os_type] != ""} {
10 set os $env(os_type)
11}
12if {[string compare $os "Debian50-64"] != 0 && [string compare $os "Debian60-64"] != 0 && [string compare $os "Mandriva2010-64"] != 0} {
15f88c12 13 set inst ""
14 if { [regexp -nocase {Windows} $os] == 1 } {
15 set inst "?"
16 }
228148b3 17 if { [string compare $os "Mandriva2010" ] == 0 } {
18 set inst "?"
19 }
7ef2d866 20 # CR23404
dfa3d64f 21 puts "TODO ${inst}#22911 ${os}: Faulty shapes in variables faulty_1 to faulty_"
8418c617 22}
40093367 23
49c093ae 24if { [string compare $os "CentOS55-64"] == 0
25 || [string compare $os "Debian40"] == 0
26 || [string compare $os "Debian40-64"] == 0
27 || [string compare $os "Mandriva2008"] == 0
28 || [string compare $os "Mandriva2008-64"] == 0
4e57c75e 29 || [string compare $os "SL51-64"] == 0
30 || [string compare $os "windows"] == 0
49c093ae 31} {
6aac585a 32 puts "TODO OCC22911 $os: Error : The area of the resulting shape is"
49c093ae 33}
34
40093367 35ptorus a0 100 20
36tcopy a0 a1
37tcopy a0 a2
38trotate a1 0 0 0 1 0 0 90
39trotate a2 0 0 0 0 1 0 90
40
41bop a0 a1
42bopfuse x1
43
44bop x1 a2
45bopfuse result
46
47set square 197700