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

Added some more unusable toolsets for Boost.Graph

[SVN r53827]
Jeremiah Willcock 17 лет назад
Родитель
Сommit
530451c13a
1 измененных файлов с 7 добавлено и 3 удалено
  1. 7 3
      status/explicit-failures-markup.xml

+ 7 - 3
status/explicit-failures-markup.xml

@@ -1792,10 +1792,14 @@
         <mark-unusable>
             <toolset name="borland-5.*"/>
             <toolset name="borland-6.*"/>
-            <!-- Open64 ICEs 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. -->
+            <!-- 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"/>
+            <!-- vacpp ICEs on many of the tests -->
+            <toolset name="vacpp"/>
         </mark-unusable>
         <mark-expected-failures>
           <test name="graphviz_test"/>

粤ICP备19079148号