1
0
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:
dbv 2013-04-05 13:46:37 +04:00
parent 0a768f5684
commit bcfb87ebe4
12 changed files with 23 additions and 1 deletions

View File

@ -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
####################################################################### #######################################################################

View File

@ -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
####################################################################### #######################################################################

View File

@ -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
########################################################################################################## ##########################################################################################################

View File

@ -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"

View File

@ -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"

View File

@ -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_"

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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

View File

@ -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

View File

@ -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