Skip to content

Commit

Permalink
Add new results to the dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
brugger1 committed Jan 21, 2024
1 parent 1c8a931 commit d446ff4
Show file tree
Hide file tree
Showing 3,682 changed files with 350,529 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1,896 changes: 1,896 additions & 0 deletions 2024-01-20-22:00/pascal_trunk_parallel/Pick3DTo2D.html

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions 2024-01-20-22:00/pascal_trunk_parallel/avg_value_02.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<html><head><title>Results for test case avg_value_02</title></head>
<body bgcolor="#a0b0f0">
<h1>Results for test case <i>avg_value_02</i></h1>
<table border="2">
<tr><td align="center"><b><i>Legend</i></b></td></tr>
<tr><td bgcolor="#00ff88">0 Lines Added</td></tr>
<tr><td bgcolor="#ff8888">0 Lines Deleted</td></tr>
<tr><td bgcolor="#ffff00">1 Lines Changed</td></tr>
</table><br>
<h3>1 modifications, totalling 1 lines<h3>
<table width="100%" border="2" rules="groups">
<colgroup></colgroup>
<colgroup></colgroup>
<colgroup></colgroup>
<colgroup></colgroup>
<thead>
<tr>
<td align="center"><i>&nbsp;Line&nbsp;</i></td>
<td align="center"><b><i>Baseline</b></i></td>
<td align="center"><i>&nbsp;Line&nbsp;</i></td>
<td align="center"><b><i>Current</b></i></td>
</tr>
</thead>
<tbody>
<tr valign="top"> <td align="right"><b><code>1:&nbsp;</code></b></td>
<td bgcolor="#ffff00"><code>The average value of vel is 4.06619e-17, -1.2443e-17, 0</code></td>
<td align="right"><b><code>1:&nbsp;</code></b></td>
<td bgcolor="#ffff00"><code>The average value of vel is -1.62203e-17, -1.2443e-17, 0</code></td>
</tr>
</tbody>
</table>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions 2024-01-20-22:00/pascal_trunk_parallel/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
/* ============================== */
/* ! CSS for Test Suite Reports */
/* ============================== */

body {
margin-top: 10px;
margin-bottom: 10px;
font-family: "Helvetica Neue",Helvetica,Arial,san-serif;
background: #ddd;
}

table
{
border-collapse:collapse;
}

table,th, td
{
border: 2px solid black;
margin: 2px 2px 2px 2px;
}

th
{
color: #eee;
background: #222;
}

td
{
color: #222;
background: #eee;
}

.hide{ display:none; }

.p {
color: #000;
line-height: 20px;
text-align: center;
margin: 10px 0 0 0;
}

.h2 {
color: #fff;
background: #000;
text-align: center;
}

.good {
background: #00ff00;
}

.bad {
background: #ff8f00;
}

.unknown {
background: #ffffff;
}

.killed {
background: #880000;
}

.skipped {
background: #0000ff;
}

.good_with_skips {
background: #00ffff;
}

.plot_plugin {
background: #aa00aa;
}

.operator_plugin {
background: #cc00cc;
}

.database_plugin {
background: #ff00ff;
}

.na {
background: #008000;
}

.failed {
background: #ff0000;
}




Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions 2024-01-20-22:00/pascal_trunk_parallel/databases_ANALYZE.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<SCRIPT TYPE="text/javascript">
<!--
function popup(mylink, name)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href,name,'width=500,height=500,scrollbars=no');
return false;
}
//-->
</SCRIPT>
<html><head><title>Results for databases/ANALYZE.py</title></head>
<body bgcolor="#a0a0f0">
<H1>Results of VisIt Regression Test - <a href=databases_ANALYZE_py.html>databases/ANALYZE</a></H1>
<table border>
<tr>
<td rowspan=2><b><i>Test Case</b></i></td>
<td colspan=2 align=center><b><i>Errors</b></i></td>
<td colspan=3 align=center><b><i>Images</b></i></td>
</tr>
<tr>
<td>%Diffs</td>
<td>Maximum</td>
<td>Baseline</td>
<td>Current</td>
<td>Diff Map</td>
</tr>

<tr>
<td bgcolor="#00ff00">ANALYZE00</td>
<td align=center>0.00</td>
<td align=center>0.00</td>
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE00.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE00.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE00_thumb.png"></a></td>
</tr>
<tr>
<td bgcolor="#00ff00">ANALYZE01</td>
<td align=center>0.00</td>
<td align=center>0.00</td>
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE01.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE01.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE01_thumb.png"></a></td>
</tr>
<tr>
<td bgcolor="#00ff00">ANALYZE02</td>
<td align=center>0.00</td>
<td align=center>0.00</td>
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE02.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE02.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE02_thumb.png"></a></td>
</tr>
<tr>
<td bgcolor="#00ff00">ANALYZE03</td>
<td align=center>0.00</td>
<td align=center>0.00</td>
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE03.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE03.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE03_thumb.png"></a></td>
</tr>
<tr>
<td bgcolor="#00ff00">ANALYZE04</td>
<td align=center>0.00</td>
<td align=center>0.00</td>
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE04.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE04.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE04_thumb.png"></a></td>
</tr>
<tr>
<td bgcolor="#00ff00">ANALYZE05</td>
<td align=center>0.00</td>
<td align=center>0.00</td>
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE05.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE05.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE05_thumb.png"></a></td>
</tr>
<tr>
<td bgcolor="#00ff00">ANALYZE06</td>
<td align=center>0.00</td>
<td align=center>0.00</td>
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE06.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE06.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE06_thumb.png"></a></td>
</tr>
<tr>
<td bgcolor="#00ff00">ANALYZE07</td>
<td align=center>0.00</td>
<td align=center>0.00</td>
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE07.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE07.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE07_thumb.png"></a></td>
</tr>
</table>
<p>Final Return Code: 111</p>
</body>
</html>
Loading

0 comments on commit d446ff4

Please sign in to comment.