blob: 36bd729f05a7f7f7f6ae1b35ae6401147d8f0b5f (
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
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Rhino: Test Results</title>
</head>
<body>
<a name="top"><span /></a>
<h1>Results of JavaScript Test Library for Rhino</h1>
<div id="summary">
<h2>Summary</h2>
<p>
<table>
<tr>
<td>
Test List
</td>
<td>
<span id="results.testlist">
</span>
</td>
</tr>
<tr>
<td>
Skip List
</td>
<td>
<span id="results.skiplist">
</span>
</td>
</tr>
<tr>
<td>
Results
</td>
<td>
<span id="results.results">
</span>
</td>
</tr>
<tr>
<td>
Platform, JRE
</td>
<td>
<!--
Should include os.name, java.home, java.version, java.class.path
-->
<span id="results.platform"></span>
</td>
</tr>
<tr>
<td>
Classpath
</td>
<td>
<span id="results.classpath"></span>
</td>
</tr>
<tr>
<td>
Time
</td>
<td>
Execution took <span id="results.elapsed"></span>, ending at <span id="results.time"></span>
</td>
</tr>
</table>
</p>
<p>
<a href="#failureDetails">Failure Details</a>
<a href="#retestList">Retest List</a>
</p>
</div>
<div id="failureDetails">
<a name="failureDetails"><span /></a>
<h2>Failure Details</h2>
<div id="failureDetails.prototype">
<h3>
Testcase <a id="failureDetails.lxr" href=""><span id="failureDetails.lxr.text">path</span></a> failed
<a id="failureDetails.bug.href" href="">Bug Number <span id="failureDetails.bug.number">XXX</span></a>
</h3>
<div>
<pre id="failureDetails.status">
</pre>
<pre id="failureDetails.reason">
</pre>
<pre id="failureDetails.output">
</pre>
</div>
<div>
<a href="#top">Top of Page</a>
</div>
</div>
</div>
<div>
<a href="#failureDetails">Top of Failures</a>
</div>
<div>
<a name="retestList"><span /></a>
<h2>Retest List</h2>
<pre id="retestList.text"></pre>
<a href="#top">Top of Page</a>
<a href="#retestList">Top of Retest List</a>
</div>
</body>
</html>
|