1
0
Эх сурвалжийг харах

updated explicit failures for thread library

[SVN r42053]
Anthony Williams 18 жил өмнө
parent
commit
b069bffe9e

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

@@ -4630,7 +4630,6 @@ for more information.
             <test name="test_tss_lib"/>
             <toolset name="borland-*"/>
             <toolset name="cw-9.4"/>
-            <toolset name="gcc-mingw*"/>
             <note author="Roland Schwarz" date="2006-12-14">
                 When a thread ends, tss data needs to be cleaned up. This process
                 is mostly automatic. When threads are launched by the Boost.Thread API
@@ -4645,6 +4644,15 @@ for more information.
                 finalization.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="test_thread_move"/>
+            <test name="test_thread_move_lib"/>
+            <toolset name="borland-*"/>
+            <note author="Anthony Williams" date="2007-12-14">
+The Borland compiler fails to bind rvalues to the thread move constructor,
+choosing instead to bind them to the private (and unimplemented) copy constructor.
+            </note>
+        </mark-expected-failures>
     </library>
 
     <!-- tuple -->

粤ICP备19079148号