Quellcode durchsuchen

Updated expected failures for thread lib

[SVN r47699]
Anthony Williams vor 18 Jahren
Ursprung
Commit
b217c69d3a
1 geänderte Dateien mit 3 neuen und 9 gelöschten Zeilen
  1. 3 9
      status/explicit-failures-markup.xml

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

@@ -4726,6 +4726,7 @@ for more information.
             <test name="test_tss_lib"/>
             <test name="test_tss_lib"/>
             <toolset name="borland-*"/>
             <toolset name="borland-*"/>
             <toolset name="como-win-*"/>
             <toolset name="como-win-*"/>
+            <toolset name="msvc*wm5*"/>
             <toolset name="cw-9.4"/>
             <toolset name="cw-9.4"/>
             <note author="Roland Schwarz" date="2006-12-14">
             <note author="Roland Schwarz" date="2006-12-14">
                 When a thread ends, tss data needs to be cleaned up. This process
                 When a thread ends, tss data needs to be cleaned up. This process
@@ -4744,6 +4745,8 @@ for more information.
         <mark-expected-failures>
         <mark-expected-failures>
             <test name="test_thread_move"/>
             <test name="test_thread_move"/>
             <test name="test_thread_move_lib"/>
             <test name="test_thread_move_lib"/>
+            <test name="test_move_function"/>
+            <test name="test_move_function_lib"/>
             <toolset name="borland-*"/>
             <toolset name="borland-*"/>
             <toolset name="sun-*"/>
             <toolset name="sun-*"/>
             <note author="Anthony Williams" date="2007-12-14">
             <note author="Anthony Williams" date="2007-12-14">
@@ -4751,15 +4754,6 @@ The Borland compiler fails to bind rvalues to the thread move constructor,
 choosing instead to bind them to the private (and unimplemented) copy constructor.
 choosing instead to bind them to the private (and unimplemented) copy constructor.
             </note>
             </note>
         </mark-expected-failures>
         </mark-expected-failures>
-        <mark-expected-failures>
-            <test name="test_hardware_concurrency"/>
-            <test name="test_hardware_concurrency_lib"/>
-            <toolset name="*tru64"/>
-            <toolset name="vacpp"/>
-            <note author="Anthony Williams" date="2007-12-21">
-boost::thread::hardware_concurrency is not implemented and always returns 0 on this platform.
-            </note>
-        </mark-expected-failures>
     </library>
     </library>
 
 
     <!-- tuple -->
     <!-- tuple -->

粤ICP备19079148号