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

attempted to add iostreams info for 2nd time

[SVN r27348]
Jonathan Turkanis 21 лет назад
Родитель
Сommit
dc7622e580
1 измененных файлов с 29 добавлено и 0 удалено
  1. 29 0
      status/explicit-failures-markup.xml

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

@@ -472,6 +472,35 @@
         </mark-expected-failures>
     </library>
 
+    <!-- iostreams -->
+    <library name="iostreams">
+        <mark-expected-failures>
+            <test name="seekable_file_test"/>
+			<toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
+            <toolset name="borland-5_6_4"/>
+			<toolset name="iw-7_1-vc6-stlp-4_5_3"/>
+            <toolset name="msvc-stlport"/>
+            <note author="Jonathan Turkanis">
+                This failure is a result of an undiagnosed STLPort bug; 
+				the test fails even if all Boost components are replaced by 
+				standard library components.
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="code_converter_test"/>
+			<toolset name="gcc-2.95.3-linux"/>
+            <note author="Jonathan Turkanis">
+                No wide stream support.
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="wide_stream_test"/>
+			<toolset name="gcc-2.95.3-linux"/>
+            <note author="Jonathan Turkanis">
+                No wide stream support.
+            </note>
+        </mark-expected-failures>
+    </library>
 
     <!-- lambda -->
     <library name="lambda">

粤ICP备19079148号