mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
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.
22 lines
581 B
Plaintext
Executable File
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
|