Mark up msvc-8.0 failures.

[SVN r83617]
This commit is contained in:
Steven Watanabe 2013-03-27 22:36:58 +00:00
parent bb00c6437e
commit 8287a79cc7

View file

@ -5558,6 +5558,24 @@ This platform doesn't supports Boost.Container.
<toolset name="darwin-4.2.1"/>
<note author="Steven Watanabe" refid="17"/>
</mark-unusable>
<mark-expected-failures>
<test name="test_add"/>
<test name="test_add_assign"/>
<test name="test_equal"/>
<test name="test_less"/>
<test name="test_construct"/>
<toolset name="msvc-8.0*"/>
<note author="Steven Watanabe">
SFINAE for the constructors of param doesn't work correctly on this compiler.
This affects free functions (including operators) with more than one
any argument and overloaded member functions.
</note>
</mark-expected-failures>
<mark-expected-failures reason="?">
<test name="test_free"/>
<toolset name="msvc-8.0"/>
<note>This looks like an instance of MSVC substituting int in a template-id.</note>
</mark-expected-failures>
</library>
<!-- type_traits -->