Browse Source

Updated expected failures for thread lib

[SVN r47699]
Anthony Williams 18 years ago
parent
commit
b217c69d3a
1 changed files with 3 additions and 9 deletions
  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"/>
             <toolset name="borland-*"/>
             <toolset name="como-win-*"/>
+            <toolset name="msvc*wm5*"/>
             <toolset name="cw-9.4"/>
             <note author="Roland Schwarz" date="2006-12-14">
                 When a thread ends, tss data needs to be cleaned up. This process
@@ -4744,6 +4745,8 @@ for more information.
         <mark-expected-failures>
             <test name="test_thread_move"/>
             <test name="test_thread_move_lib"/>
+            <test name="test_move_function"/>
+            <test name="test_move_function_lib"/>
             <toolset name="borland-*"/>
             <toolset name="sun-*"/>
             <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.
             </note>
         </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>
 
     <!-- tuple -->

粤ICP备19079148号