1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug172
apn 9aa684edf4 0025987: Integration part of modified unstable test cases
Unstable test cases were reviewed
Modified test cases using checktrend command
Modified test cases for Linux platform
Modified test cases for Debug mode
2015-03-26 18:10:29 +03:00

24 lines
340 B
Plaintext
Executable File

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"
}