1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-21 10:13:43 +03:00
vtn be10f7a868 0023342: Changing of OCCT tests according to integration of 23.07.2012
Tests are changed according to current state of OCCT.
2012-07-23 16:33:47 +04:00

44 lines
992 B
Plaintext
Executable File

set TheFileName shading_055.brep
set os "ALL"
if {[array get env os_type] != ""} {
set os $env(os_type)
}
if { [string compare $command "shading"] == 0 } {
set nb 62
if {[string compare $os "Mandriva2008"] == 0} {
set nb 64
}
if {[string compare $os "Mandriva2010"] == 0} {
set nb 64
}
if {[string compare $os "Debian40"] == 0} {
set nb 72
}
}
if { [string compare $command "incmesh"] == 0 } {
set nb 60
if {[string compare $os "Mandriva2008"] == 0} {
set nb 64
}
if {[string compare $os "Mandriva2010"] == 0} {
set nb 64
}
if {[string compare $os "Debian40"] == 0} {
set nb 72
}
}
if { [string compare $command "mesh"] == 0 } {
set nb 36
if {[string compare $os "Mandriva2008"] == 0} {
set nb {40|56}
}
if {[string compare $os "Mandriva2010"] == 0} {
set nb 56
}
if {[string compare $os "Debian40"] == 0} {
set nb {51|61}
}
}
set bug_cross "OCC22687"
set nbcross($os) $nb