mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 06:24:59 +00:00
add shared_ptr and mem_fn_derived tests
[SVN r13560]
This commit is contained in:
parent
7d939c17ed
commit
71c768455d
1 changed files with 18 additions and 3 deletions
|
@ -12,7 +12,7 @@ Compiler Status: tru64
|
|||
<h1>Compiler Status: tru64</h1>
|
||||
|
||||
<p><b>System Configuration:</b> OSF1 V5.0 (CPU: alpha)<br>
|
||||
<b>Run Date:</b> 05 Mar 2002 20:49 GMT</p>
|
||||
<b>Run Date:</b> 22 Apr 2002 14:58 GMT</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -60,6 +60,11 @@ Compiler Status: tru64
|
|||
<td><font color="#FF0000">Fail</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/bind/mem_fn_derived_test.cpp">libs/bind/mem_fn_derived_test.cpp</a></td>
|
||||
<td>run</td>
|
||||
<td><font color="#FF0000">Fail</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/concept_check/concept_check_test.cpp">libs/concept_check/concept_check_test.cpp</a></td>
|
||||
<td>compile</td>
|
||||
<td>Pass</td>
|
||||
|
@ -212,12 +217,12 @@ Compiler Status: tru64
|
|||
<tr>
|
||||
<td><a href="../libs/regex/test/regress/regex_test.cpp">libs/regex/test/regress/regex_test.cpp</a></td>
|
||||
<td>run</td>
|
||||
<td>Pass</td>
|
||||
<td><font color="#FF0000">Fail</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/regex/test/regress/wregex_test.cpp">libs/regex/test/regress/wregex_test.cpp</a></td>
|
||||
<td>run</td>
|
||||
<td>Pass</td>
|
||||
<td><font color="#FF0000">Fail</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/smart_ptr/smart_ptr_test.cpp">libs/smart_ptr/smart_ptr_test.cpp</a></td>
|
||||
|
@ -225,6 +230,16 @@ Compiler Status: tru64
|
|||
<td>Pass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/smart_ptr/shared_ptr_test.cpp">libs/smart_ptr/shared_ptr_test.cpp</a></td>
|
||||
<td>run</td>
|
||||
<td>Pass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/smart_ptr/shared_ptr_assign_fail.cpp">libs/smart_ptr/shared_ptr_assign_fail.cpp</a></td>
|
||||
<td>compile-fail</td>
|
||||
<td>Pass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/static_assert/static_assert_test.cpp">libs/static_assert/static_assert_test.cpp</a></td>
|
||||
<td>compile</td>
|
||||
<td>Pass</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue