$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56307 - trunk/status
From: sebastian.redl_at_[hidden]
Date: 2009-09-19 05:18:34
Author: cornedbee
Date: 2009-09-19 05:18:33 EDT (Sat, 19 Sep 2009)
New Revision: 56307
URL: http://svn.boost.org/trac/boost/changeset/56307
Log:
Mark up some Intel test failures of PTree (that compiler is simply too slow).
Text files modified: 
   trunk/status/explicit-failures-markup.xml |    10 ++++++++++                              
   1 files changed, 10 insertions(+), 0 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml	(original)
+++ trunk/status/explicit-failures-markup.xml	2009-09-19 05:18:33 EDT (Sat, 19 Sep 2009)
@@ -3958,6 +3958,16 @@
                 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>
     </library>
 
      <!-- pointer container -->