mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
mark up proto failures, clean up foreach expected failures
[SVN r78754]
This commit is contained in:
parent
4ff0f02bb0
commit
fab77a98c2
1 changed files with 13 additions and 18 deletions
|
@ -1770,16 +1770,6 @@
|
|||
ADL which these compilers do not support.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="noncopyable_rvalue_const"/>
|
||||
<test name="noncopyable_rvalue_const_r"/>
|
||||
<test name="noncopyable_rvalue_nonconst"/>
|
||||
<test name="noncopyable_rvalue_nonconst_r"/>
|
||||
<toolset name="*"/>
|
||||
<note refid="50" author="Eric Niebler"/>
|
||||
</mark-expected-failures>
|
||||
|
||||
</library>
|
||||
|
||||
<!-- format -->
|
||||
|
@ -2905,6 +2895,7 @@ for more information.
|
|||
<toolset name="sun-5.10"/>
|
||||
<toolset name="borland-*"/>
|
||||
<toolset name="vacpp*"/>
|
||||
<toolset name="cray-8.0"/>
|
||||
<note author="Thomas Heller" id="phoenix-incompatible-compilers">
|
||||
These compilers don't work with phoenix.
|
||||
This is due to the fact that phoenix uses proto
|
||||
|
@ -2946,6 +2937,7 @@ for more information.
|
|||
<toolset name="borland-*"/>
|
||||
<toolset name="vacpp"/>
|
||||
<toolset name="vacpp-*"/>
|
||||
<toolset name="cray-8.0"/>
|
||||
</mark-unusable>
|
||||
</library>
|
||||
|
||||
|
@ -3190,12 +3182,13 @@ for more information.
|
|||
<!-- spirit (v2) -->
|
||||
<library name="spirit">
|
||||
<mark-unusable>
|
||||
<toolset name="sun-5.7"/>
|
||||
<toolset name="sun-5.8"/>
|
||||
<toolset name="sun-5.7"/>
|
||||
<toolset name="sun-5.8"/>
|
||||
<toolset name="sun-5.9"/>
|
||||
<toolset name="sun-5.10"/>
|
||||
<toolset name="vacpp*"/>
|
||||
<toolset name="borland-*"/>
|
||||
<toolset name="vacpp*"/>
|
||||
<toolset name="borland-*"/>
|
||||
<toolset name="cray-8.0"/>
|
||||
</mark-unusable>
|
||||
</library>
|
||||
|
||||
|
@ -6670,6 +6663,12 @@ This platform doesn't supports Boost.Chrono.
|
|||
<toolset name="sun-5.10"/>
|
||||
<note refid="17"/>
|
||||
</mark-unusable>
|
||||
<mark-unusable>
|
||||
<toolset name="cray-8.0"/>
|
||||
<note author="Eric Niebler">
|
||||
Boost.Proto doesn't work on the cray compiler.
|
||||
</note>
|
||||
</mark-unusable>
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="test_actions"/>
|
||||
|
@ -6970,10 +6969,6 @@ This platform doesn't supports Boost.Chrono.
|
|||
This test fails because MinGW apparently does not always catch exceptions properly.
|
||||
</note>
|
||||
|
||||
<note id="50">
|
||||
This test requires C++0x support.
|
||||
</note>
|
||||
|
||||
<note id="51">
|
||||
This test requires variadic macro support.
|
||||
</note>
|
||||
|
|
Loading…
Add table
Reference in a new issue