mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-18 07:57:31 +08:00
28 lines
505 B
Plaintext
Executable File
28 lines
505 B
Plaintext
Executable File
puts "TODO OCC29996 Windows: Checking trend failed"
|
|
puts "TODO OCC29996 Windows: Tcl Exception: Memory leak detected"
|
|
puts "TODO OCC29996 Windows: TEST INCOMPLETE"
|
|
|
|
puts "========"
|
|
puts "OCC172"
|
|
puts "========"
|
|
|
|
pload XDE
|
|
|
|
vinit
|
|
restore [locate_data_file OCC162.brep] s
|
|
vdisplay s
|
|
|
|
set listmem {}
|
|
set i_max 10
|
|
for {set i 1} {${i} <= ${i_max}} {incr i} {
|
|
# select shape
|
|
OCC172
|
|
# deselect shape
|
|
OCC172
|
|
|
|
lappend listmem [meminfo h]
|
|
checktrend $listmem 0 1 "Memory leak detected"
|
|
}
|
|
|
|
|