Update status from release.

[SVN r63204]
This commit is contained in:
Daniel James 2010-06-21 21:00:05 +00:00
parent 5c529e9853
commit 459d395526
2 changed files with 26 additions and 1 deletions

View file

@ -70,9 +70,9 @@ run-tests libs :
format/test # test-suite format
function/test # test-suite function
functional/test # test-suite functional
functional/hash/test # test-suite functional/hash
functional/factory/test # test-suite functional/factory
functional/forward/test # test-suite functional/forward
functional/hash/test # test-suite functional/hash
function_types/test # test-suite function_types
fusion/test # test-suite fusion
gil/test # test-suite gil

View file

@ -1677,6 +1677,31 @@
</mark-expected-failures>
</library>
<!-- functional/factory -->
<library name="functional/factory">
<mark-expected-failures>
<test name="factory_with_allocator"/>
<toolset name="borland-*"/>
<note author="Tobias Schwinger">
Probably broken const conversion with that compiler.
</note>
</mark-expected-failures>
</library>
<!-- functional/forward -->
<library name="functional/foward">
<mark-unusable>
<toolset name="msvc-7.0*"/>
<toolset name="msvc-7.1*"/>
<toolset name="sun-5.*"/>
<toolset name="vacpp*"/>
<toolset name="borland-*"/>
<note author="Tobias Schwinger">
This compiler is currently not supported.
</note>
</mark-unusable>
</library>
<!-- functional/hash -->
<library name="functional/hash">
<mark-expected-failures>