1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0025987: Integration part of modified unstable test cases

Unstable test cases were reviewed
Modified test cases using checktrend command
Modified test cases for Linux platform
Modified test cases for Debug mode
This commit is contained in:
apn 2015-03-26 15:44:22 +03:00
parent 7331b4eec9
commit 9aa684edf4
277 changed files with 784 additions and 1338 deletions

View File

@ -4,7 +4,7 @@
## Comment : from cts21020
## ====================================
puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
puts "TODO ?OCC22817 All:Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC22817 All: Faulty shapes in variables faulty_1 to faulty_"
restore [locate_data_file CFI_cts21020.rle] a
explode a e

View File

@ -4,7 +4,6 @@
#ttranslate s1 s2 5 5 0
#cut s s1 s2
#save s CFI_i1234fis.rle
puts "TODO ?OCC24255 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file CFI_i1234fis.rle] s
tscale s 0 0 0 SCALE1

View File

@ -1,5 +1,3 @@
puts "TODO ?#22911 ALL: Error : The area of the resulting shape is"
restore [locate_data_file box.brep] b
restore [locate_data_file c2.brep] c

View File

@ -1,5 +1,3 @@
puts "TODO ?#22911 ALL: Error : The area of the resulting shape is"
restore [locate_data_file c2.brep] c
restore [locate_data_file box.brep] b

View File

@ -1,13 +0,0 @@
puts "TODO ?OCC24157 ALL: Error : The area of the resulting shape is"
puts "TODO #22911 ALL: Faulty shapes in variables faulty_1 to faulty_"
# cts17861
restore [locate_data_file CTO900_cts17861a.rle] a
restore [locate_data_file cts17861b.rle] b
fsameparameter a
fsameparameter b
bfuse result a b
set square 406803

View File

@ -1,30 +0,0 @@
# http://tracker.dev.opencascade.org/view.php?id=22033#c25448
# 67. boolean bfuse_complex P8
# Script:
# brestore tool_1.brep b
# explode b e
# explode b_5
# maxtolerance b_5_1 =>1.99465e+000
# maxtolerance b_5_2 =>6.77349e+000
# distmini d b_5_1 b_5_2 =>2.64549
# Problem:
# The shape tool_1.brep is self-interfered shape.
# In accordance with specification it can not be used as the argument for Boolean Operation Algorithm
#
# Proposals:
# The case should be removed.
puts "TODO ?OCC22911 ALL: Error : The area of the resulting shape is"
puts ""
puts "Problem:"
puts " The shape tool_1.brep is self-interfered shape."
puts " In accordance with specification it can not be used as the argument for Boolean Operation Algorithm"
puts ""
restore [locate_data_file CTO909_shape.brep] a
restore [locate_data_file tool_1.brep] b
bfuse result a b
set square 656459

View File

@ -1,22 +1,9 @@
puts "TODO ?#22911 MacOS: Faulty shapes in variables faulty_1 to faulty_"
#
# *10603
#
#Create 3 torus
set os "ALL"
if {[array get env os_type] != ""} {
set os $env(os_type)
}
if {[string compare $os "Debian60-64"] != 0} {
set inst ""
if { [regexp -nocase {Windows} $os] == 1 } {
set inst "?"
}
if { [string compare $os "MacOS" ] == 0 } {
set inst "?"
}
# CR23404
puts "TODO ${inst}#22911 ${os}: Faulty shapes in variables faulty_1 to faulty_"
}
ptorus a0 100 20
tcopy a0 a1

View File

@ -1,10 +0,0 @@
puts "TODO ?OCC24925 ALL: Error : The area of the resulting shape is"
puts "TODO OCC25735 ALL: Faulty shapes in variables faulty_1 to"
restore [locate_data_file a102] a
restore [locate_data_file b136] b
bop a b
boptuc result
set square 9741.13

View File

@ -1,4 +1,4 @@
cpulimit 1200
cpulimit 2500
restore [locate_data_file lh3d_ro1.brep] a
isos a 0

View File

@ -1,9 +1,8 @@
## buc60289
puts "TODO ?OCC24255 ALL: Error : The length of the resulting shape is"
restore [locate_data_file heal-Face1.rle] a
restore [locate_data_file Plan.rle] b
bsection result a b
set length 1908.63
set length 1686.21

View File

