1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

Compare commits

...

1 Commits

Author SHA1 Message Date
kgv
35a381fd03 0030602: Tests - testdiff does not report known unstable cases properly
Comment TODOs
2019-03-25 09:07:02 +03:00
16 changed files with 70 additions and 107 deletions

View File

@@ -1,19 +1,13 @@
puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 Linux: TEST INCOMPLETE" #puts "TODO ?OCC7287 Linux: TEST INCOMPLETE"
puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE" #puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE"
puts "============" puts "============"
puts "OCC7287" puts "0007287: Problem of Memory Leak"
puts "BOP cut producing NULL result"
puts "============" puts "============"
puts "" puts ""
######################################################
# Problem of Memory Leak
######################################################
#
# Result is Null shape
#
set BugNumber OCC7287 set BugNumber OCC7287

View File

@@ -1,19 +1,13 @@
puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 Linux: TEST INCOMPLETE" #puts "TODO ?OCC7287 Linux: TEST INCOMPLETE"
puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE" #puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE"
puts "============" puts "============"
puts "OCC7287" puts "0007287: Problem of Memory Leak"
puts "BOP cut"
puts "============" puts "============"
puts "" puts ""
######################################################
# Problem of Memory Leak
######################################################
#
# Result is not Null shape
#
set BugNumber OCC7287 set BugNumber OCC7287
@@ -25,6 +19,7 @@ set listmem {}
for {set i 1} {${i} <= ${NCycles}} {incr i } { for {set i 1} {${i} <= ${NCycles}} {incr i } {
bop b1 b2 bop b1 b2
bopcut r bopcut r
lappend listmem [meminfo h] lappend listmem [meminfo h]
checktrend $listmem 0 100 "Memory leak detected" checktrend $listmem 0 100 "Memory leak detected"
} }

View File

@@ -1,23 +1,16 @@
puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 Linux: TEST INCOMPLETE" #puts "TODO ?OCC7287 Linux: TEST INCOMPLETE"
puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE" #puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE"
puts "============" puts "============"
puts "OCC7287" puts "0007287: Problem of Memory Leak"
puts "BOP tuc"
puts "============" puts "============"
puts "" puts ""
######################################################
# Problem of Memory Leak
######################################################
#
# Result is not Null shape
#
set BugNumber OCC7287 set BugNumber OCC7287
set NCycles 10 set NCycles 10
box b1 10 10 10 100 100 100 box b1 10 10 10 100 100 100
box b2 50 50 50 box b2 50 50 50

View File

@@ -1,20 +1,14 @@
puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 Linux: TEST INCOMPLETE" #puts "TODO ?OCC7287 Linux: TEST INCOMPLETE"
puts "TODO ?OCC7287 Linux: Checking trend failed" #puts "TODO ?OCC7287 Linux: Checking trend failed"
puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE" #puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE"
puts "============" puts "============"
puts "OCC7287" puts "0007287: Problem of Memory Leak"
puts "BOP common"
puts "============" puts "============"
puts "" puts ""
######################################################
# Problem of Memory Leak
######################################################
#
# Result is not Null shape
#
set BugNumber OCC7287 set BugNumber OCC7287

View File

@@ -1,19 +1,13 @@
puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 Linux: TEST INCOMPLETE" #puts "TODO ?OCC7287 Linux: TEST INCOMPLETE"
puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE" #puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE"
puts "============" puts "============"
puts "OCC7287" puts "0007287: Problem of Memory Leak"
puts "BOP fuse"
puts "============" puts "============"
puts "" puts ""
######################################################
# Problem of Memory Leak
######################################################
#
# Result is not Null shape
#
set BugNumber OCC7287 set BugNumber OCC7287

View File

@@ -1,19 +1,13 @@
puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 Linux: TEST INCOMPLETE" #puts "TODO ?OCC7287 Linux: TEST INCOMPLETE"
puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected" #puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected"
puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE" #puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE"
puts "============" puts "============"
puts "OCC7287" puts "0007287: Problem of Memory Leak"
puts "BOP section"
puts "============" puts "============"
puts "" puts ""
######################################################
# Problem of Memory Leak
######################################################
#
# Result is not Null shape
#
set BugNumber OCC7287 set BugNumber OCC7287
@@ -29,4 +23,3 @@ for {set i 1} {${i} <= ${NCycles}} {incr i } {
lappend listmem [meminfo h] lappend listmem [meminfo h]
checktrend $listmem 0 100 "Memory leak detected" checktrend $listmem 0 100 "Memory leak detected"
} }

