[Swift-commit] r3450 - in branches/tests-01/tests: . html

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jul 21 16:22:09 CDT 2010


Author: wozniak
Date: 2010-07-21 16:22:09 -0500 (Wed, 21 Jul 2010)
New Revision: 3450

Added:
   branches/tests-01/tests/html/
   branches/tests-01/tests/html/current.html
   branches/tests-01/tests/html/header.html
Log:
New location for HTML fragments


Added: branches/tests-01/tests/html/current.html
===================================================================
--- branches/tests-01/tests/html/current.html	                        (rev 0)
+++ branches/tests-01/tests/html/current.html	2010-07-21 21:22:09 UTC (rev 3450)
@@ -0,0 +1,14 @@
+<html>
+  <head>
+    <title>Redirecting...</title>
+    <meta http-equiv="cache-control" content="no-cache">
+    <script language="JavaScript">
+      function redirect() {
+      window.location="_HTMLBASE_";
+      }
+    </script>
+  </head>
+  <body onLoad="redirect()">
+    You should be redirected to <a href="_HTMLBASE_">_HTMLBASE_</a>
+  </body>
+</html>

Added: branches/tests-01/tests/html/header.html
===================================================================
--- branches/tests-01/tests/html/header.html	                        (rev 0)
+++ branches/tests-01/tests/html/header.html	2010-07-21 21:22:09 UTC (rev 3450)
@@ -0,0 +1,31 @@
+<html>
+  <head>
+    <title>Swift nightly integration tests and build (_DATE_ _TIME_)
+    </title>
+    <style type="text/css">
+      a:link {color:black}
+      a:visited {color:black}
+      td.success {background: #60ff00;
+                  text-align: center;}
+      td.failure {background: #ff6000;
+                  text-align: center;}
+      tr.testline {background: #e0e0e0}
+      tr.part {background: #c0c0c0;
+               text-align: center;
+               font-size: large;}
+    </style>
+  </head>
+  <body>
+    <h1>Swift nightly integration tests and build</h1>
+    <ul>
+      <li>Date: _DATE_</li>
+      <li>Time: _TIME_</li>
+      <li>Test host: _HOST_</li>
+    </ul>
+    <ol>
+      <li><a href="#tests">Test results</a>
+      <li><a href="#packages">Compiled packages</a>
+      <li><a href="#older">Older tests</a>
+      <li><a href="addtests.html">How to add new tests</a>
+    </ol>
+




More information about the Swift-commit mailing list