@ -45,8 +45,5 @@ for {set i 1} {$i <= ${i_max}} {incr i} {
# check memory usage (with tolerance equal to half page size)
lappend listmem [meminfo h]
if { [checktrend $listmem 0 512 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 512 "Memory leak detected"
}

View File

@ -1,6 +1,6 @@
puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO ?OCC12345 ALL: Faulty OCC1138 : here is reading problem when the filename is a directory name."
puts "TODO ?OCC12345 ALL: Faulty OCC1138"
puts "TODO OCC12345 Debian60-64: An exception was caught"
puts "TODO OCC12345 Debian60-64: Faulty OCC1138 : here is reading problem when the filename is a directory name."
puts "TODO OCC12345 Debian60-64: Faulty OCC1138"
puts "================"
puts "OCC1138"

View File

@ -3,7 +3,7 @@ puts "OCC114"
puts "==========="
# Max number of iterations for computing memory leackage
set i_max 20
set i_max 10
puts "Amount of iterations is $i_max"
NewDocument D MDTV-Standard
@ -20,8 +20,5 @@ for {set i 1} {${i} <= ${i_max}} {incr i} {
# check memory usage (with tolerance equal to half page size)
lappend listmem [meminfo h]
if { [checktrend $listmem 0 1 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 1 "Memory leak detected"
}

View File

@ -1,5 +1,3 @@
puts "TODO ?OCC12345 ALL: Elapsed time is more then 20.0 seconds - Faulty"
puts "TODO ?OCC12345 ALL: Faulty OCC1454"
puts "===== OCC1454 ====="
#######################################################################################
@ -7,14 +5,16 @@ puts "===== OCC1454 ====="
#######################################################################################
puts "Info: Open the document with 80000 sublabels of the label 0:2"
chrono h reset; chrono h start
dchrono h reset
dchrono h start
Open [locate_data_file OCC1726.std] D
chrono h stop; set TimeList [chrono h show]
dchrono h stop
set TimeList [dchrono h show]
regexp {Elapsed time: [-0-9.+eE]+ Hours ([-0-9.+eE]+) Minutes ([-0-9.+eE]+) Seconds} $TimeList full ElapsedTime_min ElapsedTime_sec
regexp {CPU user time: ([-0-9.+eE]+) seconds} $TimeList full CPUusertime
regexp {CPU system time: ([-0-9.+eE]+) seconds} $TimeList full CPUsystemtime
set ElapsedTime_min [lindex ${TimeList} 4]
set ElapsedTime_sec [lindex ${TimeList} 6]
set CPUusertime [lindex ${TimeList} 11]
set CPUsystemtime [lindex ${TimeList} 16]
puts "ElapsedTime = ${ElapsedTime_min} min ${ElapsedTime_sec} sec CPUusertime = ${CPUusertime} CPUsystemtime = ${CPUsystemtime}"
if { ${ElapsedTime_sec} > 20.0 || ${ElapsedTime_min} != 0 } {

View File

@ -28,8 +28,5 @@ for {set i 1} {$i < 10} {incr i} {
# check memory usage (with tolerance equal to half page size)
lappend listmem [meminfo h]
if { [checktrend $listmem 0 256 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 256 "Memory leak detected"
}

View File

@ -9,15 +9,11 @@ puts ""
pload QAcommands
set BugNumber OCC22611
OCC22611 "0.1214343" 1
set listmem {}
set i_max 1000000
OCC22611 "0.1214343" ${i_max}
lappend listmem [meminfo h]
if { [checktrend $listmem 0 1 "Memory leak detected"] } {
puts "No memory leak"
break
for {set i 1} {$i < 10} {incr i} {
OCC22611 "0.1214343" 10
lappend listmem [meminfo h]
checktrend $listmem 0 1 "Memory leak detected"
}

View File

@ -2,13 +2,9 @@
set listmem {}
for {set i 1} {$i < 100000} {incr i} {
for {set i 1} {$i < 10} {incr i} {
box b 10 10 10
lappend listmem [meminfo h]
if { [checktrend $listmem 0 256 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 256 "Memory leak detected"
}

View File

@ -1,4 +1,4 @@
puts "TODO ?OCC12345 ALL: OCC309: Error 2"
puts "TODO ?OCC24296 ALL: OCC309: Error 2"
puts "================"
puts "OCC309"
@ -18,31 +18,31 @@ if { ${ll} != 2 } {
set result1 [lindex ${result} 0]
set result2 [lindex ${result} 1]
set CurrentDirectory [pwd]
set UpTrek [file dirname ${CurrentDirectory}]
set UpTrek "[file join [file dirname [file dirname ${CurrentDirectory}]] [file tail ${CurrentDirectory}]]"
if { [string compare $tcl_platform(platform) "windows"] != 0} {
set res1 [ string range $result1 1 [expr [string length $result1] -3 ] ]
set res2 [ string range $result2 1 [expr [string length $result2] -3 ] ]
set res1 [ string range $result1 1 [expr [string length $result1] -3 ] ]
set res2 [ string range $result2 1 [expr [string length $result2] -3 ] ]
} else {
set res1 [ string range $result1 3 [expr [string length $result1] -2 ] ]
set res2 [ string range $result2 3 [expr [string length $result2] -2 ] ]
set CurrentDirectory [ string range $CurrentDirectory 2 [expr [string length $CurrentDirectory] -1 ]]
set UpTrek [ string range $UpTrek 2 [expr [string length $UpTrek] -1 ]]
set res1 [ string range $result1 3 [expr [string length $result1] -2 ] ]
set res2 [ string range $result2 3 [expr [string length $result2] -2 ] ]
set CurrentDirectory [ string range $CurrentDirectory 2 [expr [string length $CurrentDirectory] -1 ]]
set UpTrek [ string range $UpTrek 2 [expr [string length $UpTrek] -1 ]]
}
if {[string compare ${res1} "${CurrentDirectory}"] == 0} {
puts "OCC309: OK 1"
puts "OCC309: OK 1"
} else {
puts "result1 = ${result1}"
puts "res1 = ${res1}"
puts "CurrentDirectory = ${CurrentDirectory}"
puts "OCC309: Error 1"
puts "result1 = ${result1}"
puts "res1 = ${res1}"
puts "CurrentDirectory = ${CurrentDirectory}"
puts "OCC309: Error 1"
}
if {[string compare ${res2} "${UpTrek}"] == 0} {
puts "OCC309: OK 2"
puts "OCC309: OK 2"
} else {
puts "result2 = ${result2}"
puts "res2 = ${res2}"
puts "UpTrek = ${UpTrek}"
puts "OCC309: Error 2"
puts "result2 = ${result2}"
puts "res2 = ${res2}"
puts "UpTrek = ${UpTrek}"
puts "OCC309: Error 2"
}
}

View File

@ -1,6 +1,7 @@
puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
# OK: Exception appears and does not kill DRAWEXE (TEST COMPLETED)
puts "TODO ?OCC670 ALL: An exception was caught"
puts "TODO ?OCC670 ALL: \\*\\* Exception \\*\\*"
puts "TODO ?OCC670 ALL: TEST INCOMPLETE"
puts "========"
puts "OCC670"

View File

@ -1,5 +1,6 @@
puts "TODO ?OCC7287 ALL: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 ALL: TEST INCOMPLETE"
puts "TODO OCC25921 ALL: Tcl Exception: Memory leak detected"
puts "TODO OCC25921 ALL: TEST INCOMPLETE"
puts "============"
puts "OCC7287"
puts "============"
@ -14,7 +15,7 @@ puts ""
set BugNumber OCC7287
set NCycles 100
set NCycles 10
box b1 100 100 100
box b2 50 50 50
@ -22,10 +23,7 @@ set listmem {}
for {set i 1} {${i} <= ${NCycles}} {incr i } {
bop b1 b2
bopcut r
lappend listmem [meminfo h]
if { [checktrend $listmem 0 100 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 100 "Memory leak detected"
}

View File

@ -1,3 +1,6 @@
puts "TODO ?OCC25921 Debian60-64: Tcl Exception: Memory leak detected"
puts "TODO ?OCC25921 Debian60-64: TEST INCOMPLETE"
puts "============"
puts "OCC7287"
puts "============"
@ -12,7 +15,7 @@ puts ""
set BugNumber OCC7287
set NCycles 100
set NCycles 10
box b1 10 10 10 100 100 100
box b2 50 50 50
@ -21,8 +24,5 @@ for {set i 1} {${i} <= ${NCycles}} {incr i } {
bop b1 b2
bopcut r
lappend listmem [meminfo h]
if { [checktrend $listmem 0 100 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 100 "Memory leak detected"
}

View File

@ -1,3 +1,6 @@
puts "TODO ?OCC25921 Debian60-64: Tcl Exception: Memory leak detected"
puts "TODO ?OCC25921 Debian60-64: TEST INCOMPLETE"
puts "============"
puts "OCC7287"
puts "============"
@ -13,7 +16,7 @@ puts ""
set BugNumber OCC7287
set NCycles 100
set NCycles 10
box b1 10 10 10 100 100 100
box b2 50 50 50
@ -23,9 +26,6 @@ for {set i 1} {${i} <= ${NCycles}} {incr i } {
boptuc r
lappend listmem [meminfo h]
if { [checktrend $listmem 0 100 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 100 "Memory leak detected"
}

View File

@ -1,3 +1,6 @@
puts "TODO ?OCC25921 Debian60-64: Tcl Exception: Memory leak detected"
puts "TODO ?OCC25921 Debian60-64: TEST INCOMPLETE"
puts "============"
puts "OCC7287"
puts "============"
@ -12,7 +15,7 @@ puts ""
set BugNumber OCC7287
set NCycles 100
set NCycles 10
box b1 10 10 10 100 100 100
box b2 50 50 50
@ -22,8 +25,5 @@ for {set i 1} {${i} <= ${NCycles}} {incr i } {
bopcommon r
lappend listmem [meminfo h]
if { [checktrend $listmem 0 100 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 100 "Memory leak detected"
}

View File

@ -1,3 +1,7 @@
puts "TODO ?OCC25921 Debian60-64: Tcl Exception: Memory leak detected"
puts "TODO ?OCC25921 Debian60-64: TEST INCOMPLETE"
puts "============"
puts "OCC7287"
puts "============"
@ -12,17 +16,15 @@ puts ""
set BugNumber OCC7287
set NCycles 100
set NCycles 10
box b1 10 10 10 100 100 100
box b2 50 50 50
set listmem {}
for {set i 1} {${i} <= ${NCycles}} {incr i } {
bop b1 b2
bopfuse r
lappend listmem [meminfo h]
if { [checktrend $listmem 0 100 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 100 "Memory leak detected"
}

View File

@ -1,3 +1,6 @@
puts "TODO ?OCC25921 Debian60-64: Tcl Exception: Memory leak detected"
puts "TODO ?OCC25921 Debian60-64: TEST INCOMPLETE"
puts "============"
puts "OCC7287"
puts "============"
@ -12,18 +15,16 @@ puts ""
set BugNumber OCC7287
set NCycles 100
set NCycles 10
box b1 10 10 10 100 100 100
box b2 50 50 50
set listmem {}
for {set i 1} {${i} <= ${NCycles}} {incr i } {
bop b1 b2
bopsection r
lappend listmem [meminfo h]
if { [checktrend $listmem 0 100 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 100 "Memory leak detected"
}

View File

@ -6,6 +6,8 @@ puts ""
# Non-deterministic behavior of ShapeFix_Solid
################################################
cpulimit 2500
set OK_shapes_1 177
set OK_shapes_2 9

View File

@ -1,7 +1,3 @@
puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO ?OCC12345 ALL: Faulty OCC700"
puts "======="
puts "OCC700"
puts "======="

View File

@ -73,8 +73,10 @@ set mem_delta_virt 180
set mem_delta_heap 80
if { [regexp {Debug mode} [dversion]] } {
set mem_delta_swap 150
set mem_delta_swap 190
set mem_delta_swappeak 250
set mem_delta_wsetpeak 270
set mem_delta_virt 260
}
if { [expr ${mem_private_2} - ${mem_private_1}] > ${mem_delta_private}} {

View File

@ -4,8 +4,14 @@ puts "============"
puts ""
###################################################################################
# Building of triangulation for distored surfaces can take very long using BRepMesh_IncrementalMesh
#
# Test case was created to control bad situation, building of triangulation takes
# very long time and it is expected by the meaning of issue #25378.
# Case when it is passed too fast should be considered as failure.
###################################################################################
cpulimit 450
restore [locate_data_file bug25378_Blower_bad.brep] b
trinfo b
@ -15,15 +21,16 @@ puts "t_1=${t_1}"
trinfo b
if { [regexp {Debug mode} [dversion]] } {
set max_t_1 75
set max_t_1 20
} else {
if { [regexp {Windows} [dversion]] } {
set max_t_1 50
set max_t_1 15
} else {
set max_t_1 60
set max_t_1 20
}
}
set tol_percent 0.05
if {${max_t_1} > ${t_1}} {
puts "Error. Time of building of triangulation, ${t_1} seconds, is less than expected minimum time - ${max_t_1} seconds"
}
checktime ${t_1} ${max_t_1} ${tol_percent} "1. Time of building of triangulation "

View File

@ -1,14 +1,17 @@
puts "TODO OCC25378 Debian60-64: is more than expected time - 120 seconds"
puts "TODO ?OCC25378 Windows: is more than expected time - 120 seconds"
puts "============"
puts "CR25378"
puts "============"
puts ""
###################################################################################
# Building of triangulation for distored surfaces can take very long using BRepMesh_IncrementalMesh
#
# Test case was created to control bad situation, building of triangulation takes
# very long time and it is expected by the meaning of issue #25378.
# Case when it is passed too fast should be considered as failure.
###################################################################################
cpulimit 900
restore [locate_data_file bug25378_Blower_bad.brep] b
trinfo b
@ -18,15 +21,15 @@ puts "t_01=${t_01}"
trinfo b
if { [regexp {Debug mode} [dversion]] } {
set max_t_01 250
set max_t_01 180
} else {
if { [regexp {Windows} [dversion]] } {
set max_t_01 120
set max_t_01 90
} else {
set max_t_01 120
set max_t_01 90
}
}
set tol_percent 0.05
checktime ${t_01} ${max_t_01} ${tol_percent} "2. Time of building of triangulation "
if {${max_t_01} > ${t_01}} {
puts "Error. Time of building of triangulation, ${t_01} seconds, is less than expected minimum time - ${max_t_01} seconds"
}

View File

@ -1,15 +1,16 @@
puts "TODO OCC25378 Debian60-64: is more than expected time - 700 seconds"
puts "TODO OCC25378 Windows: is more than expected time - 450 seconds"
puts "============"
puts "CR25378"
puts "============"
puts ""
###################################################################################
# Building of triangulation for distored surfaces can take very long using BRepMesh_IncrementalMesh
#
# Test case was created to control bad situation, building of triangulation takes
# very long time and it is expected by the meaning of issue #25378.
# Case when it is passed too fast should be considered as failure.
###################################################################################
cpulimit 1500
cpulimit 2000
restore [locate_data_file bug25378_Blower_bad.brep] b
trinfo b
@ -21,15 +22,15 @@ trinfo b
if { [regexp {Debug mode} [dversion]] } {
cpulimit 2000
set max_t_001 1400
set max_t_001 600
} else {
if { [regexp {Windows} [dversion]] } {
set max_t_001 450
set max_t_001 360
} else {
set max_t_001 700
set max_t_001 400
}
}
set tol_percent 0.05
checktime ${t_001} ${max_t_001} ${tol_percent} "3. Time of building of triangulation "
if {${max_t_001} > ${t_001}} {
puts "Error. Time of building of triangulation, ${t_001} seconds, is less than expected minimum time - ${max_t_001} seconds"
}

View File

@ -20,7 +20,7 @@ if { [regexp {Debug mode} [dversion]] } {
if { [regexp {Windows} [dversion]] } {
set max_t_01 10
} else {
set max_t_01 10
set max_t_01 25
}
}

View File

@ -20,7 +20,7 @@ if { [regexp {Debug mode} [dversion]] } {
if { [regexp {Windows} [dversion]] } {
set max_t_001 10
} else {
set max_t_001 5
set max_t_001 15
}
}

View File

@ -20,7 +20,7 @@ if { [regexp {Debug mode} [dversion]] } {
if { [regexp {Windows} [dversion]] } {
set max_t_01 1
} else {
set max_t_01 1
set max_t_01 4
}
}

View File

@ -20,7 +20,7 @@ if { [regexp {Debug mode} [dversion]] } {
if { [regexp {Windows} [dversion]] } {
set max_t_001 20
} else {
set max_t_001 20
set max_t_001 55
}
}

View File

@ -1,6 +1,3 @@
#puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC24122 ALL: Error : The square of result shape is"
puts "=========="
puts "BUC60462"
puts "=========="

View File

@ -1,9 +1,6 @@
puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO ?OCC12345 ALL: \\*\\* Exception"
puts "TODO ?OCC12345 ALL: Error: Offset is not done."
puts "TODO ?OCC12345 ALL: Faulty BUC60782: mkoffset works wrongly"
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
puts "TODO OCC25919 ALL: Error: Offset is not done."
puts "TODO OCC25919 ALL: Faulty BUC60782: mkoffset works wrongly"
puts "TODO OCC25919 ALL: Error : The square of result shape is"
puts "========================"
puts "BUC60782"

View File

@ -1,8 +1,6 @@
puts "TODO ?OCC11111 ALL: An exception was caught"
puts "TODO ?OCC11111 ALL: \\*\\* Exception"
puts "TODO ?OCC11111 ALL: Error: Offset is not done."
puts "TODO ?OCC11111 ALL: Faulty OCC165"
puts "TODO ?OCC11111 ALL: Error : The length of result shape is"
puts "TODO OCC25919 ALL: Error: Offset is not done."
puts "TODO OCC25919 ALL: Faulty OCC165"
puts "TODO OCC25919 ALL: Error : The length of result shape is"
cpulimit 600

View File

@ -1,6 +1,6 @@
puts "TODO OCC11111 ALL: \\*\\* Exception"
puts "TODO OCC11111 ALL: An exception was caught"
puts "TODO ?OCC11111 ALL: TEST INCOMPLETE"
puts "TODO OCC25916 ALL: \\*\\* Exception"
puts "TODO OCC25916 ALL: An exception was caught"
puts "TODO OCC25916 ALL: TEST INCOMPLETE"
puts "========"
puts "OCC21261"
puts "========"
@ -27,12 +27,8 @@ set nb_compsol_good 0
set nb_compound_good 0
set nb_shape_good 22
vinit
vdisplay result
vsetdispmode 0
vfit
set only_screen 0
set only_screen 1

View File

@ -1,6 +1,6 @@
puts "TODO OCC11111 ALL: \\*\\* Exception"
puts "TODO OCC11111 ALL: An exception was caught"
puts "TODO ?OCC11111 ALL: TEST INCOMPLETE"
puts "TODO OCC25916 ALL: \\*\\* Exception"
puts "TODO OCC25916 ALL: An exception was caught"
puts "TODO OCC25916 ALL: TEST INCOMPLETE"
puts "========"
puts "OCC21261"
puts "========"
@ -27,12 +27,8 @@ set nb_compsol_good 0
set nb_compound_good 0
set nb_shape_good 83
vinit
vdisplay result
vsetdispmode 0
vfit
set only_screen 0
set only_screen 1

View File

@ -1,9 +1,7 @@
puts "TODO ?OCC11111 ALL: An exception was caught"
puts "TODO ?OCC11111 ALL: \\*\\* Exception"
puts "TODO ?OCC11111 ALL: Error: Offset is not done."
puts "TODO ?OCC11111 ALL: Faulty OCC305 : function MKOFFSET works wrongly"
puts "TODO ?OCC12345 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
puts "TODO OCC25919 ALL: Error: Offset is not done."
puts "TODO OCC25919 ALL: Faulty OCC305 : function MKOFFSET works wrongly"
puts "TODO OCC25919 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO OCC25919 ALL: TEST INCOMPLETE"
puts "========"
puts "OCC305"

View File

@ -1,8 +1,8 @@
puts "TODO OCC24156 MacOS: \\*\\* Exception \\*\\*.*"
puts "TODO OCC24156 MacOS: An exception was caught"
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
puts "TODO ?OCC11111 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC11111 ALL: Error : The square of result shape is"
puts "TODO OCC25920 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC25920 ALL: Error : The square of result shape is"
pload QAcommands

View File

@ -1,6 +1,5 @@
puts "TODO ?OCC12345 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC12345 ALL: Tcl Exception: ERROR. offsetperform operation not done."
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
puts "TODO OCC23068 ALL: ERROR. offsetperform operation not done."
puts "TODO OCC23068 ALL: TEST INCOMPLETE"
puts "========================"
puts " OCC427 "

View File

@ -1,4 +1,4 @@
puts "TODO ?OCC453 ALL: Error : The square of result shape is"
puts "TODO OCC25918 Windows: Error : The square of result shape is"
puts "TODO OCC24156 MacOS: Tcl Exception:"
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"

View File

@ -1,5 +1,9 @@
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC12345 ALL: Error : The square of result shape is"
puts "TODO OCC25917 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC25917 ALL: Error : The square of result shape is"
if { [regexp {Debug mode} [dversion]] } {
puts "TODO OCC25917 ALL: TEST INCOMPLETE"
puts "TODO OCC25917 ALL: Tcl Exception"
}
puts "========================"
puts " OCC472 "

View File

@ -1,6 +1,9 @@
puts "TODO ?OCC12345 ALL: Error : The command is not valid. The square is"
puts "TODO ?OCC24122 ALL: Error : The square of result shape is"
puts "TODO ?OCC24122 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC25917 ALL: Error : The command is not valid. The square is"
if { [regexp {Debug mode} [dversion]] } {
puts "TODO OCC25917 ALL: TEST INCOMPLETE"
puts "TODO OCC25917 ALL: Tcl Exception"
}
puts "========================"
puts " OCC472 "
puts "(case 2)"

View File

@ -1,7 +1,7 @@
#puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
#puts "TODO OCC12345 ALL: Error : The square of result shape is"
#puts "TODO OCC12345 ALL: Error : The command is not valid"
#puts "TODO OCC12345 ALL: Error : Result shape is WRONG because it must contains"
if { [regexp {Debug mode} [dversion]] } {
puts "TODO OCC25917 ALL: TEST INCOMPLETE"
puts "TODO OCC25917 ALL: Tcl Exception"
}
puts "========================"
puts " OCC472 "

View File

@ -1,4 +1,3 @@
puts "TODO ?OCC24861 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC24861 ALL: Error : The square of result shape is"
puts "========="

View File

@ -1,10 +1,9 @@
puts "TODO ?OCC11111 ALL: Error : Result shape is WRONG"
puts "TODO ?OCC11111 ALL: Error : The square of result shape is"
puts "TODO ?OCC11111 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC11111 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC11111 ALL: Error : The command is not valid."
puts "TODO ?OCC25406 ALL: result is not a topological shape"
puts "TODO ?OCC25406 ALL: TEST INCOMPLETE"
puts "TODO ?OCC25718 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC25718 ALL: result is not a topological shape"
puts "TODO ?OCC25718 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC25718 ALL: Error : The square of result shape is"
puts "TODO ?OCC25718 ALL: Error : Result shape is WRONG"
puts "TODO ?OCC25718 ALL: TEST INCOMPLETE"
puts "============"
puts "OCC5805"

View File

@ -1,7 +1,7 @@
puts "TODO ?OCC23748 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC23748 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC23748 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC23748 ALL: TEST INCOMPLETE"
puts "TODO ?OCC25718 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC25718 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC25718 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC25718 ALL: TEST INCOMPLETE"
puts "============"
puts "OCC5805"

View File

@ -1,10 +1,10 @@
puts "TODO ?OCC11111 ALL: Error : Result shape is WRONG"
puts "TODO ?OCC11111 ALL: Error : The square of result shape is"
puts "TODO ?OCC11111 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC23748 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC23748 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC23748 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC23748 ALL: TEST INCOMPLETE"
puts "TODO ?OCC25718 ALL: Error : Result shape is WRONG"
puts "TODO ?OCC25718 ALL: Error : The square of result shape is"
puts "TODO ?OCC25718 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC25718 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC25718 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC25718 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC25718 ALL: TEST INCOMPLETE"
puts "============"
puts "OCC5805"

View File

@ -1,7 +1,7 @@
puts "TODO ?OCC23748 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC23748 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC23748 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC23748 ALL: TEST INCOMPLETE"
puts "TODO ?OCC25718 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC25718 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC25718 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC25718 ALL: TEST INCOMPLETE"
puts "============"
puts "OCC5805"

View File

@ -1,4 +1,4 @@
puts "TODO OCC11111 ALL: Error : The square of result shape is"
puts "TODO OCC25718 ALL: Error : The square of result shape is"
puts "============"
puts "OCC5805"

View File

@ -1,4 +1,4 @@
puts "TODO OCC11111 ALL: Error : The square of result shape is"
puts "TODO OCC25718 ALL: Error : The square of result shape is"
puts "============"
puts "OCC5805"

View File

@ -1,8 +1,8 @@
puts "TODO ?OCC23748 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC23748 ALL: Faulty OCC5805 : offsetshape is wrong"
puts "TODO ?OCC23748 ALL: Faulty OCC5805 : tolmax is wrong"
puts "TODO ?OCC23748 ALL: Tcl Exception: can't read"
puts "TODO ?OCC23748 ALL: TEST INCOMPLETE"
puts "TODO ?OCC25718 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC25718 ALL: Faulty OCC5805 : offsetshape is wrong"
puts "TODO ?OCC25718 ALL: Faulty OCC5805 : tolmax is wrong"
puts "TODO ?OCC25718 ALL: Tcl Exception: can't read"
puts "TODO ?OCC25718 ALL: TEST INCOMPLETE"
puts "============"
puts "OCC5805"

View File

@ -1,10 +1,10 @@
puts "TODO ?OCC11111 ALL: Error : Result shape is WRONG"
puts "TODO ?OCC11111 ALL: Error : The square of result shape is"
puts "TODO ?OCC11111 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC11111 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC11111 ALL: Error : The command is not valid"
puts "TODO ?OCC25406 ALL: result is not a topological shape"
puts "TODO ?OCC25406 ALL: TEST INCOMPLETE"
puts "TODO ?OCC25718 ALL: Error : Result shape is WRONG"
puts "TODO ?OCC25718 ALL: Error : The square of result shape is"
puts "TODO ?OCC25718 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC25718 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC25718 ALL: Error : The command is not valid"
puts "TODO ?OCC25718 ALL: result is not a topological shape"
puts "TODO ?OCC25718 ALL: TEST INCOMPLETE"
puts "============"
puts "OCC5805"

View File

@ -1,11 +1,11 @@
puts "TODO ?OCC23748 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC23748 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC23748 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC23748 ALL: Faulty shapes in variables faulty_1 to fauly_"
puts "TODO ?OCC23748 ALL: Error : The square of result shape is"
puts "TODO ?OCC23748 ALL: Error : Result shape is WRONG"
puts "TODO ?OCC23748 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC23748 ALL: TEST INCOMPLETE"
puts "TODO ?OCC25718 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC25718 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC25718 ALL: Faulty shapes in variables faulty_1 to fauly_"
puts "TODO ?OCC25718 ALL: Error : The square of result shape is"
puts "TODO ?OCC25718 ALL: Error : Result shape is WRONG"
puts "TODO ?OCC25718 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC25718 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC25718 ALL: TEST INCOMPLETE"
puts "============"
puts "OCC5805"

View File

@ -1,11 +1,10 @@
puts "TODO ?OCC23748 ALL: Error. offsetperform operation not done."
puts "TODO ?OCC23748 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC23748 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC23748 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC23748 ALL: Error : The square of result shape is"
puts "TODO ?OCC23748 ALL: Error : Result shape is WRONG"
puts "TODO ?OCC23748 ALL: ERROR. offsetperform operation not done"
puts "TODO ?OCC23748 ALL: TEST INCOMPLETE"
puts "TODO ?OCC25718 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC25718 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC25718 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC25718 ALL: Error : The square of result shape is"
puts "TODO ?OCC25718 ALL: Error : Result shape is WRONG"
puts "TODO ?OCC25718 ALL: ERROR. offsetperform operation not done"
puts "TODO ?OCC25718 ALL: TEST INCOMPLETE"
puts "============"
puts "OCC5805"

View File

@ -1,7 +1,9 @@
puts "TODO ?OCC23748 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC23748 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC23748 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC23748 ALL: TEST INCOMPLETE"
puts "TODO ?OCC25718 ALL: ERROR. offsetperform operation not done."
puts "TODO ?OCC25718 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC25718 ALL: Tcl Exception: result is not a topological shape!!!"
puts "TODO ?OCC25718 ALL: TEST INCOMPLETE"
puts "TODO ?OCC25718 ALL: Error : The square of result shape is"
puts "TODO ?OCC25718 ALL: Error : Result shape is WRONG"
puts "============"
puts "OCC5805"

View File

@ -1,5 +1,5 @@
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
puts "TODO OCC25735 ALL: Faulty shapes in variables faulty_1 to"
puts "TODO OCC22033 ALL: Error : The square of result shape is"
puts "================"
puts "OCC62"

View File

@ -1,5 +1,5 @@
puts "TODO ?OCC11111 ALL: Error : The square of result shape is"
puts "TODO ?OCC11111 ALL: Error : Result shape is WRONG"
puts "TODO OCC22033 ALL: Error : The square of result shape is"
puts "TODO OCC22033 ALL: Error : Result shape is WRONG"
puts "============"
puts "OCC6272"

View File

@ -1,5 +1,5 @@
puts "TODO OCC12345 ALL: Error : The square of result shape is"
puts "TODO ?OCC25735 ALL: Faulty shapes in variables faulty_1 to"
puts "TODO OCC25829 ALL: Error : The square of result shape is"
puts "TODO OCC25829 ALL: Faulty shapes in variables faulty_1 to"
puts "============"
puts "OCC697"

View File

@ -1,5 +1,5 @@
puts "TODO OCC12345 ALL: Error : The square of result shape is"
puts "TODO ?OCC25735 ALL: Faulty shapes in variables faulty_1 to"
puts "TODO OCC25829 ALL: Error : The square of result shape is"
puts "TODO OCC25829 ALL: Faulty shapes in variables faulty_1 to"
puts "============"
puts "OCC697"

View File

@ -1,5 +1,5 @@
puts "TODO OCC12345 ALL: Error : The square of result shape is"
puts "TODO ?OCC25735 ALL: Faulty shapes in variables faulty_1 to"
puts "TODO OCC25829 ALL: Error : The square of result shape is"
puts "TODO OCC25829 ALL: Faulty shapes in variables faulty_1 to"
puts "============"
puts "OCC697"

View File

@ -1,5 +1,5 @@
puts "TODO OCC12345 ALL: Error : The square of result shape is"
puts "TODO ?OCC25735 ALL: Faulty shapes in variables faulty_1 to"
puts "TODO OCC25829 ALL: Error : The square of result shape is"
puts "TODO OCC25829 ALL: Faulty shapes in variables faulty_1 to"
puts "============"
puts "OCC697"

View File

@ -1,7 +1,5 @@
puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO ?OCC12345 ALL: \\*\\* Exception "
puts "TODO ?OCC23748 ALL: Error: Offset is not done."
puts "TODO ?OCC12345 ALL: Faulty OCC745"
puts "TODO OCC23748 ALL: Error: Offset is not done."
puts "TODO OCC23748 ALL: Faulty OCC745"
puts "========"
puts "OCC745"

View File

@ -1,7 +1,3 @@
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
puts "TODO ?OCC12345 ALL: Error : The command is not valid. The square is"
puts "========"
puts "OCC772"
puts "SAM1643"
@ -11,12 +7,12 @@ puts ""
## Impossible to make a common of the shapes attached.
######################################
restore [locate_data_file OCC772.brep] a
restore [locate_data_file OCC772_fix.brep] a
explode a
checkshape a_1
checkshape a_2
bcommon result a_1 a_2
set square 0
set 2dviewer 0
set square 10190.7
set 2dviewer 1

View File

@ -1,5 +1,5 @@
puts "TODO OCC12345 ALL: Faulty OCC825"
puts "TODO OCC12345 ALL: Error : The command is not valid. The square is"
puts "TODO OCC25915 ALL: Faulty OCC825"
puts "TODO OCC25915 ALL: Error : The command is not valid. The square is"
pload QAcommands

View File

@ -1,6 +1,3 @@
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC12345 ALL: Error : The square of result shape is"
pload QAcommands
puts "======="
@ -18,14 +15,13 @@ puts ""
if { [ catch { set info_result [OCC825 a1 a2 a3 a4 a5] } ] } {
puts "Faulty : an exception was caught"
} else {
checkshape a1
checkshape a2
bcut result a2 a1
set ExplodeList [explode result]
if {[llength ${ExplodeList}] < 1} {
puts "Faulty : Resulting shape is empty COMPOUND"
puts "Faulty : Resulting shape is empty COMPOUND"
}
}
set square 0
set 2dviewer 0
set square 5890.46
set 2dviewer 1

View File

@ -1,8 +1,4 @@
pload QAcommands
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
puts "TODO ?OCC12345 ALL: Error : The command is not valid. The square is"
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC12345 ALL: Faulty : Resulting shape is empty COMPOUND"
puts "========"
puts "OCC825"
@ -19,16 +15,13 @@ puts ""
if { [ catch { set info_result [OCC825 a1 a2 a3 a4 a5] } ] } {
puts "Faulty : an exception was caught"
} else {
checkshape a1
checkshape a3
bcut result a3 a1
set ExplodeList [explode result]
if {[llength ${ExplodeList}] < 1} {
puts "Faulty : Resulting shape is empty COMPOUND"
puts "Faulty : Resulting shape is empty COMPOUND"
}
}
set square 0
set 2dviewer 0
set square 7853.92
set 2dviewer 1

View File

@ -1,7 +1,3 @@
puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO ?OCC12345 ALL: \\*\\* Exception"
puts "TODO ?OCC23748 ALL: Error: Offset is not done."
puts "========"
puts "OCC829"
puts "========"

View File

@ -1,6 +1,6 @@
puts "TODO OCC11111 ALL: OCC8842: Faulty"
puts "TODO OCC11111 ALL: \\*\\* Exception"
puts "TODO OCC11111 ALL: An exception was caught"
puts "TODO OCC25913 ALL: OCC8842: Faulty"
puts "TODO OCC25913 ALL: \\*\\* Exception"
puts "TODO OCC25913 ALL: An exception was caught"
puts "============"
puts "OCC8842"

View File

@ -1,6 +1,5 @@
puts "TODO ?OCC11111 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC11111 ALL: Error : Result shape is WRONG"
puts "TODO ?OCC11111 ALL: Error : The square of result shape is"
puts "TODO OCC25913 ALL: Error : Result shape is WRONG"
puts "TODO OCC25913 ALL: Error : The square of result shape is"
puts "TODO OCC24156 MacOS: \\*\\* Exception \\*\\*.*"
puts "TODO OCC24156 MacOS: An exception was caught"
puts "TODO OCC24156 MacOS: OCC8842: Faulty"

View File

@ -1,6 +1,6 @@
puts "TODO OCC11111 ALL: OCC8842: Faulty"
puts "TODO OCC11111 ALL: \\*\\* Exception"
puts "TODO OCC11111 ALL: An exception was caught"
puts "TODO OCC25913 ALL: OCC8842: Faulty"
puts "TODO OCC25913 ALL: \\*\\* Exception"
puts "TODO OCC25913 ALL: An exception was caught"
puts "============"
puts "OCC8842"

View File

@ -1,6 +1,6 @@
puts "TODO ?OCC11111 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC11111 ALL: Error : Result shape is WRONG"
puts "TODO OCC11111 ALL: Error : The square of result shape is"
puts "TODO ?OCC25913 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC25913 ALL: Error : Result shape is WRONG"
puts "TODO OCC25913 ALL: Error : The square of result shape is"
puts "============"
puts "OCC8842"

View File

@ -1,6 +1,6 @@
puts "TODO ?OCC11111 ALL: OCC8842: Faulty"
puts "TODO ?OCC11111 ALL: \\*\\* Exception"
puts "TODO ?OCC11111 ALL: An exception was caught"
puts "TODO ?OCC25913 ALL: OCC8842: Faulty"
puts "TODO ?OCC25913 ALL: \\*\\* Exception"
puts "TODO ?OCC25913 ALL: An exception was caught"
puts "============"
puts "OCC8842"

View File

@ -3,7 +3,6 @@ puts "TODO ?OCC24156 MacOS: An exception was caught"
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
puts "TODO OCC24156 MacOS: \\*\\*\\* Abort"
puts "TODO OCC24156 MacOS: ... The exception is"
puts "TODO ?OCC24255 ALL: An exception"
puts "================"
puts "OCC23952"

View File

@ -1,5 +1,3 @@
puts "TODO ?OCC12345 ALL: OCC12522: Faulty"
puts "========"
puts "OCC12522"
puts "========"
@ -31,7 +29,7 @@ plane plane1 6400 -4000 -160 0 0 1 1 0 0
extrema curve1 plane1
set percent_max 0.1
set good_length 8.3705138910905177
set good_length 2.9009126041478908
set ext_1_length [lindex [length ext_1] 4]

View File

@ -4,15 +4,13 @@ puts "========"
pload QAcommands
OCC145 [locate_data_file OCC145.brep] 1
set shape_path [locate_data_file OCC145.brep]
set listmem {}
set i_max 10000
OCC145 [locate_data_file OCC145.brep] ${i_max}
lappend listmem [meminfo h]
if { [checktrend $listmem 0 1 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
for {set i 1} {$i < 10} {incr i} {
OCC145 ${shape_path} 10
lappend listmem [meminfo h]
checktrend $listmem 0 1 "Memory leak detected"
}

View File

@ -1,9 +1,9 @@
# by apn master-master 03.12.2012
puts "TODO OCC12345 ALL: Error : The square of result shape is"
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: TEST INCOMPLETE"
puts "TODO OCC22033 ALL: Error : The square of result shape is"
puts "TODO OCC22033 ALL: Faulty shapes in variables faulty_1 to faulty_"
if { [regexp {Debug mode} [dversion]] } {
puts "TODO OCC22033 ALL: TEST INCOMPLETE"
puts "TODO OCC22033 ALL: Exception"
}
puts "================"
puts "OCC152"

View File

@ -1,9 +1,8 @@
# by apn master-master 03.12.2012
puts "TODO ?OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
#puts "TODO OCC12345 ALL: An exception was caught"
#puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
#puts "TODO OCC12345 ALL: TEST INCOMPLETE"
puts "TODO OCC22033 ALL: Faulty shapes in variables faulty_1 to faulty_"
if { [regexp {Debug mode} [dversion]] } {
puts "TODO OCC22033 ALL: TEST INCOMPLETE"
puts "TODO OCC22033 ALL: Exception"
}
puts "================"
puts "OCC152"

View File

@ -10,18 +10,11 @@ puts ""
set BugNumber OCC20627
OCC20627 1
set listmem {}
set i_max 10000
OCC20627 ${i_max}
lappend listmem [meminfo h]
if { [checktrend $listmem 0 1 "Memory leak detected"] } {
puts "No memory leak"
break
for {set i 1} {$i < 10} {incr i} {
OCC20627 10
lappend listmem [meminfo h]
checktrend $listmem 0 1 "Memory leak detected"
}

View File

@ -1,6 +1,7 @@
puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
puts "TODO OCC25911 ALL: An exception was caught"
puts "TODO OCC25911 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC25911 ALL: TEST INCOMPLETE"
puts "============"
puts "OCC22194"
puts "============"
@ -21,5 +22,3 @@ explode s F
splitshape result s s_1 r_1 s_5 r_2 s_13 r_3 s_22 r_4 s_31 r_5 s_39 r_6 s_46 r_7 s_51 r_8 s_68 r_9 s_90 r_10 s_112 r_11 s_133 r_12 s_143 r_13 s_146 r_14 s_151 r_15 s_161 r_16 s_176 r_17 s_183 r_18 s_201 r_19 s_213 r_20 s_213 r_21 s_235 r_22 s_257 r_23 s_270 r_24 s_285 r_25 s_300 r_26 s_314 r_27
set square 24549.6
set 2dviewer 0

View File

@ -1,8 +1,3 @@
puts "TODO ?OCC12345 ALL: Process killed by CPU limit"
puts "TODO OCC11111 ALL: TEST INCOMPLETE"
cpulimit 30
puts "============"
puts "OCC22759"
puts "============"
@ -15,6 +10,8 @@ set BugNumber OCC22759
catch { pload XDE }
cpulimit 400
restore [locate_data_file OCC22759-weldt6.brep] result
checkshape result
tclean result
@ -28,21 +25,19 @@ regexp { +([-0-9.+eE]+) +nodes} $tri_info full nod
regexp {deflection +([-0-9.+eE]+)} $tri_info full defl
set os "ALL"
if {[array get env os_type] != ""} {
set os $env(os_type)
if { [array get env os_type] != "" } {
set os $env(os_type)
}
if { [regexp {Windows} $os ] } {
puts "OS = Windows NT"
set good_tri 248672
set good_nod 127078
set good_defl 0.0028424483708953232
} else {
if { [string compare $os "windows"] != 0 } {
puts "OS = Linux"
set good_tri 248724
set good_nod 127104
set good_defl 0.0028424483709341111
set good_tri 524278
set good_nod 265870
set good_defl 0.0026800432954056617
} else {
puts "OS = Windows NT"
set good_tri 523436
set good_nod 265456
set good_defl 0.0028033497029316067
}
proc GetPercent {Value GoodValue} {
@ -102,4 +97,4 @@ vfit
vsetdispmode 1
set only_screen 1
set square 0
set square 9951.34

View File

@ -13,8 +13,5 @@ for {set i 1} {${i} <= ${i_max}} {incr i} {
OCC277
lappend listmem [meminfo h]
if { [checktrend $listmem 0 1 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 1 "Memory leak detected"
}

View File

@ -1,6 +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 "TODO OCC12345 Debian60-64 MacOS: Faulty OCC565: function intersection works wrongly with infinite Surfaces"
puts "========"
puts "OCC567"

View File

@ -1,6 +1,5 @@
puts "Output with mistake is correct!"
puts "TODO ?#60634 ALL: Standard_ConstructionError: BRepFill_Draft"
puts "TODO ?#60634 ALL: Error in MakeWire"
puts "TODO #60634 ALL: Standard_ConstructionError: BRepFill_Draft"
puts "=================="
puts "BUC60634"
puts "=================="

View File

@ -12,10 +12,8 @@ OCC162 s
set i_max 5
for {set i 1} {${i} <= ${i_max}} {incr i} {
OCC162 s
lappend listmem [meminfo h]
if { [checktrend $listmem 0 1 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 1 "Memory leak detected"
}

View File

@ -6,7 +6,7 @@ puts ""
## Result of BOPFUSE operation is unclosed shape inspite of source solids are valid
#########################################################
cpulimit 1000
cpulimit 2000
restore [locate_data_file OCC600_1.brep] a
checkshape a

View File

@ -1,4 +1,4 @@
puts "TODO ?OCC25188 ALL: Error: File "
puts "TODO OCC25188 ALL: Error: File "
puts "========"
puts "OCC25168"

View File

@ -1,13 +1,3 @@
### by apn (no regresion in CR23352_3
###if { [array get env os_type] != "" } {
### set os $env(os_type)
###}
###if { [string compare $os "windows"] == 0 } {
puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
puts "TODO ?OCC12345 ALL: Error : The style of edge is NOT dash"
### by apn: Image is not correct on WNT
###}
puts "========================"
puts "BUC60738"
puts "========================"

View File

@ -1,5 +1,3 @@
puts "TODO ?OCC11111 ALL: Faulty OCC12121"
puts "================"
puts "OCC12121"
puts "================"

View File

@ -15,12 +15,9 @@ for {set i 1} {${i} <= ${i_max}} {incr i} {
OCC172
# deselect shape
OCC172
lappend listmem [meminfo h]
if { [checktrend $listmem 0 1 "Memory leak detected"] } {
puts "No memory leak, $i iterations"
break
}
checktrend $listmem 0 1 "Memory leak detected"
}

View File

@ -1,5 +1,3 @@
puts "TODO ?OCC11111 ALL: Faulty : Export to pdf file was done but size of file is incorrect"
puts "============"
puts "OCC21091"
puts "OCC21450"
@ -12,7 +10,6 @@ puts ""
pload XSDRAW
vinit
set only_screen 1
meshfromstl m [locate_data_file shape.stl]
@ -20,18 +17,28 @@ meshtext m
vsetdispmode m 34
set aFile $imagedir/${test_image}.pdf
file delete -force ${imagedir}/${test_image}.pdf
set aFile ${imagedir}/${test_image}.pdf
vexport ${aFile} PDF
if { [file exists ${aFile}] } {
puts "Export to pdf file was done"
set filesize [file size ${aFile}]
if { $filesize != 154489 } {
puts "Faulty : Export to pdf file was done but size of file is incorrect"
}
if { [string compare $tcl_platform(platform) "windows"] != 0 } {
set refsize 144401
} else {
puts "Faulty : Export to pdf file was not done"
set refsize 153993
}
if { [file exists ${aFile}] } {
puts "Export to PDF file was done"
set filesize [file size ${aFile}]
if { $filesize != $refsize } {
puts "Error: Export to PDF file was done but size of file is incorrect (refsize = $refsize, current = $filesize)."
puts "Error: Compare content of resulting PDF file with reference."
puts "Error: Update refsize if it's necessary."
}
} else {
puts "Faulty : Export to PDF file was not done"
}
set only_screen 1

View File

@ -1,5 +1,3 @@
puts "TODO ?OCC11111 ALL: Faulty : Export to"
puts "============"
puts "OCC21091"
puts "OCC21450"
@ -10,8 +8,6 @@ puts ""
#Testing export to PDF format
vinit
set only_screen 1
vtrihedron trihedron
vpoint p1 -300 -300 -300
@ -38,17 +34,27 @@ vaxis ax1 100 100 100 100 100 0
box a 110 110 110 200 200 200
vdisplay a
set aFile $imagedir/${test_image}.pdf
file delete -force ${imagedir}/${test_image}.pdf
set aFile ${imagedir}/${test_image}.pdf
vexport ${aFile} PDF
if { [file exists ${aFile}] } {
puts "Export to pdf file was done"
set filesize [file size ${aFile}]
puts $filesize
if { $filesize != 10055 } {
puts "Faulty : Export to pdf file was done but size of file is incorrect"
}
if { [string compare $tcl_platform(platform) "windows"] != 0 } {
set refsize 10091
} else {
puts "Faulty : Export to pdf file was not done"
set refsize 10079
}
if { [file exists ${aFile}] } {
puts "Export to PDF file was done"
set filesize [file size ${aFile}]
if { $filesize != $refsize } {
puts "Error: Export to PDF file was done but size of file is incorrect (refsize = $refsize, current = $filesize)."
puts "Error: Compare content of resulting PDF file with reference."
puts "Error: Update refsize if it's necessary."
}
} else {
puts "Faulty : Export to PDF file was not done"
}
set only_screen 1

View File

@ -1,5 +1,3 @@
puts "TODO ?OCC11111 ALL: Faulty : Export to"
puts "============"
puts "OCC21091"
puts "OCC21450"
@ -10,8 +8,6 @@ puts ""
#Testing export to PS format
vinit
set only_screen 1
vtrihedron trihedron
vpoint p1 -300 -300 -300
@ -38,16 +34,27 @@ vaxis ax1 100 100 100 100 100 0
box a 110 110 110 200 200 200
vdisplay a
set aFile $imagedir/${test_image}.ps
file delete -force ${imagedir}/${test_image}.ps
set aFile ${imagedir}/${test_image}.ps
vexport ${aFile} PS
if { [file exists ${aFile}] } {
puts "Export to PS format was done"
set filesize [file size ${aFile}]
if { $filesize != 10418 } {
puts "Faulty : Export to PS format was done but size of file is incorrect"
}
if { [string compare $tcl_platform(platform) "windows"] != 0 } {
set refsize 10370
} else {
puts "Faulty : Export to PS format was not done"
set refsize 10365
}
if { [file exists ${aFile}] } {
puts "Export to PS format was done"
set filesize [file size ${aFile}]
if { $filesize != $refsize } {
puts "Error: Export to PS file was done but size of file is incorrect (refsize = $refsize, current = $filesize)."
puts "Error: Compare content of resulting PS file with reference."
puts "Error: Update refsize if it's necessary."
}
} else {
puts "Faulty : Export to PS format was not done"
}
set only_screen 1

View File

@ -1,5 +1,3 @@
puts "TODO ?OCC11111 ALL: Faulty : Export to"
puts "============"
puts "OCC21091"
puts "OCC21450"
@ -10,8 +8,6 @@ puts ""
#Testing export to EPS format
vinit
set only_screen 1
vtrihedron trihedron
vpoint p1 -300 -300 -300
@ -38,16 +34,27 @@ vaxis ax1 100 100 100 100 100 0
box a 110 110 110 200 200 200
vdisplay a
set aFile $imagedir/${test_image}.eps
file delete -force ${imagedir}/${test_image}.eps
set aFile ${imagedir}/${test_image}.eps
vexport ${aFile} EPS
if { [string compare $tcl_platform(platform) "windows"] != 0 } {
set refsize 10314
} else {
set refsize 10309
}
if { [file exists ${aFile}] } {
puts "Export to EPS file was done"
set filesize [file size ${aFile}]
if { $filesize != 10362 } {
puts "Faulty : Export to EPS file was done but size of file is incorrect"
}
} else {
puts "Faulty : Export to EPS file was not done"
}
if { $filesize != $refsize } {
puts "Error: Export to EPS file was done but size of file is incorrect (refsize = $refsize, current = $filesize)."
puts "Error: Compare content of resulting EPS file with reference."
puts "Error: Update refsize if it's necessary."
}
} else {
puts "Faulty : Export to EPS file was not done"
}
set only_screen 1

View File

@ -1,5 +1,3 @@
puts "TODO ?OCC11111 ALL: Faulty : Export to"
puts "============"
puts "OCC21091"
puts "OCC21450"
@ -10,8 +8,6 @@ puts ""
#Testing export to SVG format
vinit
set only_screen 1
vtrihedron trihedron
vpoint p1 -300 -300 -300
@ -38,16 +34,27 @@ vaxis ax1 100 100 100 100 100 0
box a 110 110 110 200 200 200
vdisplay a
set aFile $imagedir/${test_image}.svg
file delete -force ${imagedir}/${test_image}.svg
set aFile ${imagedir}/${test_image}.svg
vexport ${aFile} SVG
if { [string compare $tcl_platform(platform) "windows"] != 0 } {
set refsize 14191
} else {
set refsize 14075
}
if { [file exists ${aFile}] } {
puts "Export to SVG file was done"
set filesize [file size ${aFile}]
if { $filesize != 13838 } {
puts "Faulty : Export to SVG file was done but size of file is incorrect"
}
} else {
puts "Faulty : Export to SVG file was not done"
}
if { $filesize != $refsize } {
puts "Error: Export to SVG file was done but size of file is incorrect (refsize = $refsize, current = $filesize)."
puts "Error: Compare content of resulting SVG file with reference."
puts "Error: Update refsize if it's necessary."
}
} else {
puts "Faulty : Export to SVG file was not done"
}
set only_screen 1

View File

@ -1,5 +1,3 @@
puts "TODO ?OCC11111 ALL: Faulty : Export to"
puts "============"
puts "OCC21091"
puts "OCC21450"
@ -10,8 +8,6 @@ puts ""
#Testing export to PGF format
vinit
set only_screen 1
vtrihedron trihedron
vpoint p1 -300 -300 -300
@ -38,17 +34,27 @@ vaxis ax1 100 100 100 100 100 0
box a 110 110 110 200 200 200
vdisplay a
set aFile $imagedir/${test_image}.pgf
file delete -force ${imagedir}/${test_image}.pgf
set aFile ${imagedir}/${test_image}.pgf
vexport ${aFile} PGF
if { [string compare $tcl_platform(platform) "windows"] != 0 } {
set refsize 20438
} else {
set refsize 20770
}
if { [file exists ${aFile}] } {
puts "Export to PGF file was done"
set filesize [file size ${aFile}]
puts $filesize
if { $filesize != 20398 } {
puts "Faulty : Export to PGF file was done but size of file is incorrect"
}
} else {
puts "Faulty : Export to PGF file was not done"
if { $filesize != $refsize } {
puts "Error: Export to PGF file was done but size of file is incorrect (refsize = $refsize, current = $filesize)."
puts "Error: Compare content of resulting PGF file with reference."
puts "Error: Update refsize if it's necessary."
}
} else {
puts "Faulty : Export to PGF file was not done"
}
set only_screen 1

View File

@ -1,74 +1,25 @@
puts "TODO OCC11111 ALL: Faulty OCC23069"
puts "TODO OCC11111 ALL: FPS_percent"
puts "TODO ?OCC11111 ALL: CPU_percent"
puts "==========="
puts "OCC23069"
puts "==========="
puts ""
################################################################################
# OpenGL state extraction for GL_RENDER_MODE significantly impact performance
#
# Execution of the test case is actual only for testing on specific hardware.
# Test case will be updated after starting testing on hardware.
################################################################################
set BugNumber OCC23069
vinit
for {set anInter 1} {$anInter <= 1000} {incr anInter} {
box b${anInter} [expr $anInter * 20] 0 0 10 20 30
vdisplay b${anInter}
}
vfit
#vinit
set Log [vfps]
#for {set anInter 1} {$anInter <= 1000} {incr anInter} {
# box b${anInter} [expr $anInter * 20] 0 0 10 20 30
# vdisplay b${anInter}
#}
#
proc GetPercent {Value GoodValue} {
set Percent 0.
if {${GoodValue} != 0.} {
set Percent [expr abs(${Value} - ${GoodValue}) / abs(double(${GoodValue})) * 100.]
} elseif {${Value} != 0.} {
set Percent [expr abs(${GoodValue} - ${Value}) / abs(double(${Value})) * 100.]
} else {
set Percent 0.
}
return ${Percent}
}
#vfit
set percent_max 20.0
set good_FPS 4.2
set good_CPU 15.0
set status 0
if { [llength ${Log}] == 5} {
if { [regexp {FPS: [-0-9.+eE]+} $Log] && [regexp {CPU: [-0-9.+eE]+ msec} $Log] } {
set status 0
regexp {FPS: ([-0-9.+eE]+)} $Log full FPS
regexp {CPU: ([-0-9.+eE]+) msec} $Log full CPU
set CPU_percent [GetPercent ${CPU} ${good_CPU}]
if { ${CPU_percent} > ${percent_max} } {
puts "CPU_percent = ${CPU_percent} ; CPU: Faulty"
set status 1
}
set FPS_percent [GetPercent ${FPS} ${good_FPS}]
if { ${FPS_percent} > ${percent_max} } {
puts "FPS_percent = ${FPS_percent} ; FPS: Faulty"
set status 1
}
} else {
set status 1
}
} else {
set status 1
}
# Resume
puts ""
if { ${status} == 0 } {
puts "OK ${BugNumber}"
} else {
puts "Faulty ${BugNumber}"
}
#set Log [vfps]
# it's necessary to check value of CPU and FPS

Some files were not shown because too many files have changed in this diff Show More