$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r75412 - trunk/status
From: antoshkka_at_[hidden]
Date: 2011-11-08 13:41:32
Author: apolukhin
Date: 2011-11-08 13:41:31 EST (Tue, 08 Nov 2011)
New Revision: 75412
URL: http://svn.boost.org/trac/boost/changeset/75412
Log:
Update explicit failures markup (added markup for lexical_cast tests compiled with qcc compiler)
Text files modified: 
   trunk/status/explicit-failures-markup.xml |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml	(original)
+++ trunk/status/explicit-failures-markup.xml	2011-11-08 13:41:31 EST (Tue, 08 Nov 2011)
@@ -661,6 +661,7 @@
                 <toolset name="msvc-10.0*"/>
                 <toolset name="msvc-7.1*"/>
                 <toolset name="vacpp-10.1"/>
+                <toolset name="qcc-4*"/>
                 <toolset name="acc"/>
                 <note author="Alexander Nasonov">
                     Conversion double-string-double may give a different value (or even throw) on many compilers
@@ -676,6 +677,7 @@
                 <toolset name="msvc-9.0~wm5~stlport5.2"/>
                 <toolset name="intel-darwin-11.*"/>
                 <toolset name="intel-darwin-12.0"/>
+                <toolset name="qcc-4*"/>
                 <note author="Antony Polukhin">
                     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>