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

Added expected failures markups for the format library on Tru64/CXX-6.5.

[SVN r29556]
Markus Schöpflin 21 лет назад
Родитель
Сommit
fc87f74609
1 измененных файлов с 19 добавлено и 0 удалено
  1. 19 0
      status/explicit-failures-markup.xml

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

@@ -778,6 +778,18 @@
         <mark-unusable>
             <toolset name="sunpro-5_3-sunos"/>
         </mark-unusable>
+        <test name="format_test2">
+            <mark-failure>
+                <toolset name="tru64cxx65*"/>
+                <note author="Markus Schoepflin" refid="33"/>
+            </mark-failure>
+        </test>
+        <test name="format_test3">
+            <mark-failure>
+                <toolset name="tru64cxx65*"/>
+                <note author="Markus Schoepflin" refid="33"/>
+            </mark-failure>
+        </test>
     </library>
 
     <!-- functional/hash -->
@@ -2792,4 +2804,11 @@ for more information.
         errors, but does not impact the usability of the library.
     </note>
 
+    <note id="33">
+        The failures are caused by the wrong handling of the
+        <code>std::internal</code> flag in the iostreams implementation of the
+        standard library used on that compiler/platform combo. Apart from that,
+        the format library works as expected.
+    </note>
+
 </explicit-failures-markup>

粤ICP备19079148号