mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
23 lines
400 B
Plaintext
23 lines
400 B
Plaintext
puts "========"
|
|
puts "OCC162"
|
|
puts "========"
|
|
|
|
puts "TODO ?CR33225 Linux: Checking trend failed "
|
|
puts "TODO ?CR33225 Linux: Tcl Exception: Memory leak detected"
|
|
|
|
pload QAcommands
|
|
pload XDE
|
|
|
|
restore [locate_data_file OCC162.brep] s
|
|
|
|
OCC162 s
|
|
|
|
set i_max 5
|
|
for {set i 1} {${i} <= ${i_max}} {incr i} {
|
|
OCC162 s
|
|
|
|
lappend listmem [meminfo h]
|
|
checktrend $listmem 0 1 "Memory leak detected"
|
|
}
|
|
|