blob: 33d21726b02f0570ed7831e692ea0a465a078ca5 [file] [log] [blame]
<?php
$testResults = parse_testResult("drops/$bValue/$innerValue/testResults.php");
list ($compileErrors, $compileWarnings, $junitFailures) = $testResults;
echo "<td width=\"6%\">&nbsp;</td>";
echo "<td width=\"6%\"><img src=\"../compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$compileErrors</font></td>";
echo "<td width=\"6%\"><img src=\"../compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$compileWarnings</font></td>";
echo "<td width=\"6%\"><img src=\"../junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>";
?>