Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84115 - trunk/status
From: andrey.semashev_at_[hidden]
Date: 2013-05-02 14:48:41


Author: andysem
Date: 2013-05-02 14:48:40 EDT (Thu, 02 May 2013)
New Revision: 84115
URL: http://svn.boost.org/trac/boost/changeset/84115

Log:
Added Boost.Log failure markup.
Text files modified:
   trunk/status/explicit-failures-markup.xml | 38 ++++++++++++++++++++++++++++++++++++++
   1 files changed, 38 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2013-05-02 14:48:40 EDT (Thu, 02 May 2013)
@@ -2536,6 +2536,44 @@
         </mark-expected-failures>
     </library>
 
+ <!-- log -->
+ <library name="log">
+ <mark-unusable>
+ <toolset name="darwin-4.2*"/>
+ <toolset name="gcc-4.2*"/>
+ <note author="Andrey Semashev" date="02 May 2013">
+ These compilers don't support TR1 result_of correctly, which makes them fail
+ to compile Boost.Phoenix-related code of the library.
+ </note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="vacpp-12.1.0.1"/>
+ <note author="Andrey Semashev" date="02 May 2013">
+ The compiler fails to compile Boost.Move and Boost.PropertyTree, which are used by this library.
+ </note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="gcc-mingw-4.4*"/>
+ <note author="Andrey Semashev" date="02 May 2013">
+ The compiler has a bug that makes Boost.Log and Boost.Spirit to conflict with each other. See https://svn.boost.org/trac/boost/ticket/8066.
+ </note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="msvc-9.0~w*"/>
+ <note author="Andrey Semashev" date="02 May 2013">
+ Boost.Filesystem used by Boost.Log does not support Windows Mobile.
+ </note>
+ </mark-unusable>
+ <mark-expected-failures>
+ <test name="util_explicit_operator_bool_conv_pvoid"/>
+ <toolset name="msvc-*"/>
+ <note author="Andrey Semashev" date="02 May 2013">
+ MSVC performs implicit conversion of pointers to members to void*,
+ which is against the standard (4.11, [conv.mem]) and is verified by this test.
+ </note>
+ </mark-expected-failures>
+ </library>
+
     <!-- logic -->
     <library name="logic">
       <test name="tribool_io_test">


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