Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73842 - trunk/status
From: artyomtnk_at_[hidden]
Date: 2011-08-17 06:57:22


Author: artyom
Date: 2011-08-17 06:57:22 EDT (Wed, 17 Aug 2011)
New Revision: 73842
URL: http://svn.boost.org/trac/boost/changeset/73842

Log:
Added more faults

Text files modified:
   trunk/status/explicit-failures-markup.xml | 19 +++++++++++++++++++
   1 files changed, 19 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-08-17 06:57:22 EDT (Wed, 17 Aug 2011)
@@ -6397,6 +6397,7 @@
                 on this compiler.
             </note>
         </mark-unusable>
+
         <mark-unusable>
             <toolset name="msvc-9.0~wm5~stlport5.2" />
             <note author="Artyom Beilis">
@@ -6405,6 +6406,24 @@
                 to use Boost.Locale on this platform.
             </note>
         </mark-unusable>
+
+ <mark-expected-failures>
+ <test name="test_date_time" />
+ <toolset name="gcc-mingw-4.4.0"/>
+ <note author="Artyom Beilis">
+ Compiler does not support shared runtime linking
+ thus is makes it problematic to use Boost.Locale as dll
+ </note>
+ </mark-expected-failures>
+
+ <mark-expected-failures>
+ <test name="test_codepage"/>
+ <toolset name="msvc- 9.0~stlport5.2"/>
+ <toolset name="pathscale-4*"/>
+ <note author="Artyom Beilis">
+ Problems with wide file stream I/O
+ </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