comparison regression/regression-tests.bash @ 285:898118c3675e

remove compile date/time stamps embedded in the binary for no compelling reason
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 May 2011 16:21:28 -0700
parents ebcfb23390a4
children fa7fc1ac6385
comparison
equal deleted inserted replaced
284:da7ae999ffa7 285:898118c3675e
63 else 63 else
64 ## only email and include deleted items, have a deleted items folder with multiple item types 64 ## only email and include deleted items, have a deleted items folder with multiple item types
65 #$val ../src/readpst $jobs -te -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 65 #$val ../src/readpst $jobs -te -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
66 66
67 ## normal recursive dump 67 ## normal recursive dump
68 $val ../src/readpst -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 68 $val ../src/readpst -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
69 69
70 ## separate mode with filename extensions 70 ## separate mode with filename extensions
71 #$val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 71 #$val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
72 72
73 ## separate mode where we decode all attachments to binary files 73 ## separate mode where we decode all attachments to binary files
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 18 spam.pst 120 #$func 18 spam.pst
121 $func 19 rendgen.pst # single email appointment 121 #$func 19 rendgen.pst # single email appointment
122 $func 20 rendgen2.pst # email appointment with no termination date 122 #$func 20 rendgen2.pst # email appointment with no termination date
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
134 if [ "$regression" == "yes" ]; then 134 if [ "$regression" == "yes" ]; then