View File

@@ -1,4 +1,4 @@
puts "TODO ?OCC25913 ALL: Faulty shapes in variables faulty_1 to faulty_" #puts "TODO ?OCC25913 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC25913 ALL: Error : is WRONG because number of" puts "TODO OCC25913 ALL: Error : is WRONG because number of"
puts "TODO OCC25913 ALL: Error : The area of result shape is" puts "TODO OCC25913 ALL: Error : The area of result shape is"

View File

@@ -4,10 +4,10 @@ puts "========"
puts "" puts ""
# Different result between Debian 7 and Debian 8. # Different result between Debian 7 and Debian 8.
puts "TODO ?OCC28119 ALL: Error: Cannot find the result of BLEND-operation. The result of BOP operation will be returned." #puts "TODO ?OCC28119 ALL: Error: Cannot find the result of BLEND-operation. The result of BOP operation will be returned."
puts "TODO ?OCC29910 ALL: exception" #puts "TODO ?OCC29910 ALL: exception"
puts "TODO ?OCC29910 ALL: Exception" #puts "TODO ?OCC29910 ALL: Exception"
puts "TODO ?OCC29910 ALL: Error: Exception in bfuseblend operation" #puts "TODO ?OCC29910 ALL: Error: Exception in bfuseblend operation"
cpulimit 200 cpulimit 200

View File

@@ -4,11 +4,11 @@ puts "========"
puts "" puts ""
# Different result between Debian 7 and Debian 8. # Different result between Debian 7 and Debian 8.
puts "TODO ?OCC29910 Linux: Error : is WRONG because number of EDGE entities in shape \"rs\" is 16" #puts "TODO ?OCC29910 Linux: Error : is WRONG because number of EDGE entities in shape \"rs\" is 16"
puts "TODO ?OCC29910 Linux: Error : is WRONG because number of SHELL entities in shape \"result\" is 5" #puts "TODO ?OCC29910 Linux: Error : is WRONG because number of SHELL entities in shape \"result\" is 5"
puts "TODO ?OCC29910 Linux: Error : is WRONG because number of SOLID entities in shape \"result\" is 5" #puts "TODO ?OCC29910 Linux: Error : is WRONG because number of SOLID entities in shape \"result\" is 5"
puts "TODO ?OCC29910 Linux: Error : The area of result shape is" #puts "TODO ?OCC29910 Linux: Error : The area of result shape is"
puts "TODO ?OCC29910 Linux: Error : The volume of result shape is" #puts "TODO ?OCC29910 Linux: Error : The volume of result shape is"
ptorus t1 100 10 ptorus t1 100 10
ptorus t2 100 10 ptorus t2 100 10

View File

@@ -4,10 +4,10 @@ puts "========"
puts "" puts ""
# Different result between Debian 7 and Debian 8 and between MSVC 2010 and 2017. # Different result between Debian 7 and Debian 8 and between MSVC 2010 and 2017.
puts "TODO ?OCC29910 Windows: Error: Tolerance = 4.0169383828521568e-006 is not equal to expected" #puts "TODO ?OCC29910 Windows: Error: Tolerance = 4.0169383828521568e-006 is not equal to expected"
puts "TODO ?OCC29910 Linux: Error: Tolerance = 6.0392296447644325e-07 is not equal to expected" #puts "TODO ?OCC29910 Linux: Error: Tolerance = 6.0392296447644325e-07 is not equal to expected"
puts "TODO ?OCC29910 ALL: Error : is WRONG because number of VERTEX entities in shape \"result\" is 7" #puts "TODO ?OCC29910 ALL: Error : is WRONG because number of VERTEX entities in shape \"result\" is 7"
puts "TODO ?OCC29910 ALL: Error : is WRONG because number of EDGE entities in shape \"result\" is 5" #puts "TODO ?OCC29910 ALL: Error : is WRONG because number of EDGE entities in shape \"result\" is 5"
restore [locate_data_file bug29910_f1.brep] f1 restore [locate_data_file bug29910_f1.brep] f1
restore [locate_data_file bug29910_f2.brep] f2 restore [locate_data_file bug29910_f2.brep] f2

View File

