1
0
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:
omy 2013-01-28 14:00:50 +04:00
parent b989480555
commit 094942236a
13 changed files with 36 additions and 43 deletions

View File

@ -11,7 +11,7 @@ catch { pload XDE }
set BugNumber OCC23192 set BugNumber OCC23192
set aFile $imagedir/${test_image}.stl set aFile $imagedir/${test_image}.stl
catch {exec rm -f ${aFile}} file delete ${aFile}
set anASCIImode 1 set anASCIImode 1
set InParallel 0 set InParallel 0
@ -36,11 +36,7 @@ set nb_shape_good 51
# Check file size # Check file size
set size_status 0 set size_status 0
if [string compare $tcl_platform(platform) "windows"] { set filesize [ file size ${aFile} ]
set filesize [lindex [exec ls -l ${aFile}] 5]
} else {
set filesize [lindex [exec ls -l ${aFile}] 4]
}
if { ${filesize} != 0 } { if { ${filesize} != 0 } {
set size_status 0 set size_status 0
} else { } else {

View File

@ -11,7 +11,7 @@ catch { pload XDE }
set BugNumber OCC23192 set BugNumber OCC23192
set aFile $imagedir/${test_image}.stl set aFile $imagedir/${test_image}.stl
catch {exec rm -f ${aFile}} file delete ${aFile}
set anASCIImode 0 set anASCIImode 0
set InParallel 0 set InParallel 0
@ -36,11 +36,7 @@ set nb_shape_good 51
# Check file size # Check file size
set size_status 0 set size_status 0
if [string compare $tcl_platform(platform) "windows"] { set filesize [ file size ${aFile} ]
set filesize [lindex [exec ls -l ${aFile}] 5]
} else {
set filesize [lindex [exec ls -l ${aFile}] 4]
}
if { ${filesize} != 0 } { if { ${filesize} != 0 } {
set size_status 0 set size_status 0
} else { } else {
@ -58,3 +54,4 @@ set nb_shape_good 51
set square 600 set square 600
set 3dviewer 0 set 3dviewer 0

View File

@ -2,9 +2,9 @@ if { [array get env os_type] != "" } {
set os $env(os_type) set os $env(os_type)
} }
if { [string compare $os "windows"] != 0 } { if { [string compare $os "windows"] != 0 } {
puts "TODO OCC12345 ALL: An exception was caught" puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*" puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE" puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
} }
puts "===========" puts "==========="

View File

@ -2,9 +2,9 @@ if { [array get env os_type] != "" } {
set os $env(os_type) set os $env(os_type)
} }
if { [string compare $os "windows"] != 0 } { if { [string compare $os "windows"] != 0 } {
puts "TODO OCC12345 ALL: An exception was caught" puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*" puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE" puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
} }
puts "================" puts "================"

View File

@ -2,9 +2,9 @@ if { [array get env os_type] != "" } {
set os $env(os_type) set os $env(os_type)
} }
if { [string compare $os "windows"] != 0 } { if { [string compare $os "windows"] != 0 } {
puts "TODO OCC12345 ALL: An exception was caught" puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*" puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE" puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
} }
puts "================" puts "================"

View File

@ -2,9 +2,9 @@ if { [array get env os_type] != "" } {
set os $env(os_type) set os $env(os_type)
} }
if { [string compare $os "windows"] != 0 } { if { [string compare $os "windows"] != 0 } {
puts "TODO OCC12345 ALL: An exception was caught" puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*" puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE" puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
} }
puts "==================================" puts "=================================="

View File

@ -2,9 +2,9 @@ if { [array get env os_type] != "" } {
set os $env(os_type) set os $env(os_type)
} }
if { [string compare $os "windows"] != 0 } { if { [string compare $os "windows"] != 0 } {
puts "TODO OCC12345 ALL: An exception was caught" puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*" puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE" puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
} }
puts "==================================" puts "=================================="

View File

@ -2,9 +2,9 @@ if { [array get env os_type] != "" } {
set os $env(os_type) set os $env(os_type)
} }
if { [string compare $os "windows"] != 0 } { if { [string compare $os "windows"] != 0 } {
puts "TODO OCC12345 ALL: An exception was caught" puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*" puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE" puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
} }
puts "==================================" puts "=================================="

View File

@ -2,9 +2,9 @@ if { [array get env os_type] != "" } {
set os $env(os_type) set os $env(os_type)
} }
if { [string compare $os "windows"] != 0 } { if { [string compare $os "windows"] != 0 } {
puts "TODO OCC12345 ALL: An exception was caught" puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*" puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE" puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
} }
puts "==================================" puts "=================================="

View File

@ -2,9 +2,9 @@ if { [array get env os_type] != "" } {
set os $env(os_type) set os $env(os_type)
} }
if { [string compare $os "windows"] != 0 } { if { [string compare $os "windows"] != 0 } {
puts "TODO OCC12345 ALL: An exception was caught" puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*" puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE" puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
} }
puts "==================================" puts "=================================="

View File

@ -2,9 +2,9 @@ if { [array get env os_type] != "" } {
set os $env(os_type) set os $env(os_type)
} }
if { [string compare $os "windows"] != 0 } { if { [string compare $os "windows"] != 0 } {
puts "TODO OCC12345 ALL: An exception was caught" puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*" puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE" puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
} }
puts "==================================" puts "=================================="

View File

@ -2,9 +2,9 @@ if { [array get env os_type] != "" } {
set os $env(os_type) set os $env(os_type)
} }
if { [string compare $os "windows"] != 0 } { if { [string compare $os "windows"] != 0 } {
puts "TODO OCC12345 ALL: An exception was caught" puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*" puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE" puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
} }

View File

@ -12,7 +12,7 @@ if {
} else { } else {
puts "TODO OCC23068 $os: Faulty shapes in variables faulty_1 to faulty_1" 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 : 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 ellipse w1 0 0 0 15 10