Ver código fonte

serialization test failures

[SVN r25238]
Robert Ramey 21 anos atrás
pai
commit
c3f6f1817a
1 arquivos alterados com 31 adições e 2 exclusões
  1. 31 2
      status/explicit-failures-markup.xml

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

@@ -531,10 +531,8 @@ for more information.
         </mark-unusable>
         <mark-unusable>
             <toolset name="acc" />
-            <toolset name="gcc-2.95.3-linux" />
             <toolset name="vacpp" />
             <toolset name="mipspro" />
-            <toolset name="mipspro"  />
             <toolset name="tru64cxx" />
             <toolset name="tru64cxx65" />
             <note author="Robert Ramey" date="13 Jul 2004" refid="17,18" />
@@ -547,8 +545,39 @@ for more information.
                 </note>
             </mark-failure>
         </test>
+        <test name="*_warchive">
+            <mark-failure>
+                <toolset name="mingw"/>
+                <toolset name="mingw-3.4.1"/>
+                <toolset name="gcc-2.95.3-linux"/>
+            </mark-failure>
+            <note author="Robert Ramey">
+                wchar_t i/o not supported by this toolset
+            </note>
+        </test>
+        <test name="*test_codecvt_null">
+            <mark-failure>
+                <toolset name="mingw"/>
+                <toolset name="mingw-3.4.1"/>
+                <toolset name="gcc-2.95.3-linux"/>
+            </mark-failure>
+            <note author="Robert Ramey">
+                test depends upon wchar_t i/o which is not supported by this toolset
+            </note>
+        </test>
+        <test name="*test_utf8_codecvt">
+            <mark-failure>
+                <toolset name="mingw"/>
+                <toolset name="mingw-3.4.1"/>
+                <toolset name="gcc-2.95.3-linux"/>
+            </mark-failure>
+            <note author="Robert Ramey">
+                test depends upon wchar_t i/o which is not supported by this toolset
+            </note>
+        </test>
     </library>
 
+
     <!-- spirit -->
     <library name="spirit">
         <mark-unusable>

粤ICP备19079148号