Przeglądaj źródła

mark up foreach failures on msvc and intel-linux

[SVN r31288]
Eric Niebler 20 lat temu
rodzic
commit
4895946185
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      status/explicit-failures-markup.xml

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

@@ -901,7 +901,7 @@
         </mark-expected-failures>
     </library>
 
-    <!-- foreach-->
+    <!-- foreach -->
     <library name="foreach">
         <mark-unusable>
             <toolset name="dmc*"/>
@@ -923,6 +923,7 @@
             <toolset name="gcc-2*"/>
             <toolset name="gcc-3.2*"/>
             <toolset name="gcc-3_3-darwin"/>
+            <toolset name="intel-linux"/>
             <toolset name="intel-win32-8_1"/>
             <toolset name="intel-win32-9_0"/>
             <toolset name="vacpp"/>
@@ -962,6 +963,7 @@
         </mark-expected-failures>
         <mark-expected-failures>
             <test name="user_defined"/>
+            <toolset name="msvc*"/>
             <toolset name="vc-6_5*"/>
             <toolset name="vc-7_0*"/>
             <note author="Eric Niebler">

粤ICP备19079148号