Przeglądaj źródła

changed test_class_load from expected failure

[SVN r27347]
Robert Ramey 21 lat temu
rodzic
commit
036c72d8fe
1 zmienionych plików z 13 dodań i 16 usunięć
  1. 13 16
      status/explicit-failures-markup.xml

+ 13 - 16
status/explicit-failures-markup.xml

@@ -737,16 +737,6 @@ for more information.
             </note>
         </mark-expected-failures>
 
-        <mark-expected-failures>
-            <test name="test_class_info_load*"/>
-            <toolset name="*"/>
-            <note author="Robert Ramey" date="12 Feb 05" refid="0">
-                This test depends upon a file created by the corresponding test_class_save 
-                test.  This is a restriction that bjam cannot currently enforce.  This error
-                will usually disappear on the next run.
-                </note>
-        </mark-expected-failures>
-
         <mark-expected-failures>
             <test name="test_demo"/>
             <test name="test_demo_exception"/>
@@ -819,9 +809,7 @@ for more information.
         </mark-expected-failures>
 
         <mark-expected-failures>
-            <test name="test_no_rtti_binary_archive"/>
-            <test name="test_no_rtti_text_*"/>
-            <test name="test_no_rtti_xml_*"/>
+            <test name="test_no_rtti_*"/>
             <test name="test_set_*"/>
             <toolset name="borland-5_6_4"/>
             <note author="Aleksey Gurtovoy" refid="29"/>
@@ -836,9 +824,7 @@ for more information.
         <mark-expected-failures>
             <test name="test_demo_shared_ptr"/>
             <test name="test_demo_fast_archive"/>
-            <test name="test_no_rtti_binary_archive"/>
-            <test name="test_no_rtti_text_*"/>
-            <test name="test_no_rtti_xml_*"/>
+            <test name="test_no_rtti_*"/>
             <toolset name="cw*"/>
             <note author="Aleksey Gurtovoy" refid="29"/>
         </mark-expected-failures>
@@ -849,6 +835,17 @@ for more information.
             <note author="Aleksey Gurtovoy" refid="29"/>
         </mark-expected-failures>
 
+        <test name="test_class_info_load*">
+            <mark-failure>
+                <toolset name="*"/>
+                <note author="Robert Ramey" date="12 Feb 05" refid="0">
+                    This test depends upon a file created by the corresponding test_class_save 
+                    test.  This is a restriction that bjam cannot currently enforce.  This error
+                    will usually disappear on the next run.
+                </note>
+            </mark-failure>
+        </test>
+
     </library>
 
 

粤ICP备19079148号