@@ -4,12 +4,12 @@ puts "========"
puts "" puts ""
# Different result between Debian 7 and Debian 8 and between MSVC 2010 and 2017. # Different result between Debian 7 and Debian 8 and between MSVC 2010 and 2017.
puts "TODO ?OCC30012 Linux: Error: 10 curves are expected but 9 ones are found." #puts "TODO ?OCC30012 Linux: Error: 10 curves are expected but 9 ones are found."
puts "TODO ?OCC30012 Linux: Error: 10 curves are expected but 8 ones are found." #puts "TODO ?OCC30012 Linux: Error: 10 curves are expected but 8 ones are found."
puts "TODO ?OCC29910 Windows: Error: 10 curves are expected but 11 ones are found." #puts "TODO ?OCC29910 Windows: Error: 10 curves are expected but 11 ones are found."
puts "TODO ?OCC29910 Windows: Error : is WRONG because number of EDGE entities in shape \"rs\" is 15" #puts "TODO ?OCC29910 Windows: Error : is WRONG because number of EDGE entities in shape \"rs\" is 15"
puts "TODO ?OCC29910 Linux: Error : is WRONG because number of EDGE entities in shape \"rs\" is 8" #puts "TODO ?OCC29910 Linux: Error : is WRONG because number of EDGE entities in shape \"rs\" is 8"
puts "TODO ?OCC29910 Windows: Error: 0 vertices are expected but 2 are found" #puts "TODO ?OCC29910 Windows: Error: 0 vertices are expected but 2 are found"
set GoodNbCurves 10 set GoodNbCurves 10

View File

@@ -46,7 +46,7 @@ if { [string compare $bug_area ""] != 0 } {
if { $rel_tol == 100 } { if { $rel_tol == 100 } {
puts "TODO $bug_area All:^\\s*Error : The meshing algo cannot create mesh.\\s*$" puts "TODO $bug_area All:^\\s*Error : The meshing algo cannot create mesh.\\s*$"
} else { } else {
puts "TODO ?$bug_area All: Error: area difference = .* is not equal to expected" #puts "TODO ?$bug_area All: Error: area difference = .* is not equal to expected"
} }
} }

View File

@@ -4,8 +4,8 @@
## Comment : From CV tests serie page 58/59 ## Comment : From CV tests serie page 58/59
## ========================================== ## ==========================================
puts "TODO ?OCC23068 ALL:Error\\s*:\\s*.*The volume" #puts "TODO ?OCC23068 ALL:Error\\s*:\\s*.*The volume"
puts "TODO ?OCC23068 ALL:Faulty shapes in variables faulty_1 to faulty_" #puts "TODO ?OCC23068 ALL:Faulty shapes in variables faulty_1 to faulty_"
restore [locate_data_file CCV_2_c1_gsv.rle] s restore [locate_data_file CCV_2_c1_gsv.rle] s
explode s F explode s F
catch {offsetcompshape result s -10 s_8 s_10} catch {offsetcompshape result s -10 s_8 s_10}

View File

@@ -1,6 +1,6 @@
pload QAcommands pload QAcommands
puts "TODO ?OCC29132 Windows: ERROR: performance" #puts "TODO ?OCC29132 Windows: ERROR: performance"
set info [QANTestNCollectionIndexedDataMap] set info [QANTestNCollectionIndexedDataMap]

View File

@@ -1,7 +1,7 @@
puts "TODO ?OCC24909 ALL: An exception was caught" #puts "TODO ?OCC24909 ALL: An exception was caught"
puts "TODO ?OCC24909 ALL: \\*\\* Exception \\*\\*.*" #puts "TODO ?OCC24909 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO ?OCC24909 ALL: TEST INCOMPLETE" #puts "TODO ?OCC24909 ALL: TEST INCOMPLETE"
puts "TODO ?OCC24909 ALL: Tcl Exception: Buildsweep : Not Done" #puts "TODO ?OCC24909 ALL: Tcl Exception: Buildsweep : Not Done"
puts "========" puts "========"
puts "OCC24909" puts "OCC24909"

View File

@@ -1,7 +1,7 @@
puts "TODO ?OCC24909 ALL: An exception was caught" #puts "TODO ?OCC24909 ALL: An exception was caught"
puts "TODO ?OCC24909 ALL: \\*\\* Exception \\*\\*.*" #puts "TODO ?OCC24909 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO ?OCC24909 ALL: TEST INCOMPLETE" #puts "TODO ?OCC24909 ALL: TEST INCOMPLETE"
puts "TODO ?OCC24909 ALL: Tcl Exception: Buildsweep : Not Done" #puts "TODO ?OCC24909 ALL: Tcl Exception: Buildsweep : Not Done"
puts "========" puts "========"
puts "OCC24909" puts "OCC24909"