mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
0023879: Test cases update for Mac OS X platform
This commit is contained in:
parent
0a768f5684
commit
bcfb87ebe4
@ -2,6 +2,7 @@ puts "============"
|
|||||||
puts "OCC13209"
|
puts "OCC13209"
|
||||||
puts "============"
|
puts "============"
|
||||||
puts ""
|
puts ""
|
||||||
|
puts "TODO OCC23878 MacOS: Error : Result shape is WRONG"
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Exception is raised while performing boolean operations
|
# Exception is raised while performing boolean operations
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
@ -2,6 +2,7 @@ puts "============"
|
|||||||
puts "OCC13209"
|
puts "OCC13209"
|
||||||
puts "============"
|
puts "============"
|
||||||
puts ""
|
puts ""
|
||||||
|
puts "TODO OCC23878 MacOS: Error : Result shape is WRONG"
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Exception is raised while performing boolean operations
|
# Exception is raised while performing boolean operations
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
@ -2,6 +2,7 @@ puts "============"
|
|||||||
puts "CR23367"
|
puts "CR23367"
|
||||||
puts "============"
|
puts "============"
|
||||||
puts ""
|
puts ""
|
||||||
|
puts "TODO ?OCC453 MacOS: Error : The square of result shape is"
|
||||||
##########################################################################################################
|
##########################################################################################################
|
||||||
# New functionality restoring the middle path of pipe-like shape
|
# New functionality restoring the middle path of pipe-like shape
|
||||||
##########################################################################################################
|
##########################################################################################################
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
|
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
|
||||||
|
puts "TODO ?OOC12345 MacOS: Faulty shapes in variables"
|
||||||
|
|
||||||
puts "========================"
|
puts "========================"
|
||||||
puts " OCC615"
|
puts " OCC615"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
puts "TODO OCC12345 ALL: Faulty OCC565: function intersection works wrongly with trimmed Surfaces"
|
puts "TODO OCC12345 ALL: Faulty OCC565: function intersection works wrongly with trimmed Surfaces"
|
||||||
|
puts "TODO OCC12345 MacOS: Faulty OCC565: function intersection works wrongly with infinite Surfaces"
|
||||||
|
|
||||||
puts "========"
|
puts "========"
|
||||||
puts "OCC567"
|
puts "OCC567"
|
||||||
|
@ -33,6 +33,16 @@ if { [string compare $command chamf_sequence] == 0 } {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if { [string compare ${os} "MacOS"] == 0 } {
|
||||||
|
set nf 0
|
||||||
|
if { [string compare $group dist_dist] == 0 } {
|
||||||
|
set nf 8
|
||||||
|
}
|
||||||
|
if { [string compare $group equal_dist] == 0 } {
|
||||||
|
set nf 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if { $nf != 0 } {
|
if { $nf != 0 } {
|
||||||
#puts "TODO OCC22909 $os:Faulty shapes in variables faulty_1 to faulty_$nf"
|
#puts "TODO OCC22909 $os:Faulty shapes in variables faulty_1 to faulty_$nf"
|
||||||
puts "TODO OCC22909 $os:Faulty shapes in variables faulty_1 to faulty_"
|
puts "TODO OCC22909 $os:Faulty shapes in variables faulty_1 to faulty_"
|
||||||
|
@ -10,6 +10,7 @@ if {
|
|||||||
|| [string compare $os "Windows-64-VC8"] == 0
|
|| [string compare $os "Windows-64-VC8"] == 0
|
||||||
|| [string compare $os "Windows-64-VC9"] == 0
|
|| [string compare $os "Windows-64-VC9"] == 0
|
||||||
|| [string compare $os "Windows-64-VC10"] == 0
|
|| [string compare $os "Windows-64-VC10"] == 0
|
||||||
|
|| [string compare $os "MacOS"] == 0
|
||||||
} {
|
} {
|
||||||
puts "TODO OCC23068 $os: Error : Result shape is WRONG"
|
puts "TODO OCC23068 $os: Error : Result shape is WRONG"
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,7 @@ if {
|
|||||||
|| [string compare $os "Windows-64-VC8"] == 0
|
|| [string compare $os "Windows-64-VC8"] == 0
|
||||||
|| [string compare $os "Windows-64-VC9"] == 0
|
|| [string compare $os "Windows-64-VC9"] == 0
|
||||||
|| [string compare $os "Windows-64-VC10"] == 0
|
|| [string compare $os "Windows-64-VC10"] == 0
|
||||||
|
|| [string compare $os "MacOS"] == 0
|
||||||
} {
|
} {
|
||||||
puts "TODO OCC23068 $os: Error : Result shape is WRONG"
|
puts "TODO OCC23068 $os: Error : Result shape is WRONG"
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,7 @@ if {
|
|||||||
|| [string compare $os "Windows-64-VC8"] == 0
|
|| [string compare $os "Windows-64-VC8"] == 0
|
||||||
|| [string compare $os "Windows-64-VC9"] == 0
|
|| [string compare $os "Windows-64-VC9"] == 0
|
||||||
|| [string compare $os "Windows-64-VC10"] == 0
|
|| [string compare $os "Windows-64-VC10"] == 0
|
||||||
|
|| [string compare $os "MacOS"] == 0
|
||||||
} {
|
} {
|
||||||
puts "TODO OCC23068 $os: Error : Result shape is WRONG"
|
puts "TODO OCC23068 $os: Error : Result shape is WRONG"
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
puts "TODO OCC23068 MacOS: Error : The resulting shape is WRONG"
|
||||||
restore [locate_data_file offset_wire_099.brep] s
|
restore [locate_data_file offset_wire_099.brep] s
|
||||||
|
|
||||||
set length 302.636
|
set length 302.636
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
puts "TODO OCC23068 MacOS: Error : The resulting shape is WRONG"
|
||||||
restore [locate_data_file offset_wire_099.brep] s
|
restore [locate_data_file offset_wire_099.brep] s
|
||||||
|
|
||||||
set length 325.844
|
set length 325.844
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
puts "TODO OCC23068 ALL: Error : result is not a topological shape"
|
puts "TODO OCC23068 ALL: Error : result is not a topological shape"
|
||||||
puts "TODO OCC23068 ALL: Error : The offset cannot be built."
|
puts "TODO OCC23068 ALL: Error : The offset cannot be built."
|
||||||
|
puts "TODO OCC23068 MacOS: Error : The length of the resulting shape is"
|
||||||
|
puts "TODO OCC23068 MacOS: Error : The resulting shape is WRONG"
|
||||||
restore [locate_data_file offset_wire_001.brep] s
|
restore [locate_data_file offset_wire_001.brep] s
|
||||||
set length 0
|
set length 0
|
||||||
set nbsh_v 0
|
set nbsh_v 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user