Home | History | Annotate | Download | only in etc

Lines Matching refs:report

64 report=$dalviktest/report.html
141 rm -f $report
142 echo $pre_report > $report
229 # because of exception. If ok -> green report line else red report with info
235 echo -n "<tr class=\"ok\"><td>Success</td><td>$jtitle</td>" >> $report
236 echo "<td>$jcomment</td><td>$details</td></tr>" >> $report
253 echo "<tr class=\"nok\"><td>Failure</td><td>$jtitle</td><td>" >> $report
254 echo "$jcomment</td><td>$vmres</td></tr>" >> $report
257 echo "<tr class=\"wok\"><td>Failure</td><td>$jtitle</td><td>" >> $report
258 echo "$jcomment</td><td>(No stacktrace, but errors on console)" >> $report
259 echo "<br>$vmres</td></tr>" >> $report
275 echo "</table>" >> $report
278 echo "<br>error: green & red != total , $jallcalccnt -ne $jallcnt" >> $report
282 echo $post_report >> $report
284 echo "<br>Tests run: ${jallcnt}" >> $report
285 echo "<br>Functional failures: ${jfailedcnt}" >> $report
286 echo "<br>Verifier failures: ${jvfefailedcnt}" >> $report
287 echo "<br>Console errors: ${jwarningcnt}" >> $report
289 echo $post_report >> $report
309 echo "Please see complete report in ${report}"