Home | History | Annotate | Download | only in contrib

Lines Matching refs:tmp2

41 tmp2=$TMPDIR/$tool-testing.$$b
51 tmps="$tmp1 $tmp2 $now_s $before_s $lst1 $lst2 $lst3 $lst4 $lst5 $sum1 $sum2"
112 sed 's/^XFAIL/FAIL/; s/^ERROR/FAIL/; s/^XPASS/PASS/' < "$2" | awk '/^Running target / {target = $3} { if (target != "unix") { sub(/: /, "&"target": " ); }; print $0; }' | cut -c1-2000 >$tmp2
115 now=$tmp2
128 grep '^PASS' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -12 $tmp1 - >$tmp2
130 grep -s . $tmp2 >/dev/null
132 num=`cat $tmp2 | wc -l`
135 cat $tmp2
141 grep '^FAIL' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -12 $tmp1 - >$tmp2
143 grep -s . $tmp2 >/dev/null
145 num=`cat $tmp2 | wc -l`
148 cat $tmp2
154 grep '^[PF]A[SI][SL]' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -23 $tmp1 - >$tmp2
156 grep -s . $tmp2 >/dev/null
158 num=`cat $tmp2 | wc -l`
161 cat $tmp2
167 grep '^[PF]A[SI][SL]' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -23 $tmp1 - >$tmp2
169 grep -s . $tmp2 >/dev/null
171 num=`cat $tmp2 | wc -l`
174 cat $tmp2
180 grep '^PASS' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -13 $tmp1 - >$tmp2
182 grep -s . $tmp2 >/dev/null
184 num=`cat $tmp2 | wc -l`
187 cat $tmp2
193 grep '^FAIL' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -13 $tmp1 - >$tmp2
195 grep -s . $tmp2 >/dev/null
197 num=`cat $tmp2 | wc -l`
200 cat $tmp2