mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 06:24:59 +00:00
Update expected failures for MSVC
The tests that are incompatible with the C++11 auto keyword and promote_enum_msvc_bug_test also fail on all newer versions of MSVC.
This commit is contained in:
parent
096bf0a7ad
commit
410cfbc3fc
1 changed files with 6 additions and 1 deletions
|
@ -2574,9 +2574,11 @@
|
|||
<toolset name="gcc-mingw-4.5.2_0x"/>
|
||||
<toolset name="msvc-10.0"/>
|
||||
<toolset name="msvc-11.0"/>
|
||||
<toolset name="msvc-12.0"/>
|
||||
<toolset name="msvc-14.0"/>
|
||||
<note author="Lorenzo Caminiti">
|
||||
This test does not allow C++11 auto-declaration support
|
||||
(beccause it uses the `auto` keyword as storage classifier).
|
||||
(because it uses the `auto` keyword as storage classifier).
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
@ -5797,6 +5799,9 @@ This platform doesn't supports Boost.Container.
|
|||
<toolset name="msvc-8.0*"/>
|
||||
<toolset name="msvc-9.0*"/>
|
||||
<toolset name="msvc-10.0*"/>
|
||||
<toolset name="msvc-11.0*"/>
|
||||
<toolset name="msvc-12.0*"/>
|
||||
<toolset name="msvc-14.0*"/>
|
||||
<note author="Alexander Nasonov">
|
||||
See bug 99776 'enum UIntEnum { value = UINT_MAX } is promoted to int'
|
||||
http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=22b0a6b7-120f-4ca0-9136-fa1b25b26efe
|
||||
|
|
Loading…
Add table
Reference in a new issue