mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0025313: Review of TODOs in test cases for unused platforms
TODOs for unused platforms were deleted. Issue 22988 was closed.
This commit is contained in:
parent
9e20ed5793
commit
a520f6eb9a
@ -1,14 +1,3 @@
|
||||
set os "ALL"
|
||||
if {[array get env os_type] != ""} {
|
||||
set os $env(os_type)
|
||||
}
|
||||
if {[string compare $os "Debian40"] == 0 || [string compare $os "Mandriva2008"] == 0} {
|
||||
puts "TODO OCC22817 All: TEST INCOMPLETE"
|
||||
} else {
|
||||
# CR23404
|
||||
#puts "TODO OCC22817 All: Faulty shapes in variables faulty_1 to faulty_4"
|
||||
}
|
||||
|
||||
ellipse w1 0 0 0 15 10
|
||||
mkedge w1 w1 0 pi/2
|
||||
trotate w1 0 0 0 1 0 0 90
|
||||
|
@ -1,5 +1,3 @@
|
||||
puts "TODO OCC22817 Mandriva2010: Error : The area of the resulting shape is"
|
||||
|
||||
#########################
|
||||
# bug sewing #
|
||||
#########################
|
||||
|
@ -1,5 +1,3 @@
|
||||
puts "TODO OCC22817 Mandriva2010: Error : The area of the resulting shape is"
|
||||
|
||||
#########################
|
||||
# bug sewing #
|
||||
#########################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Original bug : ger60054
|
||||
# Date : 11mar98
|
||||
|
||||
puts "TODO #22911 Mandriva2010: Faulty shapes in variables faulty_1 to faulty_2"
|
||||
|
||||
restore [locate_data_file ger60054a.rle] a
|
||||
restore [locate_data_file CTO900_ger60054b.rle] b
|
||||
fsameparameter a
|
||||
|
@ -2,7 +2,6 @@
|
||||
# Date :
|
||||
|
||||
# CR23404
|
||||
#puts "TODO OCC23099 Mandriva2010: Faulty shapes in variables faulty_1 to faulty_"
|
||||
|
||||
restore [locate_data_file CTO900_pro12696a.rle] a
|
||||
restore [locate_data_file CTO900_pro12696b.rle] b
|
||||
|
@ -1,5 +1,3 @@
|
||||
puts "TODO #22911 Debian40 Mandriva2008 Mandriva2010: Faulty shapes in variables faulty_1 to faulty_"
|
||||
|
||||
restore [locate_data_file a106] a
|
||||
restore [locate_data_file b106] b
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#
|
||||
# *10603
|
||||
#
|
||||
@ -7,14 +6,11 @@ set os "ALL"
|
||||
if {[array get env os_type] != ""} {
|
||||
set os $env(os_type)
|
||||
}
|
||||
if {[string compare $os "Debian50-64"] != 0 && [string compare $os "Debian60-64"] != 0 && [string compare $os "Mandriva2010-64"] != 0} {
|
||||
if {[string compare $os "Debian60-64"] != 0} {
|
||||
set inst ""
|
||||
if { [regexp -nocase {Windows} $os] == 1 } {
|
||||
set inst "?"
|
||||
}
|
||||
if { [string compare $os "Mandriva2010" ] == 0 } {
|
||||
set inst "?"
|
||||
}
|
||||
if { [string compare $os "MacOS" ] == 0 } {
|
||||
set inst "?"
|
||||
}
|
||||
@ -22,16 +18,6 @@ if {[string compare $os "Debian50-64"] != 0 && [string compare $os "Debian60-64"
|
||||
puts "TODO ${inst}#22911 ${os}: Faulty shapes in variables faulty_1 to faulty_"
|
||||
}
|
||||
|
||||
if { [string compare $os "CentOS55-64"] == 0
|
||||
|| [string compare $os "Debian40"] == 0
|
||||
|| [string compare $os "Debian40-64"] == 0
|
||||
|| [string compare $os "Mandriva2008"] == 0
|
||||
|| [string compare $os "Mandriva2008-64"] == 0
|
||||
|| [string compare $os "SL51-64"] == 0
|
||||
|| [string compare $os "windows"] == 0
|
||||
} {
|
||||
}
|
||||
|
||||
ptorus a0 100 20
|
||||
tcopy a0 a1
|
||||
tcopy a0 a2
|
||||
|
@ -1,10 +1,5 @@
|
||||
if {[array get env os_type] != "" } {
|
||||
set os $env(os_type)
|
||||
}
|
||||
if { [string compare $os "windows"] == 0 } {
|
||||
puts "TODO OCC23626 ALL: Tcl Exception"
|
||||
puts "TODO OCC23626 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
puts "TODO OCC23626 Windows: Tcl Exception"
|
||||
puts "TODO OCC23626 Windows: TEST INCOMPLETE"
|
||||
|
||||
puts "================"
|
||||
puts "OCC63"
|
||||
|
@ -1,13 +1,3 @@
|
||||
### by apn on IR-2012-12-21
|
||||
##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: TEST INCOMPLETE"
|
||||
##}
|
||||
|
||||
puts "========================"
|
||||
puts "BUC60823"
|
||||
puts "========================"
|
||||
|
@ -1,5 +1,3 @@
|
||||
puts "TODO #23659 Mandriva2010: Error : The square of result shape is"
|
||||
|
||||
puts "=============="
|
||||
puts " BUC60409 "
|
||||
puts " FUSE "
|
||||
|
@ -1,5 +1,3 @@
|
||||
puts "TODO #23659 Mandriva2010: Error : The square of result shape is"
|
||||
|
||||
puts "============="
|
||||
puts " BUC60409 "
|
||||
puts " CUT "
|
||||
|
@ -1,6 +1,3 @@
|
||||
puts "TODO #23659 Mandriva2010: Error : The square of result shape is"
|
||||
puts "TODO #23659 Mandriva2010: Error : The command is not valid. The square is"
|
||||
|
||||
puts "================="
|
||||
puts " BUC60409 "
|
||||
puts " COMMON "
|
||||
|
@ -1,11 +1,3 @@
|
||||
if { [array get env os_type] != "" } {
|
||||
set os $env(os_type)
|
||||
}
|
||||
if { [string compare $os "windows"] != 0 } {
|
||||
### by apn master 16.12.2012
|
||||
### puts "TODO OCC12345 ALL: Error : The square of result shape is"
|
||||
}
|
||||
|
||||
puts "========"
|
||||
puts "OCC399"
|
||||
puts "========"
|
||||
|
@ -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 Debian60-64 MacOS: \\*\\* Exception"
|
||||
puts "TODO ?OCC12345 Debian60-64 MacOS: An exception was caught"
|
||||
puts "TODO ?OCC12345 Debian60-64 MacOS: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
pload QAcommands
|
||||
|
@ -1,13 +1,4 @@
|
||||
set os "ALL"
|
||||
|
||||
if {[array get env os_type] != ""} {
|
||||
set os $env(os_type)
|
||||
}
|
||||
|
||||
if {[string compare $os "MacOS"] != 0} {
|
||||
puts "TODO OCC25286 ALL: Error : The square of result shape is"
|
||||
}
|
||||
|
||||
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
|
||||
puts "================"
|
||||
puts "OCC62"
|
||||
puts "BUC61001"
|
||||
|
@ -1,6 +1,3 @@
|
||||
if { [array get env os_type] != "" } {
|
||||
set os $env(os_type)
|
||||
}
|
||||
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
||||
puts "================"
|
||||
puts "OCC54"
|
||||
|
@ -14,15 +14,11 @@ 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 "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 || [string compare $os "Debian60-64"] == 0 } {
|
||||
if {[string compare $os "Debian60-64"] == 0 } {
|
||||
if { [string compare $group dist_dist] == 0 } {
|
||||
set nf 2
|
||||
##set nf 0
|
||||
} else if { [string compare $group equal_dist] == 0 } {
|
||||
set nf 4
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -42,7 +42,7 @@ set chwi_Second 0; set chfa_Second 0; set chsh_Second 0; set chso_Second 0
|
||||
set ref_Compare 0
|
||||
set todo_msg ""
|
||||
set todo_mask "puts \"TODO CR23096 ALL: "
|
||||
set Mandriva_todo_mask "puts \"TODO CR23096 Mandriva2010:"
|
||||
set Mandriva_todo_mask "puts \"TODO CR23096 ALL:"
|
||||
set end_line "\" \n"
|
||||
##################################################################
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename t500core.igs
|
||||
|
@ -1,9 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename CTS18546-1.igs
|
||||
|
||||
|
@ -3,13 +3,6 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set LinuxFaulties {STATSHAPE TOLERANCE}
|
||||
set filename Inner.igs
|
||||
|
@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename PRO14319.igs
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 4
|
||||
set filename y306351fM.igs
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
set filename SurfW_fix.igs
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename UKI60106.igs
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
set filename brazo1.igs
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename igsFB2.igs
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
set filename ims001.igs
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename ims003.igs
|
||||
|
@ -1,9 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 5 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 5
|
||||
set filename BUC60743.igs
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename pro5101.igs
|
||||
|
||||
|
@ -3,11 +3,6 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: NBSHAPES : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
set LinuxFaulties {NBSHAPES}
|
||||
set filename CTS18547.igs
|
||||
|
@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename Amino_172448-65210.igs
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename Case.igs
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename FRA10072.igs
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
puts "TODO OCC24156 MacOS: Error : 1 differences with reference data found"
|
||||
|
||||
set LinuxDiff 1
|
||||
|
@ -1,9 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename PRO14323.igs
|
||||
|
||||
|
@ -2,11 +2,6 @@
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: NBSHAPES : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set LinuxFaulties {NBSHAPES}
|
||||
set filename USA60231.igs
|
||||
|
@ -2,9 +2,6 @@
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename igsBF5.igs
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename ims010.igs
|
||||
|
||||
|
@ -4,9 +4,6 @@ puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename CEA_cuve-V5.igs
|
||||
|
||||
|
@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename 919-004-T03-04-CP-VL.igs
|
||||
|
||||
|
@ -2,11 +2,6 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
set LinuxFaulties {STATSHAPE}
|
||||
set filename Henri.igs
|
||||
|
@ -2,9 +2,6 @@
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 4
|
||||
set filename y306351f.igs
|
||||
|
||||
|
@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 4
|
||||
set filename PRO11641.igs
|
||||
|
||||
|
@ -4,9 +4,6 @@ puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename UKI60107-3.igs
|
||||
|
||||
|
@ -5,9 +5,6 @@ puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 5 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 5
|
||||
set filename UKI60094.igs
|
||||
|
||||
|
@ -3,11 +3,6 @@ puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 5 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 5
|
||||
set LinuxFaulties {CHECKSHAPE}
|
||||
set filename USA60022.igs
|
||||
|
@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename 1stpunch-mcsrfs.igs
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
set filename bm1_sy_exhaust.stp
|
||||
|
||||
|
@ -1,11 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
set LinuxFaulties {STATSHAPE}
|
||||
set filename bm1_pe_t4.stp
|
||||
|
@ -1,13 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
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 :"
|
||||
|
||||
set LinuxDiff 4
|
||||
set LinuxFaulties {STATSHAPE TPSTAT}
|
||||
set filename bm4_id_punch_b.stp
|
||||
|
@ -1,5 +1,4 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename pr_3-al.stp
|
||||
|
@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename r_77-sy.stp
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 4
|
||||
set filename bm4_id_punch_d.stp
|
||||
|
||||
|
@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename trj3_s1-al-214.stp
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename r76sy.stp
|
||||
|
@ -5,9 +5,6 @@ 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 :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename pe_turbine-A.stp
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty "
|
||||
|
||||
set LinuxFaulties {TOLERANCE}
|
||||
set filename trj6_b1-ec-214.stp
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
set filename trj6_b1-id-203.stp
|
||||
|
||||
|
@ -2,13 +2,6 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 4
|
||||
set LinuxFaulties {CHECKSHAPE TOLERANCE}
|
||||
set filename PRO10109.stp
|
||||
|
@ -1,9 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
set filename wgehaeuse_surface.stp
|
||||
|
||||
|
@ -1,7 +1,4 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
puts "TODO CR23096 Debian60-64: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
|
@ -1,9 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename 53921163S0.stp
|
||||
|
||||
|
@ -2,11 +2,6 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set LinuxFaulties {TOLERANCE}
|
||||
set filename ct_exhaust-A.stp
|
||||
|
@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename Z8M6SAT.stp
|
||||
|
||||
|
@ -2,11 +2,6 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 3
|
||||
set LinuxFaulties {TOLERANCE}
|
||||
set filename bm2_ct_exhaust-A.stp
|
||||
|
@ -3,9 +3,6 @@ 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 Debian60-64: Error : 2 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 2
|
||||
|
@ -2,11 +2,6 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
set LinuxFaulties {TOLERANCE}
|
||||
set filename PRO7226.stp
|
||||
|
@ -1,5 +1,4 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty "
|
||||
|
||||
set LinuxFaulties {CHECKSHAPE}
|
||||
set filename PRO7187.stp
|
||||
|
@ -1,5 +1,4 @@
|
||||
#F2----------------------------------------------
|
||||
puts "TODO #22988 Mandriva2010: Faulty shapes in variables faulty_1 to faulty_3"
|
||||
|
||||
polyline p 0 0 7 0 0 0 10 0 0 10 0 7
|
||||
beziercurve bc 4 10 0 7 7 0 8 3 0 7 0 0 7
|
||||
|
@ -1,15 +1,5 @@
|
||||
if {[string compare $command "SplitAngle"] == 0 } {
|
||||
set os "ALL"
|
||||
if {[array get env os_type] != ""} {
|
||||
set os $env(os_type)
|
||||
}
|
||||
if {
|
||||
[string compare $os "Mandriva2010"] == 0
|
||||
} {
|
||||
puts "TODO OCC23127 $os: Faulty shapes in variables faulty_1 to faulty_63"
|
||||
} else {
|
||||
puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_61"
|
||||
}
|
||||
}
|
||||
|
||||
restore [locate_data_file BLENDE9699.brep] a
|
||||
|
@ -1,19 +1,7 @@
|
||||
if { [string compare $command "ShapeConvertRev"] == 0 } {
|
||||
puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
|
||||
}
|
||||
if {[string compare $command "SplitAngle"] == 0 } {
|
||||
set os "ALL"
|
||||
if {[array get env os_type] != ""} {
|
||||
set os $env(os_type)
|
||||
}
|
||||
if {
|
||||
[string compare $os "Debian40"] == 0
|
||||
|| [string compare $os "Mandriva2008"] == 0
|
||||
|| [string compare $os "Mandriva2010"] == 0
|
||||
} {
|
||||
puts "TODO OCC23127 $os: Faulty shapes in variables faulty_1 to faulty_2"
|
||||
}
|
||||
}
|
||||
|
||||
restore [locate_data_file BORNIER80.brep] a
|
||||
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
puts "TODO OCC23748 ALL: ERROR. offsetperform operation not done."
|
||||
puts "TODO OCC23748 ALL: Tcl Exception: ERROR. offsetperform operation not done."
|
||||
puts "TODO OCC23547 ALL: TEST INCOMPLETE"
|
||||
psphere s 15 270
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
puts "TODO OCC24156 MacOS: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC24156 MacOS: An exception was caught"
|
||||
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
|
||||
puts "TODO OCC23068 Mandriva2010: Error : The volume of the resulting shape"
|
||||
|
||||
ellipse w1 0 0 0 15 10
|
||||
mkedge w1 w1 0 pi/2
|
||||
|
@ -4,10 +4,7 @@ if {[array get env os_type] != ""} {
|
||||
}
|
||||
|
||||
if {
|
||||
[string compare $os "Debian40"] == 0
|
||||
|| [string compare $os "Mandriva2008"] == 0
|
||||
|| [string compare $os "SUSE10-64"] == 0
|
||||
|| [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-VC10"] == 0
|
||||
} {
|
||||
|
@ -4,10 +4,7 @@ if {[array get env os_type] != ""} {
|
||||
}
|
||||
|
||||
if {
|
||||
[string compare $os "Debian40"] == 0
|
||||
|| [string compare $os "Mandriva2008"] == 0
|
||||
|| [string compare $os "SUSE10-64"] == 0
|
||||
|| [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-VC10"] == 0
|
||||
} {
|
||||
|
@ -4,10 +4,7 @@ if {[array get env os_type] != ""} {
|
||||
}
|
||||
|
||||
if {
|
||||
[string compare $os "Debian40"] == 0
|
||||
|| [string compare $os "Mandriva2008"] == 0
|
||||
|| [string compare $os "SUSE10-64"] == 0
|
||||
|| [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-VC10"] == 0
|
||||
} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user