diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-05 02:14:37 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-05 02:14:37 +0000 |
commit | 8a496d5db0414d8bbb01e205304643ceb14f67d7 (patch) | |
tree | 562bc4f541afe6a22a84e61c2a2887bd49d1f6b6 | |
parent | 30db43b5c566b498f39dfc63767277a0e8f347d2 (diff) | |
download | busybox-w32-8a496d5db0414d8bbb01e205304643ceb14f67d7.tar.gz busybox-w32-8a496d5db0414d8bbb01e205304643ceb14f67d7.tar.bz2 busybox-w32-8a496d5db0414d8bbb01e205304643ceb14f67d7.zip |
fixing mode on hush-leak/leak_argv1.tests
-rw-r--r-- | shell/hush_test/hush-leak/leak_argv1.tests | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/shell/hush_test/hush-leak/leak_argv1.tests b/shell/hush_test/hush-leak/leak_argv1.tests deleted file mode 100644 index 34991ce28..000000000 --- a/shell/hush_test/hush-leak/leak_argv1.tests +++ /dev/null | |||
@@ -1,117 +0,0 @@ | |||
1 | pid=$$ | ||
2 | |||
3 | # Warm up | ||
4 | beg=`ps -o pid,vsz | grep "^ *$pid "` | ||
5 | i=1 | ||
6 | while test $i != X; do | ||
7 | set -- a b c d e f g h i j k l m n o p q r s t u v w x y z | ||
8 | shift | ||
9 | shift 2 | ||
10 | shift 5 | ||
11 | shift 11 | ||
12 | set -- A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | ||
13 | shift 3 | ||
14 | shift 7 | ||
15 | i=1$i | ||
16 | if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi | ||
17 | if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi | ||
18 | if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi | ||
19 | if test $i = 1111111111111111111111111111111111111111111114; then i=5; fi | ||
20 | if test $i = 1111111111111111111111111111111111111111111115; then i=6; fi | ||
21 | if test $i = 1111111111111111111111111111111111111111111116; then i=7; fi | ||
22 | if test $i = 1111111111111111111111111111111111111111111117; then i=8; fi | ||
23 | if test $i = 1111111111111111111111111111111111111111111118; then i=9; fi | ||
24 | if test $i = 1111111111111111111111111111111111111111111119; then i=a; fi | ||
25 | if test $i = 111111111111111111111111111111111111111111111a; then i=b; fi | ||
26 | if test $i = 111111111111111111111111111111111111111111111b; then i=c; fi | ||
27 | if test $i = 111111111111111111111111111111111111111111111c; then i=d; fi | ||
28 | if test $i = 111111111111111111111111111111111111111111111d; then i=e; fi | ||
29 | if test $i = 111111111111111111111111111111111111111111111e; then i=f; fi | ||
30 | if test $i = 111111111111111111111111111111111111111111111f; then i=g; fi | ||
31 | if test $i = 111111111111111111111111111111111111111111111g; then i=h; fi | ||
32 | if test $i = 111111111111111111111111111111111111111111111h; then i=i; fi | ||
33 | if test $i = 111111111111111111111111111111111111111111111i; then i=j; fi | ||
34 | if test $i = 111111111111111111111111111111111111111111111j; then i=X; fi | ||
35 | done | ||
36 | end=`ps -o pid,vsz | grep "^ *$pid "` | ||
37 | |||
38 | # Warm up again (I do need it on my machine) | ||
39 | beg=`ps -o pid,vsz | grep "^ *$pid "` | ||
40 | i=1 | ||
41 | while test $i != X; do | ||
42 | set -- a b c d e f g h i j k l m n o p q r s t u v w x y z | ||
43 | shift | ||
44 | shift 2 | ||
45 | shift 5 | ||
46 | shift 11 | ||
47 | set -- A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | ||
48 | shift 3 | ||
49 | shift 7 | ||
50 | i=1$i | ||
51 | if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi | ||
52 | if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi | ||
53 | if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi | ||
54 | if test $i = 1111111111111111111111111111111111111111111114; then i=5; fi | ||
55 | if test $i = 1111111111111111111111111111111111111111111115; then i=6; fi | ||
56 | if test $i = 1111111111111111111111111111111111111111111116; then i=7; fi | ||
57 | if test $i = 1111111111111111111111111111111111111111111117; then i=8; fi | ||
58 | if test $i = 1111111111111111111111111111111111111111111118; then i=9; fi | ||
59 | if test $i = 1111111111111111111111111111111111111111111119; then i=a; fi | ||
60 | if test $i = 111111111111111111111111111111111111111111111a; then i=b; fi | ||
61 | if test $i = 111111111111111111111111111111111111111111111b; then i=c; fi | ||
62 | if test $i = 111111111111111111111111111111111111111111111c; then i=d; fi | ||
63 | if test $i = 111111111111111111111111111111111111111111111d; then i=e; fi | ||
64 | if test $i = 111111111111111111111111111111111111111111111e; then i=f; fi | ||
65 | if test $i = 111111111111111111111111111111111111111111111f; then i=g; fi | ||
66 | if test $i = 111111111111111111111111111111111111111111111g; then i=h; fi | ||
67 | if test $i = 111111111111111111111111111111111111111111111h; then i=i; fi | ||
68 | if test $i = 111111111111111111111111111111111111111111111i; then i=j; fi | ||
69 | if test $i = 111111111111111111111111111111111111111111111j; then i=X; fi | ||
70 | done | ||
71 | end=`ps -o pid,vsz | grep "^ *$pid "` | ||
72 | if test "$beg" != "$end"; then | ||
73 | true echo "vsz grows: $beg -> $end" | ||
74 | else | ||
75 | true echo "vsz does not grow" | ||
76 | fi | ||
77 | |||
78 | echo "Measuring memory leak..." | ||
79 | beg=`ps -o pid,vsz | grep "^ *$pid "` | ||
80 | i=1 | ||
81 | while test $i != X; do | ||
82 | set -- a b c d e f g h i j k l m n o p q r s t u v w x y z | ||
83 | shift | ||
84 | shift 2 | ||
85 | shift 5 | ||
86 | shift 11 | ||
87 | set -- A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | ||
88 | shift 3 | ||
89 | shift 7 | ||
90 | i=1$i | ||
91 | if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi | ||
92 | if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi | ||
93 | if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi | ||
94 | if test $i = 1111111111111111111111111111111111111111111114; then i=5; fi | ||
95 | if test $i = 1111111111111111111111111111111111111111111115; then i=6; fi | ||
96 | if test $i = 1111111111111111111111111111111111111111111116; then i=7; fi | ||
97 | if test $i = 1111111111111111111111111111111111111111111117; then i=8; fi | ||
98 | if test $i = 1111111111111111111111111111111111111111111118; then i=9; fi | ||
99 | if test $i = 1111111111111111111111111111111111111111111119; then i=a; fi | ||
100 | if test $i = 111111111111111111111111111111111111111111111a; then i=b; fi | ||
101 | if test $i = 111111111111111111111111111111111111111111111b; then i=c; fi | ||
102 | if test $i = 111111111111111111111111111111111111111111111c; then i=d; fi | ||
103 | if test $i = 111111111111111111111111111111111111111111111d; then i=e; fi | ||
104 | if test $i = 111111111111111111111111111111111111111111111e; then i=f; fi | ||
105 | if test $i = 111111111111111111111111111111111111111111111f; then i=g; fi | ||
106 | if test $i = 111111111111111111111111111111111111111111111g; then i=h; fi | ||
107 | if test $i = 111111111111111111111111111111111111111111111h; then i=i; fi | ||
108 | if test $i = 111111111111111111111111111111111111111111111i; then i=j; fi | ||
109 | if test $i = 111111111111111111111111111111111111111111111j; then i=X; fi | ||
110 | done | ||
111 | end=`ps -o pid,vsz | grep "^ *$pid "` | ||
112 | |||
113 | if test "$beg" != "$end"; then | ||
114 | echo "vsz grows: $beg -> $end" | ||
115 | else | ||
116 | echo "vsz does not grow" | ||
117 | fi | ||