comparison regression/regression-tests.bash @ 288:fa7fc1ac6385

add gprof profiling option; allow fork for parallel processing of individual email folders in separate mode
author Carl Byington <carl@five-ten-sg.com>
date Fri, 27 May 2011 09:50:24 -0700
parents 898118c3675e
children cc8ee701f190
comparison
equal deleted inserted replaced
287:0f0ccd29b0d7 288:fa7fc1ac6385
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
123 #$func 21 rendgen3.pst # mime signed email 123 #$func 21 rendgen3.pst # mime signed email
124 #$func 22 rendgen4.pst # appointment test cases 124 #$func 22 rendgen4.pst # appointment test cases
125 #$func 23 rendgen5.pst # appointment test cases 125 #$func 23 rendgen5.pst # appointment test cases
126 #$func 24 paul.sheer.pst # embedded rfc822 attachment 126 #$func 24 paul.sheer.pst # embedded rfc822 attachment
127 #$func 25 jerry.pst # non ascii subject lines 127 #$func 25 jerry.pst # non ascii subject lines
128 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce 128 $func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce
129 #$func 27 justin.phelps.pst # segfault? 129 #$func 27 justin.phelps.pst # segfault?
130 130
131 131
132 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' 132 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 '
133 133