Browse Source

Spirit markup

[SVN r25333]
Aleksey Gurtovoy 21 years ago
parent
commit
7dcdfd3d7d
1 changed files with 12 additions and 1 deletions
  1. 12 1
      status/explicit-failures-markup.xml

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

@@ -611,7 +611,18 @@ for more information.
                 for VC6 and VC7 by Peder Holt.
                 </p>
             </note>
-        </mark-unusable>
+        </mark-unusable>        
+        <mark-expected-failures>
+            <test name="chset_tests"/>
+            <test name="chset_tests_debug"/>
+            <test name="escape_char_parser_tests"/>
+            <test name="escape_char_parser_tests_debug"/>
+            <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
+            <note author="Aleksey Gurtovoy">
+                The test is likely to pass, but it takes too long to run (> 5 minutes),
+                and is therefore terminated by regression tools before its completion.
+            </note>
+        </mark-expected-failures>
     </library>
 
     <!-- function -->

粤ICP备19079148号