summaryrefslogtreecommitdiff
path: root/utils/NightlyTestTemplate.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-22 20:35:59 +0000
committerChris Lattner <sabre@nondot.org>2003-01-22 20:35:59 +0000
commitd9bdbaac969d725f9317a52e32970ac679964c9b (patch)
treec9120378f033d361bc27ae8cc136ee0448322725 /utils/NightlyTestTemplate.html
parentb3440307251dbbda5e1a284ab0189c05c57fe604 (diff)
downloadllvm-d9bdbaac969d725f9317a52e32970ac679964c9b.tar.gz
llvm-d9bdbaac969d725f9317a52e32970ac679964c9b.tar.bz2
llvm-d9bdbaac969d725f9317a52e32970ac679964c9b.tar.xz
Implement "new/removed/broken/fixed" tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5399 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTestTemplate.html')
-rw-r--r--utils/NightlyTestTemplate.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html
index 3b8ea2c369..4703d92059 100644
--- a/utils/NightlyTestTemplate.html
+++ b/utils/NightlyTestTemplate.html
@@ -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>
@@ -85,10 +86,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>