New testcase, straight out of the asm manual
[oota-llvm.git] / utils / NightlyTestTemplate.html
index 3b8ea2c36928df864e77931835b82c2695249603..4e71b91d72b2574a87f3cdf7ee5b7619e4782928 100644 (file)
@@ -52,7 +52,8 @@
 <li><a href="$DATE-Build-Log.txt">Compilation Log</a>
 <ul>
     $BuildError
-    Time to build CVS tree:      <b>$BuildTime</b> seconds<br>
+    Time to build CVS tree:      <b>$BuildTime</b> seconds
+               (<b>$BuildWallTime</b> seconds wall time)<br>
     Number of object files compiled: <b>$NumObjects</b><br>
     Number of libraries linked: <b>$NumLibraries</b><br>
     Number of executables linked:<b> $NumExecutables</b><br>
@@ -60,7 +61,8 @@
 </ul>
 
 <h2>Warnings during the build:</h2>
-$WarningsList<p>
+<ul>$WarningsList
+</ul><p>
 
 <br><br><center>
 <table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000"> 
@@ -85,10 +87,10 @@ $WarningsList<p>
 
 <h2>Changes in the test suite:</h2>
 <ul>
-<li>New Tests: ...
-<li>Removed Tests: ...
-<li>Newly passing tests: ...
-<li>Newly failing tests: ...
+<li>New Tests: $TestsAdded
+<li>Removed Tests: $TestsRemoved
+<li>Newly passing tests: $TestsFixed
+<li>Newly failing tests: $TestsBroken
 </ul>
 
 <br><br><center>
@@ -124,26 +126,25 @@ stable LLVM is as a whole.  The columns of the tables are:<p>
 <li><a name="Bytecode">Bytecode - The size of the bytecode for the program
 <li><a name="Instrs">Instrs - The number of LLVM instructions in the
     compiled bytecode
-<li><a name="LLC">LLC - Does the program compile with the Sparc Backend?  Note
+<li><a name="LLC">LLC - The time taken compile with the Sparc Backend.  Note
     that this justs tests to see if the backend runs successfully, not if the
     generated code works.
-<li><a name="CBE">CBE - Does the program compile with the C Backend?  Note
-    that this justs tests to see if the code generated compiles, not if it
-    works.
+<li><a name="CBE">CBE - The time taken to execute the program after compilation
+    through the C Backend.  If the diff fails, this a *.
 <li><a name="LLI">LLI - How long does the program take to execute in
-    LLI's interpreter (note that this is capped to 30s).
+    LLI's interpreter (note that this is capped to ~300s).
 <li><a name="DynInstrs">DynInstrs - How many dynamic instructions are executed
     by the interpreter, if it finishes.
 <li><a name="JIT">JIT - How long does the program take to execute in the
-    Just In Time compiler (again, capped to 30s).
+    Just-In-Time compiler.
 <li><a name="MachCode">MachCode - The number of bytes of machine code
     generated by the JIT.
 <li><a name="CompTime">CompTime - The amount of time spent in the JIT itself,
     instead of executing the program.
 </ol><p>
 
-A complete log of testing <a href="$DATE-ProgramTest.txt">is available</a> for
-further analysis.
+A complete log of testing <a href="$DATE-ProgramTest.txt.gz">is available</a>
+for further analysis.
 
 <h2>Programs/MultiSource</h2>