Преглед изворни кода

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.
Marcel Raad пре 11 година
родитељ
комит
19b61b09ce
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6 1
      status/explicit-failures-markup.xml

+ 6 - 1
status/explicit-failures-markup.xml

@@ -2512,9 +2512,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>
@@ -5625,6 +5627,9 @@ This platform doesn't supports Boost.Chrono.
             <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

粤ICP备19079148号