Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61896 - trunk/status
From: jewillco_at_[hidden]
Date: 2010-05-10 12:48:45


Author: jewillco
Date: 2010-05-10 12:48:45 EDT (Mon, 10 May 2010)
New Revision: 61896
URL: http://svn.boost.org/trac/boost/changeset/61896

Log:
Turned off all Boost.Graph known failures for testing
Text files modified:
   trunk/status/explicit-failures-markup.xml | 23 +++++++++++++----------
   1 files changed, 13 insertions(+), 10 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2010-05-10 12:48:45 EDT (Mon, 10 May 2010)
@@ -1819,21 +1819,23 @@
 
     <!-- graph -->
     <library name="graph">
- <mark-unusable>
- <toolset name="borland-5.*"/>
- <toolset name="borland-6.*"/>
- <toolset name="borland-cb2009"/>
- <toolset name="borland-cb2010"/>
+ <!-- jewillco: turning on all tests in order to re-determine what actually fails -->
+ <!-- <mark-unusable> -->
+ <!-- <toolset name="borland-5.*"/> -->
+ <!-- <toolset name="borland-6.*"/> -->
+ <!-- <toolset name="borland-cb2009"/> -->
+ <!-- <toolset name="borland-cb2010"/> -->
             <!-- 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.
             -->
- <toolset name="gcc-open64"/>
- <toolset name="pathscale-3.1"/>
- <toolset name="pathscale-3.2"/>
+ <!-- <toolset name="gcc-open64"/> -->
+ <!-- <toolset name="pathscale-3.1"/> -->
+ <!-- <toolset name="pathscale-3.2"/> -->
             <!-- vacpp ICEs on many of the tests -->
- <toolset name="vacpp"/>
- </mark-unusable>
+ <!-- <toolset name="vacpp"/> -->
+ <!-- </mark-unusable> -->
+ <!--
         <mark-expected-failures>
           <test name="grid_graph_cc"/>
           <test name="grid_graph_test"/>
@@ -1846,6 +1848,7 @@
           <toolset name="acc*"/>
           <note author="Markus Schoepflin" refid="45"/>
         </mark-expected-failures>
+ -->
     </library>
 
     <!-- integer -->


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