Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2986c0ea165e07eeba47b9c3398848779664b203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<?php
//ini_set("display_errors", "true");
//error_reporting (E_ALL);
include ('buildproperties.php');
if (array_key_exists("SERVER_NAME", $_SERVER)) {
    $servername = $_SERVER["SERVER_NAME"];
    if ($servername === "build.eclipse.org") {
          $imagesource="http://download.eclipse.org/eclipse.org-common/themes/Phoenix/images";
          $csssource="http://download.eclipse.org/eclipse.org-common//themes/Phoenix/css";
          $appsource="/home/data/httpd/download.eclipse.org/eclipse.org-common/system";
          $clickthroughstr="";
      }
      else {
          $imagesource="../../../eclipse.org-common/stylesheets";
          $csssource="../../../eclipse.org-common/stylesheets";
          $appsource="../../../eclipse.org-common/system";
          $clickthroughstr="download.php?dropFile=";

      }
}
else {
    $servername = "localhost";
          $imagesource="http://download.eclipse.org/eclipse.org-common/themes/Phoenix/images";
          $csssource="http://download.eclipse.org/eclipse.org-common//themes/Phoenix/css";
          $appsource="NONE";
          $clickthroughstr="";
}

?>
<head>

<?php

		 echo "<title>Test Results for $BUILD_ID </title>";
?>



<STYLE TYPE="text/css">
<!--
P {text-indent: 30pt; margin: inherit}
-->
</STYLE>


<title>Drop Test Results</title>
		 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		 <meta name="author" content="Eclipse Foundation, Inc." />
		 <meta name="keywords" content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" />
		 <link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/visual.css" media="screen" />
		 <link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/layout.css" media="screen" />
		 <link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/print.css" media="print" />
		 <script type="text/javascript">

