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

cw, msvc, and vc7 comments

[SVN r25491]
Robert Ramey 21 лет назад
Родитель
Сommit
f88cfbc55d
1 измененных файлов с 60 добавлено и 2 удалено
  1. 60 2
      status/explicit-failures-markup.xml

+ 60 - 2
status/explicit-failures-markup.xml

@@ -646,14 +646,12 @@ for more information.
         <test name="test_codecvt_null">
             <mark-failure>
                 <toolset name="mingw-3*"/>
-                <toolset name="gcc-2.95.3-linux"/>
             </mark-failure>
             <note author="Robert Ramey" date="20 Sep 2004" refid="19"/>
         </test>
         <test name="test_utf8_codecvt">
             <mark-failure>
                 <toolset name="mingw*"/>
-                <toolset name="gcc-2.95.3-linux"/>
             </mark-failure>
             <note author="Robert Ramey" date="20 Sep 2004" refid="19"/>
         </test>
@@ -665,6 +663,50 @@ for more information.
                 been fixed in the latest development "alpha".
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="test_array*"/>
+            <test name="test_demo_fast_binary_archive"/>
+            <toolset name="borland*"/>
+            <note author="Robert Ramey" refid="26">
+                Borland compilers don't handle templates with array type arguments properly.
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="test_demo"/>
+            <test name="test_demo_exception"/>
+            <test name="test_demo_fast_binary_archive"/>
+            <test name="test_demo_shared_ptr"/>
+            <test name="test_demo_xml"/>
+            <test name="test_demo_xml_load"/>
+            <test name="test_demo_xml_save"/>
+            <test name="test_map_text*"/>
+            <toolset name="msvc*"/>
+            <toolset name="vc7"/>
+            <note author="Robert Ramey" refid="6">
+                msvc 6 compiler failure.  Sometimes can be worked around
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="test_demo_pimpl"/>
+            <test name="test_diamond*"/>
+            <test name="test_mi*"/>
+            <test name="test_mult_archive_types"/>
+            <toolset name="msvc*"/>
+            <toolset name="vc7"/>
+            <note author="Robert Ramey" refid="6">
+                msvc 6 compiler failure.  The facility being tested conflicts the the 
+                compiler in a fundamental way and cannnot be worked around.
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="test_level_class_info_load"/>
+            <toolset name="*"/>
+            <note author="Robert Ramey" refid="0">
+                Some tests depend upon the existence of an output file
+                created by another test. If tests are not executed in expected sequence,
+                a test may fail.  This usually harmless.
+            </note>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="*"/>
             <toolset name="msvc-stlport"/>
@@ -683,6 +725,22 @@ for more information.
                 environment these tests have been run in.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="test_demo*"/>
+            <test name="test_demo_exception"/>
+            <test name="test_demo_xml**"/>
+            <test name="test_shared_ptr*"/>
+            <test name="test_mi*"/>
+            <test name="test_non_default_ctor2*"/>
+            <test name="test_exported*"/>
+            <test name="test_registered*"/>
+            <test name="test_unregistered*"/>
+            <test name="test_shared_ptr*"/>
+            <toolset name="cw*"/>
+            <note author="Robert Ramey">
+                All tests that serialize derived pointers currently fail with Metrowerks Compilers
+	    </note>
+        </mark-expected-failures>
     </library>
 
 

粤ICP备19079148号