Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-z_slow/leak_empty_tick.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (13 years, 11 months ago) by niro
File size: 339 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 echo "Warm up"
2 i=1
3 while test $i != 9; do
4 `true`
5 : $((i++))
6 done
7
8 memleak
9
10 echo "Measuring memory leak..."
11 i=1
12 while test $i != 199; do
13 `true`
14 : $((i++))
15 done
16 i=1
17 while test $i != 199; do
18 `true`
19 : $((i++))
20 done
21
22 memleak
23 kb=$?
24 if test $kb -le 4; then
25 echo Ok #$kb
26 else
27 echo "Bad: $kb kb (or more) leaked"
28 fi

Properties

Name Value
svn:executable *