sfHover = function() {
		 var sfEls = document.getElementById("leftnav").getElementsByTagName("LI");
		 for (var i=0; i<sfEls.length; i++) {
		 		 sfEls[i].onmouseover=function() {
		 		 		 this.className+=" sfhover";
		 		 }
		 		 sfEls[i].onmouseout=function() {
		 		 		 this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		 		 }
		 }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
</script>
</head>
<body>
<div id="header">
		 <a href="http://www.eclipse.org/"><img src="<?php echo $imagesource;?>/header_logo.gif" width="163" height="68" border="0" alt="Eclipse Logo" class="logo" /></a>
		 <div id="searchbar">
		 		 <img src="<?php echo $imagesource;?>/searchbar_transition.gif" width="92" height="26" class="transition" alt="" />
		 		 <img src="<?php echo $imagesource;?>/searchbar_header.gif" width="64" height="17" class="header" alt="Search" />
		 		 <form method="get" action="http://www.eclipse.org/search/search.cgi">
		 		 		 <input type="hidden" name="t" value="All" />
		 		 		 <input type="hidden" name="t" value="Doc" />
		 		 		 <input type="hidden" name="t" value="Downloads" />
		 		 		 <input type="hidden" name="t" value="Wiki" />
		 		 		 <input type="hidden" name="wf" value="574a74" />
		 		 		 <input type="text" name="q" value="" />
		 		 		 <input type="image" class="button" src="../../../eclipse.org-common/stylesheets/searchbar_submit.gif" alt="Submit" onclick="this.submit();" />
		 		 </form>
		 </div>
		 <ul id="headernav">
		 		 <li class="first"><a href="http://www.eclipse.org/org/foundation/contact.php">Contact</a></li>
		 		 <li><a href="http://www.eclipse.org/legal/">Legal</a></li>
		 </ul>
</div><div id="topnav">
		 <ul>
		 		 <li><a>Downloads</a></li>
		 		 <li class="tabstart">&#160;&#160;&#160;</li>
		 		 <li><a class="" href="index.php" target="_self">All Platforms</a></li>
		 		 <li class="tabstart">&#160;&#160;&#160;</li>
		 		 <li><a class="" href="winPlatform.php" target="_self">Windows</a></li>
		 		 <li class="tabstart">&#160;&#160;&#160;</li>
		 		 <li><a class="" href="linPlatform.php" target="_self">Linux</a></li>
		 		 <li class="tabstart">&#160;&#160;&#160;</li>
		 		 <li><a class="" href="solPlatform.php" target="_self">Solaris</a></li>
		 		 <li class="tabstart">&#160;&#160;&#160;</li>
		 		 <li><a class="" href="aixPlatform.php" target="_self">AIX</a></li>		 		
		 		 <li class="tabstart">&#160;&#160;&#160;</li>
		 		 <li><a class="" href="macPlatform.php" target="_self">Macintosh</a></li>
		 		 <li class="tabseparator">&#160;&#160;&#160;</li>
		 		 <li><a class="" href="hpuxPlatform.php" target="_self">HPUX</a></li>
		 		 <li class="tabseparator">&#160;&#160;&#160;</li>		 		 		 		
		 </ul>
</div>
<div id="topnavsep"></div>
<div id="leftcol">
<ul id="leftnav">
<li><a href="#Logs">Logs</a></li>
<li><a href="#UnitTest">Unit Test Results</a></li>
<li><a href="#PluginsErrors">Plugins Containing Compile Errors</a></li>

  </li>
  <li style="background-image: url(../../../eclipse.org-common/stylesheets/leftnav_fade.jpg); background-repeat: repeat-x; border-style: none;">
		 		 		 <br /><br /><br /><br /><br />
  </li>
</ul>

</div>

<div id="midcolumn">
<p><b><font face="Verdana" size="+3">Test Results</font></b> </p>
<div class="homeitem">
<h3><a name="Logs"> Logs <?php echo "$BUILD_ID"; ?></h3>
<ul>
<!-- have removed chkpii processing on build.eclilpse.org
<li> <a href="logs.php#chkpii"><b> CHKPII Test Logs </b></a>
</li>
-->
<li>
<a href="logs.php#javadoc"><b> Javadoc Logs </b></a>
</li>
<li> <a href="logs.php#console"><b> Console Output Logs </b></a>
</li>
<li> <a href="buildlogs.php"><b>Release engineering build logs</b></a>
</li>
<?php
echo " <li><a href=\"apitools/apitoolsverifications/html/index.html\"><b>API Tools Version Verification Report</b></a>";
echo "  This tool verifies the versions of the plugins against Eclipse 3.7.1  Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list_external.txt. </li> ";
?>

<?php
echo " <li><a href=\"apitools/apitoolsdeprecations/apideprecation.html\"><b>API Tools Deprecation Report</b></a>";
echo "  This tool generates a report for API deprecated since 3.7.1 </li> ";
?>

<?php
// have removed coverage measurements for now
// echo " <li><a href=\"coverage.php\"><b>JaCoCo code coverage report</b></a></li>";
?>

<?php
echo"<li><a href=\"apitools/report.html\"><b>API Tools Post-API Freeze Report</b></a>  This report describes API changes since 3.7.  Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list.txt. </li>";
?>
<?php
echo " <li><a href=\"apitools/apifilters-$TIMESTAMP.zip\"><b>Zip of .api_filters files used in the build</b></a></li>";
?>
<?php

    echo"<li>org.eclipse.releng.eclipsebuilder: $BRANCH (hash: $AGGR_HASH)</li> ";
    echo"<li>org.eclipse.releng.basebuilder: $BASEBUILDER_TAG</li> ";

?>
</div>

<div class="homeitem3col">
<h3><a name="UnitTest"> Unit Test Results for <?php echo "$BUILD_ID"; ?> </a></h3>

<p>The table shows the unit test results for this build on the platforms
tested. You may access the test results page specific to each
component on a specific platform by clicking the cell link.
Normally, the number of errors is indicated in the cell.
A "-1" or "DNF" means the test "Did Not Finish" for unknown reasosns
and hence no results page is available. In that case,
more information can sometimes be found in
the <a href="logs.php#console">console logs</a>.</p>
<?php
if (file_exists("testNotes.html")) {
    $my_file = file_get_contents("testNotes.html");
    echo $my_file;
}
?>

<table width="85%" border="1" bgcolor="#EEEEEE" rules="groups" align="center">
<tr bgcolor="#9999CC"> <th rowspan="2" width="40%" align="center"> org.eclipse <br> Component </th><th colspan="5" align="center"> Test Configurations </th></tr>
<tr bgcolor="#9999CC"><th width="20%">Linux, 1.6 VM</th><th width="20%">MacOSX, 1.7 VM</th><th width="20%">Win 7, 1.7 VM</th><th><th width="20%"></th></tr>
%testresults% </table>
</br>
</div>

<div class="homeitem3col">
<h3><a name="PluginsErrors"> Plugins containing compile errors or warnings</a></h3>
</br>
&nbsp;&nbsp;The table below shows the plugins in which errors or warnings were encountered. Click on the jar file link to view its
detailed report.
</br></br>
<table width="77%" border="1">
  <tr>
    <td><b>Compile Logs (Jar Files)</b></td>
    <td><b>Errors</b></td>
    <td><b>Warnings</b></td>
  </tr>

  %compilelogs%

</table>

<table width="77%" border="1">
  <tr>
    <td><b>Compile Logs (Jar Files)</b></td>
    <td><b>Forbidden Access Warnings</b></td>
    <td><b>Discouraged Access Warnings</b></td>
  </tr>

  %accesseslogs%

</table>
</br>
</div>
</br></br>
<div id="footer">
		 <ul id="footernav">
		 		 <li class="first"><a href="http://www.eclipse.org">Home</a></li>
		 		 <li><a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
		 		 <li><a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
		 </ul>
		 <p>Copyright &copy; 2006 The Eclipse Foundation. All Rights
Reserved</p>
</div>
</body>
</html>

Back to the top