[llvm-commits] CVS: llvm-www/testresults/index.html

Misha Brukman brukman at cs.uiuc.edu
Tue Oct 28 12:32:03 PST 2003


Changes in directory llvm-www/testresults:

index.html updated: 1.3 -> 1.4

---
Log message:

* Link to the tests on `kain' instead of `trinity'.
* Use stylesheets


---
Diffs of the changes:  (+32 -18)

Index: llvm-www/testresults/index.html
diff -u llvm-www/testresults/index.html:1.3 llvm-www/testresults/index.html:1.4
--- llvm-www/testresults/index.html:1.3	Tue Sep  2 08:41:24 2003
+++ llvm-www/testresults/index.html	Tue Oct 28 12:31:18 2003
@@ -1,30 +1,44 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><title>Automated LLVM Test Results</title></head>
-<body bgcolor=white>
-<center><font size=+3 face=Verdana><b>Automated LLVM Test Results</b></font></center>
-<hr size=0>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+                      "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <title>Automated LLVM Test Results</title>
+  <link rel="stylesheet" href="../llvm.css" type="text/css">
+</head>
+<body>
 
-This directory contains test results which are automatically generated every
+
+<div class="doc_title">
+  Automated LLVM Test Results
+</div>
+
+<div class="doc_text">
+
+<p>This directory contains test results which are automatically generated every
 night on the following platforms.  This system is still under development, but
 will eventually feature an automatic "blame" system, which emails people who
 break test cases.  This is intended to track, over time, the CVS repository,
-test suite conformance, and performance of code generated by the compiler.<p>
+test suite conformance, and performance of code generated by the compiler.</p>
+
+<p>Platforms:</p>
 
-Platforms:<p>
 <ol>
 <!-- zion -->
-<li><a href="X86/">Linux on X86 (Dual P4 Xeon @ 3.06GHz)</a>
-<!-- trinity -->
-<li>Solaris on Sparc V9 (UltraSparc IIe @ 502 MHz): 
-<a href="Sparc/trinity/debug">debug</a>, 
-<a href="Sparc/trinity/opt">optimized</a>.</li>
-<!-- tank -->
-<li>Solaris on Sparc V9 (UltraSPARC-IIi at 440MHz):
-<!-- <a href="Sparc/tank/debug">debug</a>, -->
-<a href="Sparc/tank/opt">optimized</a>.</li>
+<li><a href="X86/">Linux on X86 (Dual P4 Xeon @ 3.06GHz)</a></li>
+<!-- kain -->
+<li><a href="Sparc/kain/opt/">Solaris on Sparc V9 (Sun Fire V240, dual 1Ghz
+    CPU)</a></li>
 </ol>
 
+</div>
+
 <hr>
-<address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
+<div class="doc_footer">
+  <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
+  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
+  <br>
+  Last modified: $Date: 2003/10/28 18:31:18 $
+</div>
+
 </body>
 </html>





More information about the llvm-commits mailing list