$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: technews_at_[hidden]
Date: 2008-01-06 20:26:52
Author: turkanis
Date: 2008-01-06 20:26:52 EST (Sun, 06 Jan 2008)
New Revision: 42563
URL: http://svn.boost.org/trac/boost/changeset/42563
Log:
marked restrict_test.cpp as failing on vacpp and stream_offset_64bit_test as failing on sun (iostreams)
Text files modified: 
   trunk/status/explicit-failures-markup.xml |    15 +++++++++++++++                         
   1 files changed, 15 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-06 20:26:52 EST (Sun, 06 Jan 2008)
@@ -2022,6 +2022,21 @@
                 incapable of storing large offsets (see stdio.h)
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="stream_offset_64bit_test.cpp"/>
+            <toolset name="sun-5.*"/>
+            <note author="Jonathan Turkanis" date="06 Jan 2008">
+                In STLPort, streampos consists of a long together with a
+                conversion state; on this platform, long is a 32-bit type
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="restrict_test.cpp"/>
+            <toolset name="vacpp"/>
+            <note author="Jonathan Turkanis" date="06 Jan 2008">
+                "restrict" is treated as a keyword (as in C99)
+            </note>
+        </mark-expected-failures>
 
     </library>