0024156: It's necessary to add TODO in test cases to avoid known regressions on MacOS
[occt.git] / tests / chamfer / data / complex / B5
CommitLineData
34dd4990 1set chamf_shape 8_J1.draw
40093367 2set chamf_edge_face [list " 3 2" " 9 2"]
3set chamf_dist_angle [list "0.1 60" "0.06 60"]
4set chamf_dist_dist [list "0.1 0.08" "0.12 0.08"]
5set chamf_equal_dist [list "0.1 " "0.2 "]
6if { [string compare $command chamf] == 0 } {
7 if {[string compare $group dist_angle] == 0 || [string compare $group equal_dist] == 0} {
8 puts "TODO OCC22909 All:chamfer is not done. compute of chamfer failed"
9 }
10} else {
11 set os "ALL"
12 if {[array get env os_type] != ""} {
13 set os $env(os_type)
14 }
15 if {[string compare $group dist_angle] == 0} {
b58dfc5e 16 puts "TODO ?OCC22909 ALL:Faulty shapes in variables faulty_1 to faulty_"
3cdfdc9a 17 puts "TODO OCC22909 MacOS: chamfer is not done. compute of chamfer failed"
18 }
19 if {[string compare $group dist_dist] == 0} {
20 puts "TODO OCC22909 MacOS: chamfer is not done. compute of chamfer failed"
40093367 21 }
22 if {[string compare $group equal_dist] == 0} {
b58dfc5e 23 puts "TODO ?OCC22909 ALL:Faulty shapes in variables faulty_1 to faulty_"
3cdfdc9a 24 puts "TODO OCC22909 MacOS: chamfer is not done. compute of chamfer failed"
40093367 25 }
26}