Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56554 - branches/release/status
From: bdawes_at_[hidden]
Date: 2009-10-03 09:53:55


Author: bemandawes
Date: 2009-10-03 09:53:54 EDT (Sat, 03 Oct 2009)
New Revision: 56554
URL: http://svn.boost.org/trac/boost/changeset/56554

Log:
property_tree: merge markup
Text files modified:
   branches/release/status/explicit-failures-markup.xml | 38 ++++++++++++++++++++++++++++++++++++++
   1 files changed, 38 insertions(+), 0 deletions(-)

Modified: branches/release/status/explicit-failures-markup.xml
==============================================================================
--- branches/release/status/explicit-failures-markup.xml (original)
+++ branches/release/status/explicit-failures-markup.xml 2009-10-03 09:53:54 EDT (Sat, 03 Oct 2009)
@@ -3943,6 +3943,44 @@
 
     </library>
 
+ <library name="property_tree">
+ <mark-unusable>
+ <toolset name="borland-*"/>
+ <note author="Sebastian Redl">Inherited from MultiIndex</note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="sun-5.*"/>
+ <note author="Sebastian Redl">
+ Lots of test failures complaining about the ambiguity of a
+ const and a non-const overload of the same function.
+ </note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="vacpp"/>
+ <note author="Sebastian Redl">
+ This compiler seems to have very broken name lookup.
+ </note>
+ </mark-unusable>
+ <mark-expected-failures>
+ <test name="test_property_tree"/>
+ <test name="test_json_parser"/>
+ <toolset name="intel-darwin-*"/>
+ <toolset name="intel-linux-*"/>
+ <note author="Sebastian Redl">
+ Tend to crash the compiler (Intel 10) or simply take too long
+ (Intel 11).
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="test_xml_parser_rapidxml"/>
+ <toolset name="gcc-3.4.3"/>
+ <note author="Sebastian Redl">
+ This ancient GCC doesn't like local const ints as template
+ parameters. Or something like that.
+ </note>
+ </mark-expected-failures>
+ </library>
+
      <!-- pointer container -->
     <library name="ptr_container">
         <mark-unusable>


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