Skip to content
Snippets Groups Projects
Commit d38f4c5b authored by david_williams's avatar david_williams
Browse files

archive download files

parent 8ef1ed36
No related branches found
No related tags found
No related merge requests found
#dropPrefix[]=R& #dropPrefix[]=R&
dropPrefix[]=S& #dropPrefix[]=S&
#dropPrefix[]=L& #dropPrefix[]=L&
#dropPrefix[]=O& #dropPrefix[]=O&
#dropType[]=Archived Release& #dropType[]=Archived Release&
......
#dropPrefix[]=R& #dropPrefix[]=R&
dropPrefix[]=S& #dropPrefix[]=S&
#dropPrefix[]=L& #dropPrefix[]=L&
#dropPrefix[]=O& #dropPrefix[]=O&
#dropType[]=Archived Release& #dropType[]=Archived Release&
......
...@@ -344,21 +344,6 @@ foreach ($buildBranches as $buildBranch ) { ...@@ -344,21 +344,6 @@ foreach ($buildBranches as $buildBranch ) {
echo "<td>$bValue</td>"; echo "<td>$bValue</td>";
echo "<td>$timeStamps[$innerValue]</td>"; echo "<td>$timeStamps[$innerValue]</td>";
$testResults = parse_testResult("drops/$bValue/$innerValue/testResults.php");
list ($compileErrors, $compileWarnings, $junitFailures) = $testResults;
// $violations = parse("drops/$bValue/$innerValue/apitools/index.xml", "count=\"");
// $tc = parse("drops/$buildBranch/$bValue/apitools/index-api-tc.xml", "missing-coverage-count=\"");
// $removed_apis = parse("drops/$bValue/$innerValue/apitools/index-api-compatibility.xml", "removed-api-count=\"");
echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$compileErrors</font></td>";
echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$compileWarnings</font></td>";
echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>";
// echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/api_err.gif\" width=\"20\" height=\"16\"/><font color=red>$violations</font></td>";
// echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/api_junit.gif\"/ width=\"16\" height=\"16\"/><font color=red>$tc</font></td>";
// echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/api_removed.gif\" width=\"20\" height=\"16\"/><font color=red>$removed_apis</font></td>";
echo "</tr>";
} }
}}} }}}
echo "</table></table>"; echo "</table></table>";
...@@ -404,42 +389,6 @@ foreach ($buildBranches as $buildBranch ) { ...@@ -404,42 +389,6 @@ foreach ($buildBranches as $buildBranch ) {
</tbody> </tbody>
</table> </table>
</td> </td>
<td
width="350"
valign="top">
<table
border="0"
cellpadding="2">
<tbody>
<tr>
<td
width="100%"
colspan="4"
bgcolor="#0080c0"
valign="top"><b><font face="Arial,Helvetica"><font color="#ffffff">Metrics Legend</font> </font></b></td>
</tr>
<tr>
<td valign="top"><img src="http://download.eclipse.org/webtools/downloads/compile_err.gif" /></td>
<td width="50%">compilation errors.</td>
<td valign="top"><img src="http://download.eclipse.org/webtools/downloads/compile_warn.gif" /></td>
<td width="50%">compilation warnings.</td>
</tr>
<tr>
<td valign="top"><img src="http://download.eclipse.org/webtools/downloads/junit_err.gif" /></td>
<td width="50%">junit failures.</td>
<td valign="top"><img src="http://download.eclipse.org/webtools/downloads/api_err.gif" /></td>
<td width="50%">API violations.</td>
</tr>
<tr>
<td valign="top"><img src="http://download.eclipse.org/webtools/downloads/api_junit.gif" /></td>
<td width="50%">APIs without junit testcases.</td>
<td valign="top"><font class="indexsub"> <img
src="http://download.eclipse.org/webtools/downloads/api_removed.gif" /></font></td>
<td width="50%">removed APIs.</td>
</tr>
</tbody>
</table>
</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment