Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55284 - trunk/status
From: jewillco_at_[hidden]
Date: 2009-07-30 14:45:19


Author: jewillco
Date: 2009-07-30 10:44:52 EDT (Thu, 30 Jul 2009)
New Revision: 55284
URL: http://svn.boost.org/trac/boost/changeset/55284

Log:
Commented out some expected failures for testing purposes
Text files modified:
   trunk/status/explicit-failures-markup.xml | 9 ++++++---
   1 files changed, 6 insertions(+), 3 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2009-07-30 10:44:52 EDT (Thu, 30 Jul 2009)
@@ -1791,7 +1791,7 @@
     <library name="graph">
         <mark-unusable>
             <toolset name="borland-5.*"/>
- <toolset name="borland-6.*"/>
+ <!-- Testing 7/30/2009: <toolset name="borland-6.*"/> -->
             <!-- Open64 and Pathscale ICE on almost all test cases, often
             because of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17327;
             property type detection fails because it uses enum types as tags.
@@ -1818,7 +1818,10 @@
             <toolset name="qcc-3.3*"/>
             <note author="Jim Douglas" date="18 Feb 06" refid="27"/>
         </mark-expected-failures>
- <mark-expected-failures>
+ <!--
+ This appears to be working as of 7/30/2009. - remove this block if
+ the tests cycle without problems.
+ <mark-expected-failures>
             <test name="csr_graph_test"/>
             <toolset name="msvc-8.0*"/>
             <toolset name="msvc-9.0*"/>
@@ -1827,7 +1830,7 @@
               This failure is due to a problem with partial ordering
               of class template partial specializations.
             </note>
- </mark-expected-failures>
+ </mark-expected-failures> -->
         <mark-expected-failures>
           <test name="kolmogorov_max_flow_test"/>
           <test name="max_flow_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