mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Adjusting testing case for testing on Debian60 64bit
This commit is contained in:
parent
b9d558fc57
commit
3af9db62e0
@ -2,8 +2,8 @@ if { [array get env os_type] != "" } {
|
||||
set os $env(os_type)
|
||||
}
|
||||
if { [string compare $os "windows"] != 0 } {
|
||||
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_2"
|
||||
puts "TODO OCC12345 ALL: Faulty OCC399: Command checkshape works wrongly: Source shape is invalid but this shape must be OK"
|
||||
puts "TODO ?OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_2"
|
||||
puts "TODO ?OCC12345 ALL: Faulty OCC399: Command checkshape works wrongly: Source shape is invalid but this shape must be OK"
|
||||
### by apn master 16.12.2012
|
||||
### puts "TODO OCC12345 ALL: Error : The square of result shape is"
|
||||
}
|
||||
|
@ -2,9 +2,9 @@ if {[array get env os_type] != ""} {
|
||||
set os $env(os_type)
|
||||
}
|
||||
if {[string compare $os "windows"] != 0 } {
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception"
|
||||
puts "TODO OCC12345 ALL: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
pload QAcommands
|
||||
|
@ -1,4 +1,6 @@
|
||||
puts "TODO ?OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
|
||||
|
@ -2,9 +2,9 @@ if { [array get env os_type] != "" } {
|
||||
set os $env(os_type)
|
||||
}
|
||||
if { [string compare $os "windows"] != 0 } {
|
||||
puts "TODO OCC12345 ALL: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC12345 ALL: OCC165 Faulty"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: OCC165 Faulty"
|
||||
}
|
||||
|
||||
puts "========"
|
||||
|
@ -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 infinite Surfaces"
|
||||
puts "TODO OCC12345 MacOS: Faulty OCC565: function intersection works wrongly with infinite Surfaces"
|
||||
|
||||
puts "========"
|
||||
|
@ -26,8 +26,8 @@ set at_Z 0
|
||||
|
||||
vviewparams ${scale} ${center_X} ${center_Y} ${proj_X} ${proj_Y} ${proj_Z} ${up_X} ${up_Y} ${up_Z} ${at_X} ${at_Y} ${at_Z}
|
||||
|
||||
set x_coord 36
|
||||
set y_coord 201
|
||||
set x_coord 210
|
||||
set y_coord 204
|
||||
|
||||
checkcolor $x_coord $y_coord 0.6 0.6 0.6
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# check that the result is good shape with expected area
|
||||
|
||||
set anOS $tcl_platform(os)
|
||||
if { ${anOS} == "Darwin" } {
|
||||
if { ${anOS} == "Linux" } {
|
||||
dlocale LC_ALL fr_FR
|
||||
} else {
|
||||
dlocale LC_ALL French
|
||||
|
@ -15,12 +15,12 @@ if { [string compare $command chamf_sequence] == 0 } {
|
||||
if { [string compare ${os} "Windows-64-VC9"] != 0 && [string compare ${os} "Windows-64-VC10"] != 0} {
|
||||
set nf 0
|
||||
if { [string compare $group equal_dist] == 0 } {
|
||||
if {[string compare $os "Debian40"] == 0 || [string compare $os "Mandriva2008"] == 0 || [string compare $os "Mandriva2010"] == 0 } {
|
||||
if {[string compare $os "Debian40"] == 0 || [string compare $os "Debian60-64"] == 0 || [string compare $os "Mandriva2008"] == 0 || [string compare $os "Mandriva2010"] == 0 } {
|
||||
set nf 4
|
||||
}
|
||||
}
|
||||
if { [string compare $group dist_dist] == 0 } {
|
||||
if {[string compare $os "Mandriva2010"] == 0} {
|
||||
if {[string compare $os "Mandriva2010"] == 0 || [string compare $os "Debian60-64"] == 0 } {
|
||||
set nf 2
|
||||
##set nf 0
|
||||
}
|
||||
|
@ -5,6 +5,7 @@ puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
|
||||
set LinuxDiff 3
|
||||
set LinuxFaulties {STATSHAPE TOLERANCE}
|
||||
|
@ -1,6 +1,7 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Windows: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO ?CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 4
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 Windows: CHECKSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Windows: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 Windows: STATSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Windows: STATSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 Windows: NBSHAPES : Faulty"
|
||||
puts "TODO ?CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
|
||||
|
@ -4,7 +4,7 @@ puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
puts "TODO ?CR23096 ALL: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename UKI60107-6.igs
|
||||
|
@ -1,10 +1,10 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 Windows: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 Windows: TOLERANCE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 5 differences with reference data found :"
|
||||
puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: Error : 5 differences with reference data found :"
|
||||
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
|
||||
set LinuxDiff 5
|
||||
set LinuxFaulties {CHECKSHAPE}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 Windows: STATSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Windows: LABELS : Faulty"
|
||||
puts "TODO ?CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty "
|
||||
puts "TODO CR23096 Mandriva2010: TPSTAT : Faulty "
|
||||
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Windows: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 Windows: LABELS : Faulty"
|
||||
puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
|
||||
puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty "
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Windows: TPSTAT : Faulty"
|
||||
puts "TODO ?CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 Windows: CHECKSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: Error : 1 differences with reference data found :"
|
||||
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
|
||||
set LinuxDiff 1
|
||||
set LinuxFaulties {CHECKSHAPE}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 Windows: TOLERANCE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 Windows: CHECKSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
puts "TODO ?CR23096 ALL: Error : 2 differences with reference data found :"
|
||||
|
||||
|
||||
set LinuxDiff 2
|
||||
|
@ -1,8 +1,8 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Windows: CHECKSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 Windows: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
puts "TODO ?CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
set filename BUC61004.stp
|
||||
|
@ -1,7 +1,7 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Windows: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 Windows: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 Windows: TOLERANCE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO ?CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: TEST INCOMPLETE"
|
||||
|
||||
set filename Z8INV5.stp
|
||||
|
Loading…
x
Reference in New Issue
Block a user