Home | History | Annotate | Download | only in etc

Lines Matching refs:report

64 report=$dalviktest/report.html
127 rm -f $report
128 echo $pre_report > $report
215 # because of exception. If ok -> green report line else red report with info
221 echo -n "<tr class=\"ok\"><td>Success</td><td>$jtitle</td>" >> $report
222 echo "<td>$jcomment</td><td>$details</td></tr>" >> $report
239 echo "<tr class=\"nok\"><td>Failure</td><td>$jtitle</td><td>" >> $report
240 echo "$jcomment</td><td>$vmres</td></tr>" >> $report
243 echo "<tr class=\"wok\"><td>Failure</td><td>$jtitle</td><td>" >> $report
244 echo "$jcomment</td><td>(No stacktrace, but errors on console)" >> $report
245 echo "<br>$vmres</td></tr>" >> $report
261 echo "</table>" >> $report
264 echo "<br>error: green & red != total , $jallcalccnt -ne $jallcnt" >> $report
268 echo $post_report >> $report
270 echo "<br>Tests run: ${jallcnt}" >> $report
271 echo "<br>Functional failures: ${jfailedcnt}" >> $report
272 echo "<br>Verifier failures: ${jvfefailedcnt}" >> $report
273 echo "<br>Console errors: ${jwarningcnt}" >> $report
275 echo $post_report >> $report
295 echo "Please see complete report in ${report}"