mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Mark up msvc-8.0 failures.
[SVN r83617]
This commit is contained in:
parent
bb00c6437e
commit
8287a79cc7
1 changed files with 18 additions and 0 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue