Update explicit failures markup:

* All VC successfully pass lexical_cast_typedefed_wchar_test_runtime, so errors on that issue are now not expected
* msvc-11.0 continues to fail lexical_cast_loopback_test (as all of msvc-* do). Such failures are now marked as expected

[SVN r76603]
This commit is contained in:
Antony Polukhin 2012-01-21 10:14:28 +00:00
parent a2640bc0c0
commit 79ba3efb72

View file

@ -659,6 +659,7 @@
<toolset name="msvc-8.0*"/>
<toolset name="msvc-9.0*"/>
<toolset name="msvc-10.0*"/>
<toolset name="msvc-11.0*"/>
<toolset name="msvc-7.1*"/>
<toolset name="vacpp-10.1"/>
<toolset name="qcc-4*"/>
@ -668,14 +669,6 @@
</note>
</mark-failure>
</test>
<test name="lexical_cast_typedefed_wchar_test_runtime">
<mark-failure>
<toolset name="msvc-10.0*"/>
<note author="Antony Polukhin">
Some VC compilers take too long to compile and link this test.
</note>
</mark-failure>
</test>
<test name="lexical_cast_float_types_test">
<mark-failure>
<toolset name="gcc-mingw-4.*"/>