mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
Unstable test cases were reviewed Modified test cases using checktrend command Modified test cases for Linux platform Modified test cases for Debug mode
17 lines
277 B
Plaintext
Executable File
17 lines
277 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC145"
|
|
puts "========"
|
|
|
|
pload QAcommands
|
|
|
|
set shape_path [locate_data_file OCC145.brep]
|
|
|
|
set listmem {}
|
|
|
|
for {set i 1} {$i < 10} {incr i} {
|
|
OCC145 ${shape_path} 10
|
|
|
|
lappend listmem [meminfo h]
|
|
checktrend $listmem 0 1 "Memory leak detected"
|
|
}
|