0030790: [REGRESSION] Modeling Algorithms - Crash when loading specific step file
[occt.git] / tests / bugs / fclasses / bug7287_2
CommitLineData
53a1447a 1puts "TODO ?OCC7287 Linux: Tcl Exception: Memory leak detected"
2puts "TODO ?OCC7287 Linux: TEST INCOMPLETE"
3puts "TODO ?OCC7287 MacOS: Tcl Exception: Memory leak detected"
4puts "TODO ?OCC7287 MacOS: TEST INCOMPLETE"
9aa684ed 5
352ffd73 6puts "============"
7puts "OCC7287"
8puts "============"
9puts ""
10######################################################
11# Problem of Memory Leak
12######################################################
13
14#
15# Result is not Null shape
16#
17
18set BugNumber OCC7287
19
9aa684ed 20set NCycles 10
352ffd73 21box b1 10 10 10 100 100 100
22box b2 50 50 50
352ffd73 23
24set listmem {}
25for {set i 1} {${i} <= ${NCycles}} {incr i } {
5d05cf31 26 bop b1 b2
352ffd73 27 bopcut r
67a1064e 28 lappend listmem [meminfo h]
352ffd73 29}
e8dec5e1 30checktrend $listmem 0 100 "Memory leak detected"