Mercurial > libpst
comparison regression/regression-tests.bash @ 272:345dab73b5c8 stable-0-6-51
remove excessively large regression test
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 23 Apr 2011 11:10:36 -0700 |
parents | 6c73cd336d5d |
children | ebcfb23390a4 |
comparison
equal
deleted
inserted
replaced
271:eafaf362779e | 272:345dab73b5c8 |
---|---|
99 | 99 |
100 regression="" | 100 regression="" |
101 [ "$2" == "reg" ] && regression="yes" | 101 [ "$2" == "reg" ] && regression="yes" |
102 [ "$regression" == "yes" ] && val="" | 102 [ "$regression" == "yes" ] && val="" |
103 | 103 |
104 #$func 1 ams.pst | 104 $func 1 ams.pst |
105 #$func 2 sample_64.pst | 105 $func 2 sample_64.pst |
106 #$func 3 test.pst | 106 $func 3 test.pst |
107 #$func 4 big_mail.pst | 107 $func 4 big_mail.pst |
108 #$func 5 mbmg.archive.pst | 108 $func 5 mbmg.archive.pst |
109 #$func 6 Single2003-read.pst | 109 $func 6 Single2003-read.pst |
110 #$func 7 Single2003-unread.pst | 110 $func 7 Single2003-unread.pst |
111 ##$func 8 ol2k3high.pst | 111 $func 8 ol2k3high.pst |
112 ##$func 9 ol97high.pst | 112 $func 9 ol97high.pst |
113 #$func 10 returned_message.pst | 113 $func 10 returned_message.pst |
114 ##$func 11 flow.pst | 114 $func 11 flow.pst |
115 #$func 12 test-html.pst | 115 $func 12 test-html.pst |
116 #$func 13 test-text.pst | 116 $func 13 test-text.pst |
117 #$func 14 joe.romanowski.pst | 117 $func 14 joe.romanowski.pst |
118 #$func 15 hourig1.pst | 118 $func 15 hourig1.pst |
119 #$func 16 test-mac.pst | 119 $func 16 test-mac.pst |
120 ##$func 17 harris.pst | 120 $func 18 spam.pst |
121 ##$func 18 spam.pst | 121 $func 19 rendgen.pst # single email appointment |
122 #$func 19 rendgen.pst # single email appointment | 122 $func 20 rendgen2.pst # email appointment with no termination date |
123 #$func 20 rendgen2.pst # email appointment with no termination date | 123 $func 21 rendgen3.pst # mime signed email |
124 #$func 21 rendgen3.pst # mime signed email | 124 $func 22 rendgen4.pst # appointment test cases |
125 #$func 22 rendgen4.pst # appointment test cases | 125 $func 23 rendgen5.pst # appointment test cases |
126 #$func 23 rendgen5.pst # appointment test cases | 126 $func 24 paul.sheer.pst # embedded rfc822 attachment |
127 #$func 24 paul.sheer.pst # embedded rfc822 attachment | 127 $func 25 jerry.pst # non ascii subject lines |
128 #$func 25 jerry.pst # non ascii subject lines | 128 $func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce |
129 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce | |
130 $func 27 justin.phelps.pst # segfault in attachment processing. | |
131 | 129 |
132 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' | 130 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' |
133 | 131 |
134 if [ "$regression" == "yes" ]; then | 132 if [ "$regression" == "yes" ]; then |
135 ( | 133 ( |