Skip to content

Commit 43dbcd3

Browse files
author
github-actions
committed
Update github pages content
1 parent 9d21521 commit 43dbcd3

File tree

2,283 files changed

+1082430
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,283 files changed

+1082430
-0
lines changed

prs/9448/106436780

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9448

prs/9448/ct_logs/all_runs.html

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<!-- autogenerated by 'ct_logs' -->
5+
<head>
6+
<title>All test runs in "ct_logs" </title>
7+
<meta http-equiv="cache-control" content="no-cache"></meta>
8+
<meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
9+
<link rel="stylesheet" href="ct_default.css" type="text/css"></link>
10+
<script type="text/javascript" src="jquery-latest.js"></script>
11+
<script type="text/javascript" src="jquery.tablesorter.min.js"></script>
12+
<script type="text/javascript">
13+
// Parser for date format, e.g: Wed Jul 4 2012 11:24:15
14+
var monthNames = {};
15+
monthNames["Jan"] = "01"; monthNames["Feb"] = "02";
16+
monthNames["Mar"] = "03"; monthNames["Apr"] = "04";
17+
monthNames["May"] = "05"; monthNames["Jun"] = "06";
18+
monthNames["Jul"] = "07"; monthNames["Aug"] = "08";
19+
monthNames["Sep"] = "09"; monthNames["Oct"] = "10";
20+
monthNames["Nov"] = "11"; monthNames["Dec"] = "12";
21+
$.tablesorter.addParser({
22+
id: 'CTDateSorter',
23+
is: function(s) {
24+
return false; },
25+
format: function(s) {
26+
if (s.length < 2) return 999999999;
27+
else {
28+
var date = s.match(/(\w{3})\s(\w{3})\s(\d{2})\s(\d{4})\s(\d{2}):(\d{2}):(\d{2})/);
29+
var y = date[4]; var mo = monthNames[date[2]]; var d = String(date[3]);
30+
var h = String(date[5]); var mi = String(date[6]); var sec = String(date[7]);
31+
return (parseInt('' + y + mo + d + h + mi + sec)); }},
32+
type: 'numeric' });
33+
// Parser for general text format
34+
$.tablesorter.addParser({
35+
id: 'CTTextSorter',
36+
is: function(s) {
37+
return false; },
38+
format: function(s) {
39+
if (s.length < 1) return 'zzzzzzzz';
40+
else if (s == "?") return 'zzzzzzz';
41+
else if (s == "-") return 'zzzzzz';
42+
else if (s == "FAILED") return 'A';
43+
else if (s == "SKIPPED") return 'B';
44+
else if (s == "OK") return 'C';
45+
else return '' + s; },
46+
type: 'text' });
47+
// Parser for numerical values
48+
$.tablesorter.addParser({
49+
id: 'CTValSorter',
50+
is: function(s) {
51+
return false; },
52+
format: function(s) {
53+
if (s.length < 1) return '-2';
54+
else if (s == "?") return '-1';
55+
else if ((s.search(/(\d{1,})\s/)) >= 0) {
56+
var num = s.match(/(\d{1,})\s/);
57+
return (parseInt('' + num[1])); }
58+
else if ((s.search(/(\d{1,})\.(\d{3})s/)) >= 0) {
59+
var num = s.match(/(\d{1,})\.(\d{3})/);
60+
if (num[1] == "0") return (parseInt('' + num[2]));
61+
else return (parseInt('' + num[1] + num[2])); }
62+
else return '' + s; },
63+
type: 'numeric' });
64+
$(document).ready(function() {
65+
$("#SortableTable").tablesorter({
66+
headers: {
67+
0: { sorter: 'CTDateSorter' },
68+
1: { sorter: 'CTTextSorter' },
69+
2: { sorter: 'CTTextSorter' },
70+
3: { sorter: 'CTValSorter' },
71+
4: { sorter: 'CTTextSorter' },
72+
5: { sorter: 'CTValSorter' },
73+
6: { sorter: 'CTValSorter' },
74+
7: { sorter: 'CTValSorter' },
75+
8: { sorter: 'CTValSorter' },
76+
9: { sorter: 'CTValSorter' }
77+
}
78+
});
79+
$("#SortableTable").trigger("update");
80+
$("#SortableTable").trigger("appendCache");
81+
});
82+
</script>
83+
</head>
84+
<body>
85+
<center>
86+
<h1>All test runs in "ct_logs"</h1>
87+
</center>
88+
<br />
89+
<center>
90+
<div id="button_holder" class="btn">
91+
<a href="index.html">TEST INDEX PAGE</a>
92+
</div><br /><br />
93+
<table id="SortableTable">
94+
<thead>
95+
<tr>
96+
<th><b>History</b></th>
97+
<th><b>Node</b></th>
98+
<th><b>Label</b></th>
99+
<th>Tests</th>
100+
<th><b>Test Names</b></th>
101+
<th>Total</th>
102+
<th>Ok</th>
103+
<th>Failed</th>
104+
<th>Skipped<br>(User/Auto)</th>
105+
<th>Missing<br>Suites</th>
106+
</tr>
107+
</thead>
108+
<tbody>
109+
<tr class="odd">
110+
<td><a href="[email protected]_11.15.04/index.html">Mon Feb 17 2025 11:15:04</a><td align=center>test_server@c3967b1fa3e9</td>
111+
<td align=center><b>-</b></td>
112+
<td align=right>1</td>
113+
<td align=center title='make_test_dir.system_test'> make_test_dir.system_test</td>
114+
<td align=right>111</td>
115+
<td align=right>109</td>
116+
<td align=right>0</td>
117+
<td align=right>2 (2/0)</td>
118+
<td align=right>0</td>
119+
</td>
120+
</tr>
121+
<tr class="even">
122+
<td><a href="[email protected]_11.10.23/index.html">Mon Feb 17 2025 11:10:23</a><td align=center>test_server@7b3c6dff5b36</td>
123+
<td align=center><b>-</b></td>
124+
<td align=right>1</td>
125+
<td align=center title='make_test_dir.crypto_test'> make_test_dir.crypto_test</td>
126+
<td align=right>358</td>
127+
<td align=right>222</td>
128+
<td align=right>0</td>
129+
<td align=right>136 (135/<font color="brown">1</font>)</td>
130+
<td align=right>0</td>
131+
</td>
132+
</tr>
133+
</tbody>
134+
</table>
135+
</center>
136+
<br /><br />
137+
<center>
138+
<div class="copyright">Copyright &copy; 2025 <a href="http://www.erlang.org">Open Telecom Platform</a><br />
139+
Updated: <!--date-->Mon Feb 17 2025 11:19:19<!--/date--><br />
140+
</div>
141+
</center>
142+
</body>
143+
</html>

