mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Update of testing cases due to changes in issue 23106
This commit is contained in:
parent
01a7df1b18
commit
a6844d20f1
@ -1,11 +1,11 @@
|
||||
set TheFileName shading_018.brep
|
||||
set bug_withouttri "OCC22687"
|
||||
set nbwithouttri(ALL) 1
|
||||
if { [string compare $command "mesh"] != 0 } {
|
||||
set bug_freenodes "OCC22687"
|
||||
set nbfreenodes(All) 1
|
||||
}
|
||||
if { [string compare $command "incmesh"] == 0 } {
|
||||
set bug_freelinks "OCC22687"
|
||||
set nbfree(All) 2
|
||||
}
|
||||
###if { [string compare $command "mesh"] != 0 } {
|
||||
### set bug_freenodes "OCC22687"
|
||||
### set nbfreenodes(All) 1
|
||||
###}
|
||||
###if { [string compare $command "incmesh"] == 0 } {
|
||||
### set bug_freelinks "OCC22687"
|
||||
### set nbfree(All) 2
|
||||
###}
|
||||
|
@ -1,3 +1,3 @@
|
||||
set TheFileName shading_004.brep
|
||||
set bug_withouttri "OCC22687"
|
||||
set nbwithouttri(All) 1
|
||||
###set bug_withouttri "OCC22687"
|
||||
###set nbwithouttri(All) 1
|
||||
|
@ -1,3 +1,5 @@
|
||||
set TheFileName shading_012.brep
|
||||
set bug_withouttri "OCC22687"
|
||||
set nbwithouttri(All) 1
|
||||
###set bug_withouttri "OCC22687"
|
||||
###set nbwithouttri(All) 1
|
||||
set bug_freelinks "OCC23106"
|
||||
set nbfree(All) 4
|
||||
|
@ -1,13 +1,13 @@
|
||||
set TheFileName shading_018.brep
|
||||
set bug_withouttri "OCC22687"
|
||||
set nbwithouttri(All) 1
|
||||
if { [string compare $command "shading"] == 0 } {
|
||||
set bug_freenodes "OCC22687"
|
||||
set nbfreenodes(All) 1
|
||||
}
|
||||
if { [string compare $command "incmesh"] == 0 } {
|
||||
set bug_freenodes "OCC22687"
|
||||
set nbfreenodes(All) 1
|
||||
set bug_freelinks "OCC22687"
|
||||
set nbfree(All) 2
|
||||
}
|
||||
###if { [string compare $command "shading"] == 0 } {
|
||||
### set bug_freenodes "OCC22687"
|
||||
### set nbfreenodes(All) 1
|
||||
###}
|
||||
###if { [string compare $command "incmesh"] == 0 } {
|
||||
### set bug_freenodes "OCC22687"
|
||||
### set nbfreenodes(All) 1
|
||||
### set bug_freelinks "OCC22687"
|
||||
### set nbfree(All) 2
|
||||
###}
|
||||
|
@ -6,7 +6,8 @@ if { [string compare $command "shading"] == 0 } {
|
||||
set bug_freelinks "OCC23105"
|
||||
### set nbfree(ALL) 4
|
||||
if { [string compare $command "mesh"] == 0 } {
|
||||
set nbfree(ALL) 8
|
||||
### set nbfree(ALL) 8 ### OCC23106
|
||||
set nbfree(ALL) 2
|
||||
} else {
|
||||
set nbfree(ALL) 2
|
||||
}
|
||||
|
@ -1,5 +1,7 @@
|
||||
set TheFileName shading_027.brep
|
||||
##if { [string compare $command "shading"] != 0 } {
|
||||
set bug_freenodes "OCC23105"
|
||||
set nbfreenodes(All) 3
|
||||
## set bug_freenodes "OCC23105"
|
||||
## set nbfreenodes(All) 3
|
||||
##}
|
||||
set bug_withouttri "OCC23106"
|
||||
set nbwithouttri(All) 1
|
||||
|
@ -1 +1,8 @@
|
||||
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
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
set TheFileName shading_wrongshape_008.brep
|
||||
set bug_withouttri "OCC22687"
|
||||
set nbwithouttri(All) 2
|
||||
set bug_freelinks "OCC22687"
|
||||
if { [string compare $command "shading"] == 0 } {
|
||||
set nbfree(All) 8
|
||||
} else {
|
||||
set nbfree(All) 16
|
||||
}
|
||||
###set bug_freelinks "OCC22687"
|
||||
###if { [string compare $command "shading"] == 0 } {
|
||||
### set nbfree(All) 8
|
||||
###} else {
|
||||
### set nbfree(All) 16
|
||||
###}
|
||||
|
@ -4,4 +4,4 @@ if { [string compare $command "shading"] != 0 } {
|
||||
set bug_freenodes "OCC23105"
|
||||
set nbfreenodes(ALL) 4
|
||||
}
|
||||
set nbwithouttri(All) 5
|
||||
set nbwithouttri(All) 7
|
||||
|
@ -17,19 +17,19 @@ if { [string compare $command "shading"] == 0 } {
|
||||
set nbfreenodes(ALL) 2
|
||||
set nbwithouttri(ALL) 5
|
||||
}
|
||||
if { [string compare $command "mesh"] == 0 } {
|
||||
set os "ALL"
|
||||
if {[array get env os_type] != ""} {
|
||||
set os $env(os_type)
|
||||
}
|
||||
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} {
|
||||
set nb 4
|
||||
} else {
|
||||
set nb 6
|
||||
}
|
||||
set nbfree($os) $nb
|
||||
}
|
||||
###if { [string compare $command "mesh"] == 0 } {
|
||||
### set os "ALL"
|
||||
### if {[array get env os_type] != ""} {
|
||||
### set os $env(os_type)
|
||||
### }
|
||||
### 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} {
|
||||
### set nb 4
|
||||
### } else {
|
||||
### set nb 6
|
||||
### }
|
||||
### set nbfree($os) $nb
|
||||
###}
|
||||
###if { [string compare $command "shading"] == 0 } {
|
||||
### set bug_freelinks "OCC22687"
|
||||
### set nbfree(ALL) 2
|
||||
|
@ -4,12 +4,12 @@ set rel_tol 36.8
|
||||
set bug_withouttri "OCC22687"
|
||||
set bug_cross "OCC22687"
|
||||
if { [string compare $command "shading"] == 0 } {
|
||||
set nbwithouttri(All) 91
|
||||
set nbwithouttri(All) 90
|
||||
set nbcross(All) 12
|
||||
set bug_freenodes "OCC22687"
|
||||
set nbfreenodes(All) 10
|
||||
} else {
|
||||
set nbwithouttri(All) 91
|
||||
set nbwithouttri(All) 90
|
||||
set nbcross(All) 11
|
||||
set bug_freenodes "OCC23473"
|
||||
set nbfreenodes(All) 11
|
||||
|
Loading…
x
Reference in New Issue
Block a user