Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-01-05 02:35:45


Author: turkanis
Date: 2008-01-05 02:35:44 EST (Sat, 05 Jan 2008)
New Revision: 42473
URL: http://svn.boost.org/trac/boost/changeset/42473

Log:
new iostreams expected failures: stream_offset_64bit_test.cpp on Borland, and wide stream tests on gcc-3.4.2_hpux_pa_risc
Text files modified:
   trunk/status/explicit-failures-markup.xml | 9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2008-01-05 02:35:44 EST (Sat, 05 Jan 2008)
@@ -1907,6 +1907,7 @@
             <toolset name="gcc-3.4.5_mingw"/>
             <toolset name="*cygwin*"/>
             <toolset name="gcc-3.3.6-osf1"/>
+ <toolset name="gcc-3.4.2_hpux_pa_risc"/>
             <note author="Jonathan Turkanis" refid="19"/>
         </mark-expected-failures>
         <mark-expected-failures>
@@ -2008,6 +2009,14 @@
               The test fails at runtime for unknown reasons.
             </note>
         </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>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk