Ver Fonte

Update explicit-failures-markup.xml

[skip ci]
Automated Commit há 8 anos atrás
pai
commit
a330503cb6
1 ficheiros alterados com 5 adições e 17 exclusões
  1. 5 17
      status/explicit-failures-markup.xml

+ 5 - 17
status/explicit-failures-markup.xml

@@ -886,7 +886,7 @@
             <note author="Lorenzo Caminiti">
             <note author="Lorenzo Caminiti">
                 Even tests that do not use C++11 lambda functions fail on this
                 Even tests that do not use C++11 lambda functions fail on this
                 compiler because it incorrectly attempts an extra copy when
                 compiler because it incorrectly attempts an extra copy when
-                objects are constructed via `boost::check c = ...`.
+                objects are constructed using `boost::check c = ...`.
                 This is fixed in MinGW GCC 4.3.
                 This is fixed in MinGW GCC 4.3.
             </note>
             </note>
         </mark-unusable>
         </mark-unusable>
@@ -894,11 +894,10 @@
             <toolset name="msvc-7.1"/>
             <toolset name="msvc-7.1"/>
             <note author="Lorenzo Caminiti">
             <note author="Lorenzo Caminiti">
                 Even tests that do not use C++11 lambda functions fail on this
                 Even tests that do not use C++11 lambda functions fail on this
-                compiler because of a number of different issues
-                (Boost.Exception, which used by this library, also is not
-                supported on this compiler, incorrect implementation of some
-                aspects of friendship, incorrect dispatching of some `volatile`
-                calls, etc.).
+                compiler because of a number of issues (Boost.Exception is not
+                supported on this compiler but it is used by this library
+                implementation, some aspects of `friend` and `volatile` are not
+                properly implemented on this compiler, etc.).
                 These specific issues are fixed in MSVC 9.0 (but only MSVC 11.0
                 These specific issues are fixed in MSVC 9.0 (but only MSVC 11.0
                 has adequate lambda function support that makes this library
                 has adequate lambda function support that makes this library
                 actually usable).
                 actually usable).
@@ -1125,17 +1124,6 @@
                 lambda function support).
                 lambda function support).
             </note>
             </note>
         </mark-expected-failures>
         </mark-expected-failures>
-        <!-- following due to other boost libs, could be fixed in master? -->
-        <mark-expected-failures>
-            <test name="old-auto"/>
-            <test name="old-copyable_traits"/>
-            <toolset name="gcc-4.6c+"/>
-            <note author="Lorenzo Caminiti">
-                This test fails because of this compiler/platform cause an
-                error in Boost.TypeTraits (this could be fixed in the master
-                branch... not sure).
-            </note>
-        </mark-expected-failures>
     </library>
     </library>
 
 
     <!-- coroutine -->
     <!-- coroutine -->

粤ICP备19079148号