Procházet zdrojové kódy

Spirit/vc8.0 markup

[SVN r25428]
Aleksey Gurtovoy před 22 roky
rodič
revize
50b42f0d6e
1 změnil soubory, kde provedl 12 přidání a 1 odebrání
  1. 12 1
      status/explicit-failures-markup.xml

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

@@ -677,13 +677,24 @@ for more information.
             <test name="closure_tests*"/>
             <test name="multi_pass_compile_tests"/>
             <test name="repeat_ast_tests*"/>
-            <toolset name="intel-8.0-linux"/>            
+            <toolset name="intel-8.0-linux"/>
             <note author="Aleksey Gurtovoy">
                 This failure is caused by a compiler bug that manifests itself in the 
                 particular environment/hardware configuration the test has been run in.
                 You may or may not experience this issue in your local setup.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="bug_fixes*"/>
+            <test name="chset_tests*"/>
+            <test name="epsilon_tests*"/>
+            <toolset name="vc8.0"/>
+            <note author="Aleksey Gurtovoy">
+                This failure is caused by a compiler bug in version 14.00.40809 that has 
+                been fixed in the latest development "alpha".
+            </note>
+        </mark-expected-failures>
+
     </library>
 
     <!-- function -->

粤ICP备19079148号