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

mark dmc and sunpro-8_3 unusable, vc-7_1-stlport expected failure

[SVN r30777]
Eric Niebler 21 лет назад
Родитель
Сommit
6d2ada6d78
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      status/explicit-failures-markup.xml

+ 9 - 0
status/explicit-failures-markup.xml

@@ -859,12 +859,21 @@
 
     <!-- foreach-->
     <library name="foreach">
+        <mark-unusable>
+            <toolset name="dmc*"/>
+            <toolset name="sunpro-5_3-sunos"/>
+            <note author="Eric Niebler">
+                This compiler does not support the Boost.Range
+                library, on which Boost.Foreach depends.
+            </note>
+        </mark-unusable>
         <mark-expected-failures>
             <test name="rvalue_const"/>
             <toolset name="msvc*"/>
             <toolset name="vc-6_5*"/>
             <toolset name="vc-7_0"/>
             <toolset name="vc-7_1"/>
+            <toolset name="vc- 7_1-stlport"/>
             <toolset name="vc-8_0"/>
             <toolset name="borland-5_6_4"/>
             <toolset name="gcc-2*"/>

粤ICP备19079148号