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

Spirit/Python markup

[SVN r25416]
Aleksey Gurtovoy 21 лет назад
Родитель
Сommit
54725b7094
1 измененных файлов с 44 добавлено и 1 удалено
  1. 44 1
      status/explicit-failures-markup.xml

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

@@ -630,6 +630,17 @@ for more information.
                 and is therefore terminated by regression tools before its completion.
             </note>
         </mark-expected-failures>
+        <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 -->
@@ -835,7 +846,6 @@ for more information.
             <test name="udt_support_test"/>
             <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
             <toolset name="intel-7.1-linux"/>
-            <toolset name="intel-win32-7.1*"/>
             <toolset name="msvc"/>
             <toolset name="msvc-stlport"/>
             <note author="Aleksey Gurtovoy" refid="2"/>
@@ -1000,6 +1010,39 @@ for more information.
             <note refid="2"/>
             <note refid="17"/>
         </mark-unusable>
+        <mark-expected-failures>
+            <test name="args"/>
+            <test name="auto_ptr"/>
+            <test name="builtin_convertors"/>
+            <test name="callbacks"/>
+            <test name="crossmod_exception"/>
+            <test name="data_members"/>
+            <test name="enum"/>
+            <test name="exception_translator"/>
+            <test name="extract"/>
+            <test name="implicit"/>
+            <test name="iterator"/>
+            <test name="list"/>
+            <test name="map_indexing_suite"/>
+            <test name="object"/>
+            <test name="opaque"/>
+            <test name="pickle2"/>
+            <test name="polymorphism"/>
+            <test name="polymorphism2"/>
+            <test name="shared_ptr"/>
+            <test name="slice"/>
+            <test name="test_pointer_adoption"/>
+            <test name="try"/>
+            <test name="vector_indexing_suite"/>
+            <test name="virtual_functions"/>
+            <toolset name="gcc-2.95.3-linux"/>
+            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>            
+            <note author="D. Abrahams">
+                The problems with GCC 2.x only occur when C++ exceptions are thrown and
+                the framework catches them, which happens quite often in the tests. 
+                So technically GCC 2.x is usable if you're careful.
+             </note>
+        </mark-expected-failures>
     </library>
 
     <!-- random -->

粤ICP备19079148号