mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Adjusting testing cases for current state of OCCT
This commit is contained in:
parent
b989480555
commit
094942236a
@ -11,7 +11,7 @@ catch { pload XDE }
|
||||
set BugNumber OCC23192
|
||||
|
||||
set aFile $imagedir/${test_image}.stl
|
||||
catch {exec rm -f ${aFile}}
|
||||
file delete ${aFile}
|
||||
|
||||
set anASCIImode 1
|
||||
set InParallel 0
|
||||
@ -36,11 +36,7 @@ set nb_shape_good 51
|
||||
|
||||
# Check file size
|
||||
set size_status 0
|
||||
if [string compare $tcl_platform(platform) "windows"] {
|
||||
set filesize [lindex [exec ls -l ${aFile}] 5]
|
||||
} else {
|
||||
set filesize [lindex [exec ls -l ${aFile}] 4]
|
||||
}
|
||||
set filesize [ file size ${aFile} ]
|
||||
if { ${filesize} != 0 } {
|
||||
set size_status 0
|
||||
} else {
|
||||
|
@ -11,7 +11,7 @@ catch { pload XDE }
|
||||
set BugNumber OCC23192
|
||||
|
||||
set aFile $imagedir/${test_image}.stl
|
||||
catch {exec rm -f ${aFile}}
|
||||
file delete ${aFile}
|
||||
|
||||
set anASCIImode 0
|
||||
set InParallel 0
|
||||
@ -36,11 +36,7 @@ set nb_shape_good 51
|
||||
|
||||
# Check file size
|
||||
set size_status 0
|
||||
if [string compare $tcl_platform(platform) "windows"] {
|
||||
set filesize [lindex [exec ls -l ${aFile}] 5]
|
||||
} else {
|
||||
set filesize [lindex [exec ls -l ${aFile}] 4]
|
||||
}
|
||||
set filesize [ file size ${aFile} ]
|
||||
if { ${filesize} != 0 } {
|
||||
set size_status 0
|
||||
} else {
|
||||
@ -58,3 +54,4 @@ set nb_shape_good 51
|
||||
|
||||
set square 600
|
||||
set 3dviewer 0
|
||||
|
||||
|
@ -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: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
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: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
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: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
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: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
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: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
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: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
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: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
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: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
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: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
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: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@ if {
|
||||
} else {
|
||||
puts "TODO OCC23068 $os: Faulty shapes in variables faulty_1 to faulty_1"
|
||||
puts "TODO OCC23068 $os: Error : The offset is not valid. "
|
||||
puts "TODO OCC23068 $os: Error : Thr area of face result_5 of the resulting shape is negative."
|
||||
puts "TODO OCC23068 $os: Error : The area of face result_5 of the resulting shape is negative."
|
||||
}
|
||||
|
||||
ellipse w1 0 0 0 15 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user