* some fixes for WinCE
* updated explicit failures markup

[SVN r73601]
This commit is contained in:
Antony Polukhin 2011-08-07 17:38:33 +00:00
parent 2d9645193c
commit 47c9315c16
2 changed files with 11 additions and 1 deletions

@ -1 +1 @@
Subproject commit a9778ad460659ea5d1d1960e710101b3e914e282
Subproject commit e8108e50668cac57209d4f0e2b2afc80f8463d7a

View file

@ -632,6 +632,7 @@
<toolset name="gcc-4.1*"/>
<toolset name="gcc-4.2.0*"/>
<toolset name="gcc-mingw-3.4*"/>
<toolset name="gcc-mingw-4.*"/>
<toolset name="sun-5.7*"/>
<toolset name="sun-5.8*"/>
<toolset name="sun-5.9*"/>
@ -647,6 +648,15 @@
</note>
</mark-failure>
</test>
<test name="lexical_cast_float_types_test">
<mark-failure>
<toolset name="gcc-mingw-4.*"/>
<toolset name="vacpp-10.1"/>
<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.
</note>
</mark-failure>
</test>
</library>
<!-- crc -->