Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78754 - trunk/status
From: eric_at_[hidden]
Date: 2012-05-29 15:38:36


Author: eric_niebler
Date: 2012-05-29 15:38:35 EDT (Tue, 29 May 2012)
New Revision: 78754
URL: http://svn.boost.org/trac/boost/changeset/78754

Log:
mark up proto failures, clean up foreach expected failures
Text files modified:
   trunk/status/explicit-failures-markup.xml | 31 +++++++++++++------------------
   1 files changed, 13 insertions(+), 18 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2012-05-29 15:38:35 EDT (Tue, 29 May 2012)
@@ -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 @@
         <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 @@
         <toolset name="borland-*"/>
         <toolset name="vacpp"/>
         <toolset name="vacpp-*"/>
+ <toolset name="cray-8.0"/>
       </mark-unusable>
     </library>
 
@@ -3190,12 +3182,13 @@
     <!-- 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 @@
             <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 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>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk