1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
apn aad4bc1f7b 0026192: Porting testing database on Debian70 64bit
Modified test cases for platform Debian70 64bit

Changed todo mapping for Debian70-64
2015-05-14 17:35:28 +03:00

47 lines
1.0 KiB
Plaintext
Executable File

set TheFileName shading_wrongshape_009.brep
set bug_area "OCC22687"
set rel_tol 10.7
set bug_withouttri "OCC22687"
set bug_freelinks "OCC22687"
set bug_freenodes "OCC22687"
set os "ALL"
if {[array get env os_type] != ""} {
set os $env(os_type)
}
if { [string compare $command "shading"] == 0 } {
### set nbt 14
set nbt 9
set nbn 83
if {
[string compare $os "Mandriva2008"] == 0
|| [string compare $os "Debian70-64"] == 0
} {
### set nbl 19
### set nbfree($os) $nbl
## else
## set nbl 17
}
set nbwithouttri($os) $nbt
set nbfreenodes($os) $nbn
} else {
if {
[string compare $os "Mandriva2010"] == 0
} {
set nbt 14
set nbn 83
set nbl 19
set nbwithouttri($os) $nbt
set nbfree($os) $nbl
set nbfreenodes($os) $nbn
} else {
set bug_withouttri "OCC23105"
### set nbt 14
set nbt 8
set nbn 60
set nbl 3
set nbwithouttri($os) $nbt
set nbfree($os) $nbl
set nbfreenodes($os) $nbn
}
}