prs/9448/ct_logs/ct_default.css

Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
/* Stylesheet for Common Test */
2+
3+
body {
4+
padding: 10px; margin: 10px;
5+
-webkit-font-smoothing: antialiased;
6+
background-color: #FBFFFC;
7+
}
8+
9+
a:link {
10+
color: #2B507D;
11+
}
12+
13+
a:visited {
14+
color: #85ABD5
15+
}
16+
17+
h1 {
18+
font-family: verdana, arial, sans-serif; font-size: 200%;
19+
letter-spacing: -2px; word-spacing: 2px; font-weight: bold;
20+
color: #3F3F3F;
21+
}
22+
23+
h2 {
24+
font-family: verdana, arial, sans-serif; font-size: 175%;
25+
letter-spacing: -2px; word-spacing: 2px; font-weight: normal;
26+
color: #3F3F3F;
27+
}
28+
29+
h3 {
30+
font-family: verdana, arial, sans-serif; font-size: 140%;
31+
letter-spacing: -2px; word-spacing: 2px; font-weight: bold;
32+
color: #3F3F3F;
33+
}
34+
35+
h4 {
36+
font-family: verdana, arial, sans-serif; font-size: 120%;
37+
letter-spacing: -2px; word-spacing: 2px; font-weight: normal;
38+
color: #3F3F3F;
39+
}
40+
41+
p {
42+
font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, arial, sans-serif;
43+
font-size: .9em; color: #000000;
44+
}
45+
46+
ul {
47+
list-style-type: none;
48+
padding: 0em;
49+
margin: 1em;
50+
}
51+
li {
52+
font-size: 0.95em; color: #000000;
53+
margin: .3em 0;
54+
}
55+
56+
pre {
57+
color: black;
58+
font-family: "Monaco", "Andale Mono", "Consolas", monospace;
59+
font-size: .8em;
60+
}
61+
62+
code {
63+
color: black;
64+
font-family: "Monaco", "Andale Mono", "Consolas", monospace;
65+
font-size: .8em;
66+
}
67+
68+
div.mono_sm {
69+
font-family: "Courier New", monospace; font-size: .75em;
70+
word-spacing: 1px; color: #000000;
71+
}
72+
73+
div.mono_la {
74+
font-family: "Courier New", monospace; font-size: .8em;
75+
color: #000000;
76+
}
77+
78+
div.copyright {
79+
padding: 20px 0px 0px 0px;
80+
font-family: "Courier New", monospace; font-size: .7em;
81+
color: #000000;
82+
}
83+
84+
div.ct_internal {
85+
background: lightgrey; color: black;
86+
font-family: "Monaco", "Andale Mono", "Consolas", monospace;
87+
font-size: .95em;
88+
margin: .2em 0 0 0;
89+
}
90+
91+
div.ct_error_notify {
92+
background: #CC0000;
93+
color: #FFFFFF;
94+
font-family: "Monaco", "Andale Mono", "Consolas", monospace;
95+
font-size: 1.05em;
96+
margin: .2em 0 0 0;
97+
}
98+
99+
div.ct_error_notify a:link {
100+
color: #D0D0D0;
101+
}
102+
103+
div.ct_error_notify a:visited {
104+
color: #AAAAAA;
105+
}
106+
107+
div.default {
108+
background: lightgreen; color: black;
109+
font-family: "Monaco", "Andale Mono", "Consolas", monospace;
110+
font-size: 1.05em;
111+
margin: .2em 0 0 0;
112+
}
113+
114+
div.label {
115+
font-family: verdana, arial, sans-serif; font-size: 200%;
116+
letter-spacing: -2.5px; word-spacing: 2px;
117+
font-weight: bold; color: #2B507D;
118+
}
119+
120+
table {
121+
border-collapse: collapse; border: 6px solid #3F3F3F;
122+
background: #FFFFFF;
123+
font: .8em/1.2em "Lucida Sans Unicode", verdana, arial, sans-serif;
124+
color: #222;
125+
}
126+
127+
caption {
128+
font-size: 1.3em; font-weight: bold;
129+
text-align: center; padding: 1em 4px;
130+
}
131+
132+
td, th {
133+
padding: .5em 7px .5em 7px; line-height: 1.3em;
134+
border-bottom: 3px solid #F5C4C1;
135+
border-left: 2px dashed #809FFF;
136+
}
137+
138+
th {
139+
background: #3F3F3F; color: #fff;
140+
font-family: arial, sans-serif; font-size: 120%;
141+
letter-spacing: -0.5px;
142+
font-weight: bold; text-align: center;
143+
padding-right: .5em; vertical-align: top;
144+
}
145+
146+
thead th {
147+
background: #3F3F3F; color: #fff;
148+
font-family: arial, sans-serif; font-size: 120%;
149+
letter-spacing: -0.5px;
150+
font-weight: bold; text-align: center;
151+
padding-right: .5em; vertical-align: top;
152+
text-decoration: underline;
153+
}
154+
155+
tfoot td {
156+
font-family: arial, sans-serif; font-size: 110%;
157+
letter-spacing: -0.5px;
158+
font-weight: bold;
159+
}
160+
161+
.odd td {
162+
background: #F3F3F3;
163+
}
164+
.odd th {
165+
background: #F3F3F3;
166+
}
167+
168+
td a, td a:link {
169+
color: #2B507D;
170+
}
171+
172+
td a:visited {
173+
color: #85ABD5;
174+
}
175+
176+
tr:hover th[scope=row], tr:hover td {
177+
background-color: #D1D1D1;
178+
color: #fff;
179+
}
180+
181+
td a:hover, td a:focus {
182+
color: #85ABD5;
183+
}
184+
185+
th a, td a:active {
186+
color: #85ABD5;
187+
}
188+
189+
th + td {
190+
padding-left: .5em;
191+
}
192+
193+
#button_holder {
194+
display: block; float: center;
195+
font-family: arial, verdana, sans-serif;
196+
font-size: 12px; text-shadow: 1px 1px lightgray;
197+
}
198+
199+
.btn a {
200+
padding: 6px 12px; float: center;
201+
text-decoration: none; color: #3F3F3F;
202+
font-weight: bold; border: 3px outset #3F3F3F;
203+
background-color: #F3F3F3;
204+
}
205+
206+
.btn a:hover {
207+
color: #fff;
208+
background-color: #809FFF;
209+
}
210+
211+
a.link-to-entry {
212+
float: right;
213+
text-decoration: none;
214+
}
215+
216+
@media (prefers-color-scheme: dark) {
217+
html {
218+
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(95%);
219+
}
220+
td, th {
221+
/* Remember that colors are rotated :-) */
222+
border-bottom: 3px solid #dddddd;
223+
}
224+
div.ct_error_notify {
225+
/* Use a stronger red by blending in with the black background */
226+
background: #ff000082;
227+
}
228+
}

prs/9448/ct_logs/ct_log_cache

766 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)