Regression tests for Linux/x86

This commit is contained in:
Jens Maurer 2000-07-28 21:17:12 +00:00
parent e70cc51d68
commit 04d67dbf8d
2 changed files with 95 additions and 1 deletions

View file

@ -33,7 +33,7 @@ Even if the current release of a compiler supports a boost library, older
version of the compiler may not work properly.</p>
<h2>Compiler Status Tables</h2>
<ul>
<li>Linux/x86</li>
<li><a href="cs-linux2.html">Linux/x86</a></li>
<li><a href="cs-win32.html">Windows NT / Windows 2000</a></li>
</ul>
<p>Boost releases are run through a regression test which automatically

94
libs/cs-linux2.html Normal file
View file

@ -0,0 +1,94 @@
<html>
<head>
<title>
Compiler Status: Linux/x86
</title>
</head><body bgcolor="#FFFFFF" text="#000000">
<h1><img border="0" src="../c++boost.gif" width="277" height="86"></h1>
<h1>Compiler Status: Linux/x86</h1>
<p><b>Run Date:</b> 28 Jul 2000 GMT</p>
<p>
<table border="1" cellspacing="0" cellpadding="5">
<tr>
<td>Program</td>
<td>GNU<br>GCC<br>2.95.2</td>
<td>GNU<br>GCC<br>2.95.2<br>STLport<br>4.0 beta 8</td>
</tr>
<tr>
<td><a href="config/config_test.cpp">config/config_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="functional/function_test.cpp">functional/function_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="integer/cstdint_test.cpp">integer/cstdint_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="integer/integer_test.cpp">integer/integer_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="integer/integer_traits_test.cpp">integer/integer_traits_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="rational/rational_example.cpp">rational/rational_example.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="random/random_test.cpp">random/random_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="random/random_demo.cpp">random/random_demo.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="smart_ptr/smart_ptr_test.cpp">smart_ptr/smart_ptr_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="utility/call_traits_test.cpp">utility/call_traits_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="utility/cast_test.cpp">utility/cast_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="utility/compressed_pair_test.cpp">utility/compressed_pair_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="utility/iterators_test.cpp">utility/iterators_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="utility/operators_test.cpp">utility/operators_test.cpp</a></td>
<td>no</td>
<td>no</td>
</tr>
<tr>
<td><a href="utility/type_traits_test.cpp">utility/type_traits_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
</tr>
</table>
</body>
</html>