Browse Source

Mark a few things that will not be fixed

[SVN r27919]
Douglas Gregor 21 years ago
parent
commit
8f5e92b226
1 changed files with 32 additions and 1 deletions
  1. 32 1
      status/explicit-failures-markup.xml

+ 32 - 1
status/explicit-failures-markup.xml

@@ -69,6 +69,10 @@
                 <toolset name="sunpro"/>
                 <note refid="4"/>
             </mark-failure>
+            <mark-failure>
+                <toolset name="sunpro-5_3"/>
+                <note refid="4"/>
+            </mark-failure>
         </test>
         <test name="array4">
             <mark-failure>
@@ -201,9 +205,22 @@
                 <toolset name="vc-8_0"/>
                 <note author="Aleksey Gurtovoy" refid="4"/>
             </mark-failure>
+            <mark-failure>
+                <toolset name="sunpro-5_3"/>
+                <note author="Douglas Gregor" refid="3"/>
+            </mark-failure>
         </test>
     </library>
 
+    <!-- crc -->
+    <library name="crc">
+        <test name="crc_test">
+            <mark-failure>
+                <toolset name="sunpro-5_3"/>
+                <note author="Douglas Gregor" refid="3"/>
+            </mark-failure>
+        </test>
+    </library>
 
     <!-- date_time -->
     <library name="date_time">
@@ -404,6 +421,14 @@
                 <toolset name="cw-9_3"/>
                 <note author="Aleksey Gurtovoy" refid="2"/>
             </mark-failure>
+            <mark-failure>
+                <toolset name="cw-9_3-darwin"/>
+                <note author="Douglas Gregor" refid="2"/>
+            </mark-failure>
+            <mark-failure>
+                <toolset name="sunpro-5_3"/>
+                <note author="Douglas Gregor" refid="2"/>
+            </mark-failure>
         </test>
     </library>
 
@@ -520,6 +545,7 @@
             <toolset name="borland-5_6_4"/>
             <toolset name="borland-5_5_1"/>
             <toolset name="vc7"/>
+            <toolset name="sunpro-5_3"/>
             <note refid="17">
             </note>
         </mark-unusable>
@@ -536,7 +562,8 @@
         <mark-failure>
           <toolset name="msvc-stlport"/>
           <toolset name="gcc-2.95.3-linux"/>
-          <note author="Douglas Gregor" date="27 Jul 2004" refid="4"/>
+          <toolset name="sunpro-5_3"/>
+          <note author="Douglas Gregor" refid="4"/>
         </mark-failure>
       </test>
     </library>
@@ -983,6 +1010,10 @@ for more information.
 
     <!-- function -->
     <library name="function">
+        <mark-unusable>
+            <toolset name="sunpro-5_3"/>
+            <note author="Douglas Gregor" refid="3"/>
+        </mark-unusable>
         <test name="allocator_test">
             <mark-failure>
                 <toolset name="msvc"/>

粤ICP备19079148号