1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00
Files
occt/tests/bugs/moddata/bug54
abv a60b9727cf 0023618: Some tests get killed just because of wrong cpulimit setting
Cpulimit increased in tests bugs moddata bug54 and boolean bsection N4 for tests to pass on slower systems.
Cpulimit command now should print a dying message when it kills process.
2012-12-14 18:16:36 +04:00

22 lines
581 B
Plaintext
Executable File

if { [array get env os_type] != "" } {
set os $env(os_type)
}
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
if { [string compare $os "windows"] != 0 } {
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
}
puts "================"
puts "OCC54"
puts "================"
puts ""
####################################################
## Exception is raised during command "small" in DRAW on attached shape.
####################################################
cpulimit 300
restore [locate_data_file OCC54.brep] result
puts [checkshape result]
set 3dviewer 0