Procházet zdrojové kódy

Add contract failure markup

Daniel James před 8 roky
rodič
revize
8bc839ace3
1 změnil soubory, kde provedl 23 přidání a 0 odebrání
  1. 23 0
      status/explicit-failures-markup.xml

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

@@ -735,6 +735,29 @@
         </test>
         </test>
     </library>
     </library>
 
 
+    <!-- contract -->
+    <library name="contract">
+        <mark-expected-failures>
+            <test name="*"/>
+            <toolset name="clang-gnu-linux-4.0~gnu++98"/>
+            <toolset name="clang-gnu-linux-4.0.1"/>
+            <toolset name="gcc-gnu-4.4*"/>
+            <toolset name="gcc-gnu-4.5*"/>
+            <toolset name="gcc-gnu-4.6*"/>
+            <toolset name="gcc-mngw-gnu-3*c+"/>
+            <toolset name="gcc-mngw-gnu-4.1c+"/>
+            <toolset name="gcc-mngw-gnu-4.2c+"/>
+            <toolset name="gcc-mngw-gnu-4.3c+"/>
+            <toolset name="gcc-mngw-gnu-4.4c+"/>
+            <toolset name="msvc-7*"/>
+            <toolset name="msvc-8*"/>
+            <toolset name="msvc-9*"/>
+            <note author="Lorenzo Caminiti">
+                Most tests require lambda function support (even if technically
+                the library itself does not require lambdas).
+            </note>
+        </mark-expected-failures>
+    </library>
 
 
     <!-- coroutine -->
     <!-- coroutine -->
     <library name="coroutine">
     <library name="coroutine">

粤ICP备19079148号