Browse Source

marked some iostreams filaure for como as expected

[SVN r29307]
Jonathan Turkanis 21 years ago
parent
commit
dc23175e0c
1 changed files with 14 additions and 0 deletions
  1. 14 0
      status/explicit-failures-markup.xml

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

@@ -881,6 +881,11 @@
                 standard library components.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="seekable_file_test"/>
+            <toolset name="*como-4_3_3*"/>
+            <note author="Jonathan Turkanis" refid="5"/>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="code_converter_test"/>
             <toolset name="gcc-2.95.3-linux"/>
@@ -899,6 +904,15 @@
                 No wide stream support.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="bzip2_test"/>
+            <test name="file_descriptor"/>
+            <test name="mapped_file_test"/>
+            <toolset name="*como-4_3_3*"/>
+            <note author="Jonathan Turkanis">
+                compiler can't compile "windows.h" in strict mode
+            </note>
+        </mark-expected-failures>
     </library>
 
     <!-- lambda -->

粤ICP备19079148号