Browse Source

new iostreams expected failures: stream_offset_64bit_test.cpp on Borland, and wide stream tests on gcc-3.4.2_hpux_pa_risc

[SVN r42473]
Jonathan Turkanis 18 years ago
parent
commit
0ee1f7414e
1 changed files with 9 additions and 0 deletions
  1. 9 0
      status/explicit-failures-markup.xml

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

@@ -1907,6 +1907,7 @@
             <toolset name="gcc-3.4.5_mingw"/>
             <toolset name="gcc-3.4.5_mingw"/>
             <toolset name="*cygwin*"/>
             <toolset name="*cygwin*"/>
             <toolset name="gcc-3.3.6-osf1"/>
             <toolset name="gcc-3.3.6-osf1"/>
+            <toolset name="gcc-3.4.2_hpux_pa_risc"/>
             <note author="Jonathan Turkanis" refid="19"/>
             <note author="Jonathan Turkanis" refid="19"/>
         </mark-expected-failures>
         </mark-expected-failures>
         <mark-expected-failures>
         <mark-expected-failures>
@@ -2008,6 +2009,14 @@
               The test fails at runtime for unknown reasons.
               The test fails at runtime for unknown reasons.
             </note>
             </note>
         </mark-expected-failures>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="stream_offset_64bit_test.cpp"/>
+            <toolset name="borland-*"/>
+            <note author="Jonathan Turkanis" date="04 Jan 2008">
+                The Borland runtime library defines fpos_t as a 32-bit long,
+                incapable of storing large offsets (see stdio.h)
+            </note>
+        </mark-expected-failures>
 
 
     </library>
     </library>
 
 

粤ICP备19079148号