|
Boost-Commit : |
From: bdawes_at_[hidden]
Date: 2007-10-11 15:45:40
Author: bemandawes
Date: 2007-10-11 15:45:39 EDT (Thu, 11 Oct 2007)
New Revision: 39937
URL: http://svn.boost.org/trac/boost/changeset/39937
Log:
Add Smoke Test text and links
Text files modified:
website/public_html/beta/development/testing.html | 40 +++++++++++++++++++++++++++++++++++++---
1 files changed, 37 insertions(+), 3 deletions(-)
Modified: website/public_html/beta/development/testing.html
==============================================================================
--- website/public_html/beta/development/testing.html (original)
+++ website/public_html/beta/development/testing.html 2007-10-11 15:45:39 EDT (Thu, 11 Oct 2007)
@@ -8,7 +8,8 @@
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
"/style/section-development.css" />
- <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
+ <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style>
+ <![endif]-->
</head>
<body>
@@ -31,6 +32,8 @@
<li>Regression Testing</li>
+ <li>Smoke Testing</li>
+
<li>Acknowledgements</li>
</ul>
@@ -83,7 +86,7 @@
<h2><a name="RegressionTesting" id=
"RegressionTesting"></a>Regression Testing</h2>
- <p>A group of voluteers donate CPU cycles, and large amounts of
+ <p>A group of volunteers donate CPU cycles, and large amounts of
disk space, to collectively produce the regression testing
result tables. Various Boost releases are tested for the
benefit of library developers and interested users:</p>
@@ -111,6 +114,37 @@
</tr>
</table>
+ <h2><a name="SmokeTesting">Smoke</a> Testing</h2>
+
+ <p>The full regression test reports give a broad and deep view of how Boost
+ libraries perform across many platforms and compilers. But
+ developers often need a quick snapshot of how tests are doing on
+ representative platforms and compilers. The smoke tests check the
+ repository at regular intervals and run incremental tests if
+ anything has changed. Test results may be available as little as 5
+ minutes later, depending on the platform and how many libraries
+ were affected by changes. More extensive changes take a couple of
+ hours to test.</p>
+
+ <table summary="Smoke Results">
+ <tr>
+ <th>Version</th>
+ <th>Platform and Compiler</th>
+ </tr>
+ <tr>
+ <td>Main Trunk</td>
+ <td>
+ <a href="http://mysite.verizon.net/beman/win32-trunk-results.html">
+ Windows (32-bit), Visual C++ 2005 SP1</a></td>
+ </tr>
+ <tr>
+ <td>Main Trunk</td>
+ <td>
+ <a href="http://mysite.verizon.net/beman/linux-trunk-results.html">
+ Ubuntu Linux (X86 32-bit), gcc-4.1.2</a></td>
+ </tr>
+ </table>
+
<h2><a name="Acknowledgements" id=
"Acknowledgements"></a>Acknowledgements</h2>
@@ -198,4 +232,4 @@
<div class="clear"></div>
</div>
</body>
-</html>
+</html>
\ No newline at end of file
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk