Przeglądaj źródła

updated for serialization tests

[SVN r25291]
Robert Ramey 21 lat temu
rodzic
commit
2418d87106
1 zmienionych plików z 9 dodań i 20 usunięć
  1. 9 20
      status/explicit-failures-markup.xml

+ 9 - 20
status/explicit-failures-markup.xml

@@ -508,27 +508,22 @@ for more information.
 
     <!-- serialization -->
     <library name="serialization">
-        <mark-unusable>
-            <toolset name="como"/>
-            <toolset name="como-win32"/>
-            <note author="Robert Ramey" date="13 Jul 2004" refid="2">
-                This compiiler has an bug which prevents the usage of non-intrusive serializaiotn
-            </note>
-        </mark-unusable>
         <mark-unusable>
             <toolset name="acc" />
             <toolset name="vacpp" />
             <toolset name="mipspro" />
             <toolset name="tru64cxx" />
             <toolset name="tru64cxx65" />
-            <note author="Robert Ramey" date="13 Jul 2004" refid="17,18" />
+            <note author="Robert Ramey" date="13 Jul 2004" refid="9,17,18"/>
+        </mark-unusable>
+        <mark-unusable>
+            <toolset name="gcc-2.95.3-linux"/>
+            <note author="Robert Ramey" date="20 Sep 2004" refid="18,19"/>
         </mark-unusable>
         <test name="void_cast">
             <mark-failure>
                 <toolset name="msvc"/>
-                <note author="Robert Ramey">
-                    This failure doesn't affect the serialization library
-                </note>
+                <note author="Robert Ramey" date="20 Sep 2004" refid="16"/>
             </mark-failure>
         </test>
         <test name="*_warchive">
@@ -537,9 +532,7 @@ for more information.
                 <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>
+            <note author="Robert Ramey" date="20 Sep 2004" refid="19"/>
         </test>
         <test name="*test_codecvt_null">
             <mark-failure>
@@ -547,9 +540,7 @@ for more information.
                 <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>
+            <note author="Robert Ramey" date="20 Sep 2004" refid="19"/>
         </test>
         <test name="*test_utf8_codecvt">
             <mark-failure>
@@ -557,9 +548,7 @@ for more information.
                 <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>
+            <note author="Robert Ramey" date="20 Sep 2004" refid="19"/>
         </test>
     </library>
 

粤ICP备19079148号