mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Change platform in occt test cases in TODOs from Debian\Mandriva to Linux Small corrections in test cases. Return procedure _tests_platform_def.
24 lines
542 B
Plaintext
Executable File
24 lines
542 B
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"
|
|
|
|
if { [string compare $command "shading"] == 0 } {
|
|
##set nbt 14
|
|
set nbt 9
|
|
set nbn 83
|
|
set nbwithouttri($env(os_type)) $nbt
|
|
set nbfreenodes($env(os_type)) $nbn
|
|
} else {
|
|
set bug_withouttri "OCC23105"
|
|
##set nbt 14
|
|
set nbt 8
|
|
set nbn 60
|
|
set nbl 3
|
|
set nbwithouttri($env(os_type)) $nbt
|
|
set nbfree($env(os_type)) $nbl
|
|
set nbfreenodes($env(os_type)) $nbn
|
|
}
|