Update explicit failures markup (added markup for lexical_cast tests compiled with qcc compiler)

[SVN r75412]
This commit is contained in:
Antony Polukhin 2011-11-08 18:41:31 +00:00
parent a3d9cd3afd
commit 50feee456c

View file

@ -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>