mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
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:
parent
a2640bc0c0
commit
79ba3efb72
1 changed files with 1 additions and 8 deletions
|
@ -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.*"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue