Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58754 - trunk/status
From: john_at_[hidden]
Date: 2010-01-06 06:05:41


Author: johnmaddock
Date: 2010-01-06 06:05:41 EST (Wed, 06 Jan 2010)
New Revision: 58754
URL: http://svn.boost.org/trac/boost/changeset/58754

Log:
Bring expected failures up to date, and in synch with release branch.
Text files modified:
   trunk/status/explicit-failures-markup.xml | 28 ++++++++++++++++++++++++++++
   1 files changed, 28 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2010-01-06 06:05:41 EST (Wed, 06 Jan 2010)
@@ -3198,6 +3198,14 @@
            </note>
         </mark-unusable>
        <mark-expected-failures>
+ <test name="mpfr_concept_check"/>
+ <test name="ntl_concept_check"/>
+ <toolset name="*"/>
+ <note author="John Maddock">
+ This test relies on external software being installed in order to pass.
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
           <test name="test_traits"/>
           <toolset name="gcc-3.3.6"/>
           <note author="John Maddock">
@@ -4903,6 +4911,16 @@
 
     <!-- type_traits -->
     <library name="type_traits">
+ <mark-expected-failures>
+ <test name="has_operator_new_test"/>
+ <test name="make_signed_test"/>
+ <test name="make_unsigned_test"/>
+ <toolset name="msvc-7.1"/>
+ <note author="John Maddock">
+ Apparently the compiler can't cope with these - later versions are fine though.
+ Probably work-round-able if someone would care to look into these.
+ </note>
+ </mark-expected-failures>
         <mark-expected-failures>
             <test name="function_traits_test"/>
             <test name="remove_bounds_test"/>
@@ -5132,6 +5150,15 @@
                 work by someone who has this compiler.
             </note>
         </mark-unusable>
+ <mark-expected-failures>
+ <test name="test_type_traits"/>
+ <test name="std_test_type_traits"/>
+ <toolset name="msvc-7.1"/>
+ <note author="John Maddock">
+ Later versions of MSVC are required for these tests - the issues may
+ be work-round-able if anyone cares enough to look into them.
+ </note>
+ </mark-expected-failures>
         <mark-expected-failures>
             <test name="test_mem_fn_tricky"/>
             <test name="test_bind_tricky"/>
@@ -6286,3 +6313,4 @@
     </note>
 
 </explicit-failures-markup>
+


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