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

Update of testing cases due to changes in issue 23106

This commit is contained in:
mkv 2014-09-29 15:28:56 +04:00 committed by bugmaster
parent 01a7df1b18
commit a6844d20f1
11 changed files with 59 additions and 47 deletions

View File

@ -1,11 +1,11 @@
set TheFileName shading_018.brep set TheFileName shading_018.brep
set bug_withouttri "OCC22687" set bug_withouttri "OCC22687"
set nbwithouttri(ALL) 1 set nbwithouttri(ALL) 1
if { [string compare $command "mesh"] != 0 } { ###if { [string compare $command "mesh"] != 0 } {
set bug_freenodes "OCC22687" ### set bug_freenodes "OCC22687"
set nbfreenodes(All) 1 ### set nbfreenodes(All) 1
} ###}
if { [string compare $command "incmesh"] == 0 } { ###if { [string compare $command "incmesh"] == 0 } {
set bug_freelinks "OCC22687" ### set bug_freelinks "OCC22687"
set nbfree(All) 2 ### set nbfree(All) 2
} ###}

View File

@ -1,3 +1,3 @@
set TheFileName shading_004.brep set TheFileName shading_004.brep
set bug_withouttri "OCC22687" ###set bug_withouttri "OCC22687"
set nbwithouttri(All) 1 ###set nbwithouttri(All) 1

View File

@ -1,3 +1,5 @@
set TheFileName shading_012.brep set TheFileName shading_012.brep
set bug_withouttri "OCC22687" ###set bug_withouttri "OCC22687"
set nbwithouttri(All) 1 ###set nbwithouttri(All) 1
set bug_freelinks "OCC23106"
set nbfree(All) 4

View File

@ -1,13 +1,13 @@
set TheFileName shading_018.brep set TheFileName shading_018.brep
set bug_withouttri "OCC22687" set bug_withouttri "OCC22687"
set nbwithouttri(All) 1 set nbwithouttri(All) 1
if { [string compare $command "shading"] == 0 } { ###if { [string compare $command "shading"] == 0 } {
set bug_freenodes "OCC22687" ### set bug_freenodes "OCC22687"
set nbfreenodes(All) 1 ### set nbfreenodes(All) 1
} ###}
if { [string compare $command "incmesh"] == 0 } { ###if { [string compare $command "incmesh"] == 0 } {
set bug_freenodes "OCC22687" ### set bug_freenodes "OCC22687"
set nbfreenodes(All) 1 ### set nbfreenodes(All) 1
set bug_freelinks "OCC22687" ### set bug_freelinks "OCC22687"
set nbfree(All) 2 ### set nbfree(All) 2
} ###}

View File

@ -6,7 +6,8 @@ if { [string compare $command "shading"] == 0 } {
set bug_freelinks "OCC23105" set bug_freelinks "OCC23105"
### set nbfree(ALL) 4 ### set nbfree(ALL) 4
if { [string compare $command "mesh"] == 0 } { if { [string compare $command "mesh"] == 0 } {
set nbfree(ALL) 8 ### set nbfree(ALL) 8 ### OCC23106
set nbfree(ALL) 2
} else { } else {
set nbfree(ALL) 2 set nbfree(ALL) 2
} }

View File

@ -1,5 +1,7 @@
set TheFileName shading_027.brep set TheFileName shading_027.brep
##if { [string compare $command "shading"] != 0 } { ##if { [string compare $command "shading"] != 0 } {
set bug_freenodes "OCC23105" ## set bug_freenodes "OCC23105"
set nbfreenodes(All) 3 ## set nbfreenodes(All) 3
##} ##}
set bug_withouttri "OCC23106"
set nbwithouttri(All) 1

View File

@ -1 +1,8 @@
set TheFileName shading_045.brep set TheFileName shading_045.brep
set bug_freenodes "OCC23106"
set nbfreenodes(All) 3
if { [string compare $command "shading"] == 0 && [string compare $group "standard"] == 0} {
set nbfreenodes(All) 7
set bug_freelinks "OCC23106"
set nbfree(All) 2
}

View File

@ -1,9 +1,9 @@
set TheFileName shading_wrongshape_008.brep set TheFileName shading_wrongshape_008.brep
set bug_withouttri "OCC22687" set bug_withouttri "OCC22687"
set nbwithouttri(All) 2 set nbwithouttri(All) 2
set bug_freelinks "OCC22687" ###set bug_freelinks "OCC22687"
if { [string compare $command "shading"] == 0 } { ###if { [string compare $command "shading"] == 0 } {
set nbfree(All) 8 ### set nbfree(All) 8
} else { ###} else {
set nbfree(All) 16 ### set nbfree(All) 16
} ###}

View File

@ -4,4 +4,4 @@ if { [string compare $command "shading"] != 0 } {
set bug_freenodes "OCC23105" set bug_freenodes "OCC23105"
set nbfreenodes(ALL) 4 set nbfreenodes(ALL) 4
} }
set nbwithouttri(All) 5 set nbwithouttri(All) 7

View File

@ -17,19 +17,19 @@ if { [string compare $command "shading"] == 0 } {
set nbfreenodes(ALL) 2 set nbfreenodes(ALL) 2
set nbwithouttri(ALL) 5 set nbwithouttri(ALL) 5
} }
if { [string compare $command "mesh"] == 0 } { ###if { [string compare $command "mesh"] == 0 } {
set os "ALL" ### set os "ALL"
if {[array get env os_type] != ""} { ### if {[array get env os_type] != ""} {
set os $env(os_type) ### set os $env(os_type)
} ### }
set bug_freelinks "OCC22687" ### set bug_freelinks "OCC22687"
if {[string compare $os "Mandriva2008"] == 0 || [string compare $os "MacOS"] == 0 || [string compare $os "Mandriva2010"] == 0 || [string compare $os "Debian40"] == 0 || [string compare $os "Debian60-64"] == 0 || [string compare $os "windows"] == 0} { ### if {[string compare $os "Mandriva2008"] == 0 || [string compare $os "MacOS"] == 0 || [string compare $os "Mandriva2010"] == 0 || [string compare $os "Debian40"] == 0 || [string compare $os "Debian60-64"] == 0 || [string compare $os "windows"] == 0} {
set nb 4 ### set nb 4
} else { ### } else {
set nb 6 ### set nb 6
} ### }
set nbfree($os) $nb ### set nbfree($os) $nb
} ###}
###if { [string compare $command "shading"] == 0 } { ###if { [string compare $command "shading"] == 0 } {
### set bug_freelinks "OCC22687" ### set bug_freelinks "OCC22687"
### set nbfree(ALL) 2 ### set nbfree(ALL) 2

View File

@ -4,12 +4,12 @@ set rel_tol 36.8
set bug_withouttri "OCC22687" set bug_withouttri "OCC22687"
set bug_cross "OCC22687" set bug_cross "OCC22687"
if { [string compare $command "shading"] == 0 } { if { [string compare $command "shading"] == 0 } {
set nbwithouttri(All) 91 set nbwithouttri(All) 90
set nbcross(All) 12 set nbcross(All) 12
set bug_freenodes "OCC22687" set bug_freenodes "OCC22687"
set nbfreenodes(All) 10 set nbfreenodes(All) 10
} else { } else {
set nbwithouttri(All) 91 set nbwithouttri(All) 90
set nbcross(All) 11 set nbcross(All) 11
set bug_freenodes "OCC23473" set bug_freenodes "OCC23473"
set nbfreenodes(All) 11 set nbfreenodes(All) 11