Browse Source

exclude commeau and gcc 2.95 from tests

[SVN r23512]
Robert Ramey 22 years ago
parent
commit
bcf1a72e83
1 changed files with 22 additions and 0 deletions
  1. 22 0
      status/explicit-failures-markup.xml

+ 22 - 0
status/explicit-failures-markup.xml

@@ -215,6 +215,28 @@ for more information.
         </mark-unusable>
     </library>
 
+    <!-- serialization -->
+    <library name="serialization">
+        <mark-unusable>
+            <toolset name="como"/>
+            <toolset name="como-win32"/>
+            <note author="Robert Ramey" date="13 Jul 2004" refid="2"/>
+        </mark-unusable>
+        <mark-unusable>
+            <toolset name="gcc-2.95.3-linux"/>
+            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
+            <note author="Robert Ramey" date="13 Jul 2004" refid="17"/>
+        </mark-unusable>
+        <test name="void_cast">
+            <mark-failure>
+                <toolset name="msvc"/>
+                <note author="Robert Ramey">
+                    This failure doesn't affect the serialization library
+                </note>
+            </mark-failure>
+        </test>
+    </library>
+
     <!-- spirit -->
     <library name="spirit">
         <mark-unusable>

粤ICP备19079148号