Просмотр исходного кода

Turned off all Boost.Graph known failures for testing

[SVN r61896]
Jeremiah Willcock 16 лет назад
Родитель
Сommit
cb500db59c
1 измененных файлов с 13 добавлено и 10 удалено
  1. 13 10
      status/explicit-failures-markup.xml

+ 13 - 10
status/explicit-failures-markup.xml

@@ -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 -->

粤ICP备19079148号