forked from OpenModelica/OpenModelicaLibraryTesting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.html.tpl
53 lines (51 loc) · 1.63 KB
/
library.html.tpl
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
<!DOCTYPE html>
<html>
<head>
<title>#fileName# test using OpenModelica</title>
</head>
<body>
<h1>#fileName# test using OpenModelica</h1>
<table>
<tr>
<th>Total</th>
<th>Frontend</th>
<th>Backend</th>
<th>SimCode</th>
<th>Templates</th>
<th>Compilation</th>
<th>Simulation</th>
<th>Verification</th>
</tr>
<tr>
<td>#Total#</td>
<td bgcolor="#FrontendColor#">#Frontend#</td>
<td bgcolor="#BackendColor#">#Backend#</td>
<td bgcolor="#SimCodeColor#">#SimCode#</td>
<td bgcolor="#TemplatesColor#">#Templates#</td>
<td bgcolor="#CompilationColor#">#Compilation#</td>
<td bgcolor="#SimulationColor#">#Simulation#</td>
<td bgcolor="#VerificationColor#">#Verification#</td>
</tr>
</table>
<p>Total time taken: #totalTime#</p>
<p>System info: #sysInfo#</p>
<p>OpenModelica Version: #omcVersion#</p>
#fmi#
<p>Test started: #timeStart#</p>
<p>Tested Library: #libraryVersionRevision#<pre>
#metadata#</pre></p>
<p>BuildModel time limit: #ulimitOmc#s</p>
<p>Simulation time limit: #ulimitExe#s</p>
<p>Default tolerance: #default_tolerance#</p>
<p>Optimization level: #optlevel#</p>
#referenceFiles#
#referenceTool#
Flags: <pre>#customCommands#</pre>
Config: <pre>#config#</pre>
<p>Links are provided if getErrorString() or the simulation generates output. The links are coded with <font style="#FF0000">red</font> if there were errors, <font style="#FFCC66">yellow</font> if there were warnings, and normal links if there are only notifications.</p>
<table>
<tr><th>Model</th><th>Verified</th><th>Simulate</th><th>Total buildModel</th><th>Parsing</th><th>Frontend</th><th>Backend</th><th>SimCode</th><th>Templates</th><th>Compile</th></tr>
#testsHTML#
</table>
</body>
</html>