Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-z_slow/leak_var3.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: 672 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 # Was seen leaking on NOMMU build
2
3 echo "Warm up"
4 i=1; t=1; export t
5 while test $i != 400; do
6 t=valueA_$i true
7 : $((i++))
8 done
9
10 memleak
11 echo "Measuring memory leak..."
12
13 # Please copy the entire block from above verbatim
14 i=1; t=1; export t
15 while test $i != 400; do
16 t=valueA_$i true
17 : $((i++))
18 done
19 i=1; t=1; export t
20 while test $i != 400; do
21 t=valueA_$i true
22 : $((i++))
23 done
24 i=1; t=1; export t
25 while test $i != 400; do
26 t=valueA_$i true
27 : $((i++))
28 done
29 i=1; t=1; export t
30 while test $i != 400; do
31 t=valueA_$i true
32 : $((i++))
33 done
34
35 memleak
36 kb=$?
37 if test $kb -le 4; then
38 echo Ok #$kb
39 else
40 echo "Bad: $kb kb (or more) leaked"
41 fi

Properties

Name Value
svn:executable *