Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-01-05 02:31:51


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

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:
   branches/iostreams_dev/status/explicit-failures-markup.xml | 16 ++++++++++++++++
   1 files changed, 16 insertions(+), 0 deletions(-)

Modified: branches/iostreams_dev/status/explicit-failures-markup.xml
==============================================================================
--- branches/iostreams_dev/status/explicit-failures-markup.xml (original)
+++ branches/iostreams_dev/status/explicit-failures-markup.xml 2008-01-05 02:31:50 EST (Sat, 05 Jan 2008)
@@ -1886,6 +1886,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>
@@ -1987,6 +1988,21 @@
               The test fails at runtime for unknown reasons.
             </note>
         </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="file_descriptor_test"/>
+ <toolset name="gcc-cygwin-3.4.4"/>
+ <note author="Vladimir Prus">
+ 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