Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74760 - trunk/status
From: antoshkka_at_[hidden]
Date: 2011-10-06 12:47:39


Author: apolukhin
Date: 2011-10-06 12:47:38 EDT (Thu, 06 Oct 2011)
New Revision: 74760
URL: http://svn.boost.org/trac/boost/changeset/74760

Log:
Update of explicit failures markup (more platforms added, that have bad float types conversion implementation)
Text files modified:
   trunk/status/explicit-failures-markup.xml | 8 +++++++-
   1 files changed, 7 insertions(+), 1 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-10-06 12:47:38 EDT (Thu, 06 Oct 2011)
@@ -646,6 +646,7 @@
                 <toolset name="borland-5.8*"/>
                 <toolset name="borland-5.9*"/>
                 <toolset name="intel-darwin-11.*"/>
+ <toolset name="intel-darwin-12.0"/>
                 <toolset name="gcc-3.4.0*"/>
                 <toolset name="gcc-4.1*"/>
                 <toolset name="gcc-4.2.0*"/>
@@ -670,8 +671,13 @@
             <mark-failure>
                 <toolset name="gcc-mingw-4.*"/>
                 <toolset name="vacpp-10.1"/>
+ <toolset name="vacpp"/>
+ <toolset name="msvc-9.0~stlport5.2"/>
+ <toolset name="msvc-9.0~wm5~stlport5.2"/>
+ <toolset name="intel-darwin-11.*"/>
+ <toolset name="intel-darwin-12.0"/>
                 <note author="Antony Polukhin">
- Some compilers and STL realizations convert double and long double types with bigger precision loss than minimal. Such failures are not a lexical_cast, but a compiler fault.
+ Some compilers and STL realizations convert double and long double types with bigger precision loss than minimal (or even round to infinity). Such failures are not a lexical_cast, but a compiler fault.
                 </note>
             </mark-failure>
         </test>


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