0033225: Changing the status of tests on Ubuntu 20.04 and Windows 64 VC142
[occt.git] / tests / bugs / moddata_3 / bug162
1 puts "========"
2 puts "OCC162"
3 puts "========"
4
5 puts "TODO ?CR33225 Linux: Checking trend failed "
6 puts "TODO ?CR33225 Linux: Tcl Exception: Memory leak detected"
7
8 pload QAcommands
9 pload XDE
10
11 restore [locate_data_file OCC162.brep] s 
12
13 OCC162 s
14
15 set i_max 5
16 for {set i 1} {${i} <= ${i_max}} {incr i} {
17     OCC162 s
18
19     lappend listmem [meminfo h]
20     checktrend $listmem 0 1 "Memory leak detected"
21 }
22