|
|
@@ -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>
|